Approvals
Get a list of all approvals for a server task approval
get/spaces/{spaceIdentifier}/servertaskapprovals/{serverTaskApprovalId}/approvals
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
serverTaskApprovalIdstring required
The id of the Server Task Approval.
Response
Success
Example response
[
{
"SpaceId": "Spaces-1",
"UserId": "Users-1"
}
]Changes
No recorded changes to this endpoint across all 7 revisions of this API.