Methods

  • POST — Adding org chart items to group

Resource

{
    "addedItemIds": [
        "uuid"
    ],
    "error": "string",
    "success": "boolean"
}

Properties

Name Type Description Additional
addedItemIds[] array of uuid

List of IDs of org chart items that were added to the group

Optional
error string

Error message if success == false

Optional
success boolean

Successful request flag

Optional