GET api_v2/CoreWorkerTasksQueue/GetIds?status={status}&maxRecordsCount={maxRecordsCount}
Получить список ID задач
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
status | Статус задач |
Define this parameter in the request URI. |
maxRecordsCount | Максимально количество записей |
Define this parameter in the request URI. |
Response Information
Список ID задач
Response body formats
application/xml, text/xml
Sample:
<GuidListItem Type="sample string 1"> <Item>785fd98f-8d58-42a1-ac77-8dedc1e34b48</Item> <Item>dea530ad-70cd-4756-ab4e-faffaf40d5ef</Item> <Item>42334859-8250-44cc-8cb0-23f0786f1c18</Item> </GuidListItem>
application/json, text/json
Sample:
{ "List": [ "785fd98f-8d58-42a1-ac77-8dedc1e34b48", "dea530ad-70cd-4756-ab4e-faffaf40d5ef", "42334859-8250-44cc-8cb0-23f0786f1c18" ] }