23.1.1 Request JSON Parameters
Table 23-2 Request JSON Parameters
Name | Type | Required | Description |
---|---|---|---|
objectIdList |
STRING | Yes | The list of object IDs. |
filter-process_status |
STRING | Yes | Status of the PMF process. If the filter is not provided, PMF will fetch all the processes. |
Request JSON Sample
{
"objectIdList": [
<Object Id 1>",
"<Object Id 2>",
"<Object Id 3>"
],
"filter": {
"process_status": "ALL / COMPLETED / RUNNING / CANCELLED / FAILED"
}
}