Modules
POST
/app-api/v1/batches/{id}/queriesSubmit batch feedback query
Parameters
| Name | In | Required | Description |
|---|---|---|---|
| id | path | Yes | — |
| x-request-id | header | No | Optional correlation id. Generated when omitted. |
Request Body
BatchQueryDtoobject
querystring
Legacy key
messagestring
Preferred body key (20–50 words)
Related Schemas
BatchQueryDto
querystring
Legacy key
messagestring
Preferred body key (20–50 words)
Code samples
Generated from the current environment and the request configured in the Try-it panel.
curl -X POST 'https://app-api.crwilladmin.com/app-api/v1/batches/{id}/queries' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-H 'apptype: android' \
-H 'appver: 1.0.0' \
-H 'webver: 1.0.0' \
-H 'portalver: 1.0.0' \
-H 'x-request-id: 00000000-0000-4000-8000-000000000000' \
-d '{
"query": "",
"message": ""
}' \