{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations TicketSystems API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "TicketSystems", "type": "folder" }, "items": [ { "info": { "name": "Gets all ticket systems", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/ticket-systems", "params": [ { "name": "includeInactive", "value": "", "type": "query", "description": "includeInactive" } ] }, "docs": "Gets all ticket systems." }, { "info": { "name": "Creates a Ticket System", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/ticket-systems", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a Ticket System" }, { "info": { "name": "Gets a ticket system by ID", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/ticket-systems/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Ticket System ID" } ] }, "docs": "Gets a ticket system by ID." }, { "info": { "name": "Updates a Ticket System", "type": "http" }, "http": { "method": "PATCH", "url": "/SecretServer/api/v1/ticket-systems/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a Ticket System" }, { "info": { "name": "Gets all ticket systems", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v2/ticket-systems", "params": [ { "name": "includeInactive", "value": "", "type": "query", "description": "includeInactive" }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip before taking results" }, { "name": "sortBy[0].direction", "value": "", "type": "query", "description": "Sort direction" }, { "name": "sortBy[0].name", "value": "", "type": "query", "description": "Sort field name" }, { "name": "sortBy[0].priority", "value": "", "type": "query", "description": "Priority index. Sorts with lower values are executed earlier" }, { "name": "take", "value": "", "type": "query", "description": "Maximum number of records to include in results" } ] }, "docs": "Gets all ticket systems." }, { "info": { "name": "Gets a ticket system by ID", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v2/ticket-systems/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Ticket System ID" } ] }, "docs": "Gets a ticket system by ID." }, { "info": { "name": "Test Ticket System", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/ticket-systems/:ticketSystemId/test", "params": [ { "name": "ticketSystemId", "value": "", "type": "path", "description": "ticketSystemId" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Test the ticket system validation." } ] } ], "bundled": true }