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