Parameter | Description |
---|---|
Entity Action Name | The action name of the entity. |
Entity IDs | A comma-separated list of entity IDs. Can be obtained via the Query Entity action. |
Entity Type | The type of the entity. |
Scopes | The scopes for the request. |
Parameter | Description |
---|---|
Entity Action Param | The action param of the entity. |
{
"responseEnvelope": {
"requestId": "<string>",
"responseCode": 369,
"responseText": "<string>",
"additionalText": "<string>",
"recordsNumber": 0,
"scrollId": "<string>"
},
"responseData": [
{
"entityId": "<string>",
"taskId": null
}
]
}
Was this page helpful?