List Tasks

post/heartbeat.fetchtasks

Retrieves a list of tasks to be handled by the heartbeat service.

This endpoint is disabled via backgroundWorkers.enableRemoteManagement by default.

Securitybasic or X-PriceFx-jwt
Responses
200

A general response that contains data property with a content depending on returned objects (e.g., Product master table fields when calling the /fetch/P endpoint). Can be null.

Response Schema: application/json
object
node
string
data
object or null
status
integer
startRow
integer
endRow
integer
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": null,
    • "status": 0,
    • "startRow": 0,
    • "endRow": 0
    }
}