{ "opencollection": "1.0.0", "info": { "name": "Product Catalog Management agreement troubleTicketSpecification API", "version": "5.0.0" }, "items": [ { "info": { "name": "troubleTicketSpecification", "type": "folder" }, "items": [ { "info": { "name": "TM Forum List or Find TroubleTicketSpecification Objects", "type": "http" }, "http": { "method": "GET", "url": "https://serverRoot/productCatalogManagement/v5/troubleTicketSpecification", "params": [ { "name": "fields", "value": "", "type": "query", "description": "Comma-separated properties to be provided in response" }, { "name": "offset", "value": "", "type": "query", "description": "Requested index for start of resources to be provided in response" }, { "name": "limit", "value": "", "type": "query", "description": "Requested number of resources to be provided in response" }, { "name": "before", "value": "", "type": "query", "description": "An opaque string value representing the page results before the cursor value" }, { "name": "after", "value": "", "type": "query", "description": "An opaque string value representing the page results after the cursor value" }, { "name": "sort", "value": "", "type": "query", "description": "The default direction is Ascending order, the use of the modifier in front of the sort field name, “-“, changes the sort order direction." }, { "name": "filter", "value": "", "type": "query", "description": "Filter a collection using JSONPath" } ] }, "docs": "List or find TroubleTicketSpecification objects" }, { "info": { "name": "TM Forum Creates a TroubleTicketSpecification", "type": "http" }, "http": { "method": "POST", "url": "https://serverRoot/productCatalogManagement/v5/troubleTicketSpecification", "params": [ { "name": "fields", "value": "", "type": "query", "description": "Comma-separated properties to be provided in response" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This operation creates a TroubleTicketSpecification entity." }, { "info": { "name": "TM Forum Retrieves a TroubleTicketSpecification by ID", "type": "http" }, "http": { "method": "GET", "url": "https://serverRoot/productCatalogManagement/v5/troubleTicketSpecification/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the Resource" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated properties to be provided in response" } ] }, "docs": "This operation retrieves a TroubleTicketSpecification entity. Attribute selection enabled for all first level attributes." }, { "info": { "name": "TM Forum Updates Partially a TroubleTicketSpecification", "type": "http" }, "http": { "method": "PATCH", "url": "https://serverRoot/productCatalogManagement/v5/troubleTicketSpecification/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the Resource" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated properties to be provided in response" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This operation updates partially a TroubleTicketSpecification entity." }, { "info": { "name": "TM Forum Deletes a TroubleTicketSpecification", "type": "http" }, "http": { "method": "DELETE", "url": "https://serverRoot/productCatalogManagement/v5/troubleTicketSpecification/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the Resource" } ] }, "docs": "This operation deletes a TroubleTicketSpecification entity." } ] } ], "bundled": true }