{ "opencollection": "1.0.0", "info": { "name": "Trouble Ticket", "version": "4.1.1" }, "items": [ { "info": { "name": "troubleTicket", "type": "folder" }, "items": [ { "info": { "name": "List or find TroubleTicket objects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/troubleTicket", "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": "sort", "value": "", "type": "query", "description": "To have the output sorted by fields. Can support one or many fields, as well as ascending and descending sort order" }, { "name": "expand", "value": "", "type": "query", "description": "Lists the sub-entities to expand along with the depth value. Empty means expand all at depth level N" }, { "name": "depth", "value": "", "type": "query", "description": "Depth level where objects are dereferenced and inserted as values into the response" } ] }, "docs": "This operation list or find TroubleTicket entities" }, { "info": { "name": "Creates a TroubleTicket", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/troubleTicket" }, "docs": "This operation creates a TroubleTicket entity." }, { "info": { "name": "Retrieves a TroubleTicket by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/troubleTicket/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the TroubleTicket" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated properties to be provided in response" }, { "name": "expand", "value": "", "type": "query", "description": "Lists the sub-entities to expand along with the depth value. Empty means expand all at depth level N" }, { "name": "depth", "value": "", "type": "query", "description": "Depth level where objects are dereferenced and inserted as values into the response" } ] }, "docs": "This operation retrieves a TroubleTicket entity. Attribute selection is enabled for all first level attributes." }, { "info": { "name": "Updates partially a TroubleTicket", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/troubleTicket/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the TroubleTicket" } ] }, "docs": "This operation updates partially a TroubleTicket entity." }, { "info": { "name": "Deletes a TroubleTicket", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/troubleTicket/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the TroubleTicket" } ] }, "docs": "This operation deletes a TroubleTicket entity." } ] }, { "info": { "name": "events subscription", "type": "folder" }, "items": [ { "info": { "name": "Register a listener", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/hub" }, "docs": "Sets the communication endpoint address the service instance must use to deliver information about its health state, execution state, failures and metrics." }, { "info": { "name": "Unregister a listener", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/hub/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the registered listener" } ] }, "docs": "Resets the communication endpoint address the service instance must use to deliver information about its health state, execution state, failures and metrics." } ] }, { "info": { "name": "notification listeners (client side)", "type": "folder" }, "items": [ { "info": { "name": "Client listener for entity TroubleTicketCreateEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/listener/troubleTicketCreateEvent" }, "docs": "Example of a client listener for receiving the notification TroubleTicketCreateEvent" }, { "info": { "name": "Client listener for entity TroubleTicketAttributeValueChangeEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/listener/troubleTicketAttributeValueChangeEvent" }, "docs": "Example of a client listener for receiving the notification TroubleTicketAttributeValueChangeEvent" }, { "info": { "name": "Client listener for entity TroubleTicketStatusChangeEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/listener/troubleTicketStatusChangeEvent" }, "docs": "Example of a client listener for receiving the notification TroubleTicketStatusChangeEvent" }, { "info": { "name": "Client listener for entity TroubleTicketDeleteEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/listener/troubleTicketDeleteEvent" }, "docs": "Example of a client listener for receiving the notification TroubleTicketDeleteEvent" }, { "info": { "name": "Client listener for entity TroubleTicketResolvedEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/listener/troubleTicketResolvedEvent" }, "docs": "Example of a client listener for receiving the notification TroubleTicketResolvedEvent" }, { "info": { "name": "Client listener for entity TroubleTicketInformationRequiredEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/listener/troubleTicketInformationRequiredEvent" }, "docs": "Example of a client listener for receiving the notification TroubleTicketInformationRequiredEvent" } ] } ], "bundled": true }