25.1.1 Request JSON Parameters

Table 25-2 Request JSON Parameters

Name Type Required Description
objectIdList STRING Yes The list of object IDs.
filter-activity status STRING Yes Status of the Activity. If filter is not provided, all activities will be fetched.

Request JSON Sample


  {
    "objectIdList": [
     "<Object Id 1>"
    ],
    "filter": {
        "activity_status": "ALL / COMPLETED / RUNNING / CANCELLED / FAILED"
    }
}