📄️ Overview
The Service Catalog APIs provide a comprehensive interface to interact with the service catalog functionality of the ServiceOps platform. These APIs allow you to automate service delivery processes, integrate with external systems, and manage catalog items efficiently. They support role-based access, ensure workflow compliance, and maintain the integrity of service request operations.
📄️ GET a Service Request
URL: {}/api/v1/request/{{Service-Request-Id}}
📄️ POST Create a Service Request
URL//{}/api/v1/service_catalog/servicerequest
📄️ PATCH Update a Service Request
URL: {}/api/v1/request/{{service-request-Id}}
📄️ Delete Service Request
URL//{}/api/v1/request/{servicerequestid}
📄️ GET Service Catalog
URL//{}/api/v1/servicecatalog/items/{servicecatlog_id}
📄️ GET List of Service Catalogs
URL//{}/api/v1/service_catalog/items/getall
📄️ GET Search Service Catalog by Category
URL//{}/api/v1/service_catalog/items/searchbycategory?categoryname=hardware&offset=&size
📄️ GET Category List
URL//{}/api/v1/service_catalog/categorylist