GET api_v2/CoreWorkerTasks/GetTaskType?SchedulerTaskID={SchedulerTaskID}
Получить тип задачи
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
SchedulerTaskID | ID задачи в очереди |
Define this parameter in the request URI. |
Response Information
Тип задачи
Response body formats
application/xml, text/xml
Sample:
<Request> <TaskType>sample string 1</TaskType> </Request>
application/json, text/json
Sample:
{ "TaskType": "sample string 1" }