You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 14 Next »
You can retrieve SRs along with the approvals using the following API Request with details such as Catalog ID and Service Ticket ID.
To authenticate the below API, see API Authentication and Authorization.
POST
{ "ServiceName": "SR_HasApprovals", "objCommonParameters": { "_ProxyDetails": { "AuthType": "APIKEY", "APIKey": "XXXXXXXXXXXXXXXXXX", "ProxyID": 0, "ReturnType": "JSON", "OrgID": 1 }, " ServiceRequestJSON": { "ServiceRequestJson":"{\"CatalogID\":1009,\"ServiceTicketID\":\"0\"}" } } }
CatalogID
INTEGER
Unique Identification number of the Service Catalog.
TRUE
ServiceTicketID
STRING
Unique Identification number of the Service Request.
{ "Errors": "", "Message": null, "Output": "", "TokenID": "", "OrgID": 0, "OutputObject": true }
For more information, see Status and Error Messages.