{ "opencollection": "1.0.0", "info": { "name": "Revert Unified Accounting Tickets API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-revert-api-token", "value": "{{x-revert-api-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Tickets", "type": "folder" }, "items": [ { "info": { "name": "Get Ticket Task", "type": "http" }, "http": { "method": "GET", "url": "https://api.revert.dev/ticket/tasks/:id", "headers": [ { "name": "x-revert-t-id", "value": "" }, { "name": "x-api-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in response" } ] }, "docs": "Get details of a specific ticketing task by ID" }, { "info": { "name": "Update Ticket Task", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.revert.dev/ticket/tasks/:id", "headers": [ { "name": "x-revert-t-id", "value": "" }, { "name": "x-api-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing ticketing task" }, { "info": { "name": "List Ticket Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://api.revert.dev/ticket/tasks", "headers": [ { "name": "x-revert-t-id", "value": "" }, { "name": "x-api-version", "value": "" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in response" }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor for next/previous page" } ] }, "docs": "Get all ticketing tasks with pagination" }, { "info": { "name": "Create Ticket Task", "type": "http" }, "http": { "method": "POST", "url": "https://api.revert.dev/ticket/tasks", "headers": [ { "name": "x-revert-t-id", "value": "" }, { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new ticketing task" }, { "info": { "name": "List Ticket Collections", "type": "http" }, "http": { "method": "GET", "url": "https://api.revert.dev/ticket/collections", "headers": [ { "name": "x-revert-t-id", "value": "" }, { "name": "x-api-version", "value": "" } ], "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor for next/previous page" } ] }, "docs": "Get all ticket collections (projects/boards) with pagination" } ] } ], "bundled": true }