Approvals
get
/organizations/{organizationId}/approvals
Authorizations
Path parameters
organizationIdstringrequired
The organization ID
Query parameters
pageTokenstring
Pagination token that keeps of track of the current position in the list
limitinteger · min: 1 · max: 100 · default: 10
Limits the number of results to return
reverseboolean
Order in which to retrieve the results
statusstring · enum · default: active
Options:
active
, deleted
objectTypestring · mrn
The identifier of the object
objectActionstring · enum
The action performed on the object
Options:
create
, update
, delete
tagsstring
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
200
422
post
/organizations/{organizationId}/approvals
Authorizations
Path parameters
organizationIdstringrequired
The organization ID
Body
namestringrequired
descriptionstringrequired
objectTypestring · mrnrequired
The identifier of the object
objectActionstring · enumrequired
The action performed on the object
Options:
create
, update
, delete
tagsApprovalFlowIdentifierTag[]
stepsobject[]required
Responses
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
201
409
422
patch
/organizations/{organizationId}/approvals/{approvalId}
Authorizations
Path parameters
organizationIdstringrequired
The organization ID
approvalIdstring · uuidrequired
Body
namestring
descriptionstring
objectTypestring
objectActionstring · enum
Options:
create
, update
, delete
stepsobject[]
Responses
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
404
409
422
Last updated
Was this helpful?