You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 11 Next »
You can retrieve the details of a Service Catalog using the following API Request with details such as Instance, Category ID, and Catalog Type ID.
To authenticate the below API, see API Authentication and Authorization.
POST
{ "ServiceName": "SR_GetServiceCatalogDetails", "objCommonParameters": { "ServiceRequestPropertyContract": { "CategoryOrCatalog": "CATEGORY", "UserID": "11", "Instance": "IT Tec", "SearchKeyword": "", "EntitledService": false, "OrgID": 1, "CategoryID": 0, "CatalogTypeID": 0 }, "_ProxyDetails": { "AuthType": "APIKEY", "APIKey": "XXXXX", "ProxyID": 0, "OrgID": 1, "ReturnType": "JSON" } } }
CategoryOrCatalog
STRING
Name of the Category or the Catalog.
TRUE
UserID
Unique Identification number of the User.
Instance
Name of the Instance.
For Example: Info
SearchKeyword
Keyword of the required SR for searching.
FALSE
EntitledService
BOOLEAN
Is the Catalog entitled with a Service?
OrgID
INTEGER
Unique Identification number of the Organization.
CategoryID
Unique Identification number of the Category.
CatalogTypeID
Unique Identification number of the Catalog Type.
{ "Errors": "", "Message": "", "Output": "", "TokenID": "", "OrgID": 0, "OutputObject": { "Details": { "CatalogDetail": [ { "CategoryID": 35, "Org_ID": 1, "Sup_Function": " Info", "ShortCategoryName": "Approval Type", "CategoryName": "Approval Type", "CategoryDescription": "Testing Types of Approval", "ImageName": null, "Sort_Order": 0, "IsActive": true, "Parent_CategoryID": null, "IsG lobal": false, "AncestorParent_CategoryID": 0, "IsLeafCategory": 1, "CategoryBGColor": null }, { " CategoryID": 33, "Org_ID": 1, "Sup_Function": " Info", "ShortCategoryName": "category1", "CategoryName": "category1", "CategoryDescription ": "", "ImageName": null, "Sort_Order": 0, "IsActive": true, "Parent_CategoryID": null, "IsGlobal":false, "AncestorParent_CategoryID": 0, "IsLeafCategory": 1, "CategoryBGColor": "#d41b1b" } ], "Base Url": "http: //<Customer_URL>/http://<Customer_URL>//v54-sp2- dev-sr-serviceimg-attachments" } } }
For more information, see Status and Error Messages.