ServerTaskApprovals
Gets a server task approval and associated approvals by task id
get/spaces/{spaceIdentifier}/tasks/{id}/servertaskapproval
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
idstring required
The id of the Server Task.
Response
The requested Server Task Approval and associated approvals
Example response
{
"Resource": {
"Approvals": [
{
"SpaceId": "Spaces-1",
"UserId": "Users-1"
}
],
"SpaceId": "Spaces-1"
}
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.