GET api_v2/CoreWorkerTasks/GetTaskParams?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> <TaskParams>sample string 1</TaskParams> </Request>
application/json, text/json
Sample:
{ "TaskParams": "sample string 1" }