Retrieve Service Request with Approvals
- Chilukuri Srinivasa Reddy (Unlicensed)
- Shilpa K (Deactivated)
- Mayuresh Balaji Kamble (Unlicensed)
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.
Service Name | HTTP Method |
---|---|
SR_HasApprovals | POST |
Sample Request
{ "ServiceName": "SR_HasApprovals", "objCommonParameters": { "_ProxyDetails": { "AuthType": "APIKEY", "APIKey": "XXXXXXXXXXXXXXXXXX", "ProxyID": 0, "ReturnType": "JSON", "OrgID": 1 }, " ServiceRequestJSON": { "ServiceRequestJson":"{\"CatalogID\":1009,\"ServiceTicketID\":\"0\"}" } } }
Request Parameters
Parameter Name | Type | Description | Mandatory |
---|---|---|---|
CatalogID | INTEGER | Unique Identification number of the Service Catalog. | TRUE |
ServiceTicketID | STRING | Unique Identification number of the Service Request. | TRUE |
Sample Response
{ "Errors": "", "Message": null, "Output": "", "TokenID": "", "OrgID": 0, "OutputObject": true }
Status and Error Codes
For more information, see Status and Error Messages.
Confluence Cloud Migration Alert: Please refer to known issues you may encounter in Confluence Cloud: https://eitdocs.atlassian.net/wiki/x/wDGwAQ