Last updated 1 year ago
The organization ID
OK
const response = await fetch('/organizations/{organizationId}/approvals/{approvalId}', { method: 'DELETE', headers: { "Authorization": "Bearer jwt" }, }); const data = await response.json();
{ "code": "text", "message": "text" }
The identifier of the object
The action performed on the object
const response = await fetch('/organizations/{organizationId}/approvals/{approvalId}', { method: 'GET', headers: { "Authorization": "Bearer jwt" }, }); const data = await response.json();
{ "id": "123e4567-e89b-12d3-a456-426614174000", "organizationId": "123e4567-e89b-12d3-a456-426614174000", "workspaceId": "123e4567-e89b-12d3-a456-426614174000", "ownerId": "123e4567-e89b-12d3-a456-426614174000", "name": "text",