Approvals
Get a list of all approvals for a server task approval
get/{spaceId}/servertaskapprovals/{serverTaskApprovalId}/approvals
Path parameters
spaceIdstring required
The id of the space for the server task approval.
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.