List Org. Node Statuses
POST https://{{axpAPIDomain}}/api/admin/account/v1/accounts/:accountId/organization-nodes:listStatuses
This API requires the Account Administrator role.
Lists the current statuses for the given organization nodes.
Request Body
{"organizationNodeIds"=>["GFADED", "SWECDR"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
appkey | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[{"action":"ADD","status":"COMPLETED","message":"Completed successfully","organizationNodeId":"DAERCS"}]