approval_requests
- POST approval_requests/cancel — This method is used to cancel pending approval requests. A single approval request can be cancelled through this method
- GET approval_requests/show — This method returns information related with an approval request. A single approval request is returned by each call
- GET approval_requests/list — This method returns information related to approval requests having specific attributes. Multiple approval requests are returned by each call.
- POST approval_requests/approve — This method is used to approve pending approval requests. A single approval request can be approved through this method
- POST approval_requests/delete — This method is used to delete rejected, approved or cancelled approval requests. A single approval request can be deleted through this method
- POST approval_requests/reject — This method is used to reject pending approval requests. A single approval request can be rejected through this method