{ "opencollection": "1.0.0", "info": { "name": "PlanRadar's API Documentation Approval Requests V2 List V2 API", "version": "2.0" }, "items": [ { "info": { "name": "List V2", "type": "folder" }, "items": [ { "info": { "name": "Updates specific list", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/:customer_id/lists/:id", "params": [ { "name": "customer_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "id of the list" } ] }, "docs": "Updates a specific list by its id. This endpoint uses a draft-based workflow that requires 3 sequential requests with the same temp-uuid:\n\n**Step 1 - Initialize draft:** Send `init_draft: true` with a client-generated `temp-uuid` to copy existing entries into a draft table.\n\n**Step 2 - Modify entries:** Send one or more requests with the same `temp-uuid` to add, update, or delete entries in the draft.\n- To add/update an entry: include an `item` object with `name`, `uuid`, `parent-id`, and `order" }, { "info": { "name": "Returns all lists of a specific project", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/:customer_id/projects/:project_id/ticket_types/lists/", "params": [ { "name": "customer_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" }, { "name": "last_sync_date", "value": "", "type": "query", "description": "is a Unix Timestamp. If it is set, only lists that were created after that timestamp will be returned" }, { "name": "page", "value": "", "type": "query", "description": " sets the number of pages for the returned lists" }, { "name": "pagesize", "value": "", "type": "query", "description": " sets the number of lists that should be returned per page
Maximum is 500, default is 100" }, { "name": "disable_relations", "value": "", "type": "query", "description": " Returns only the ticket_type_lists without loading the list entries, which would make the API faster " } ] }, "docs": "This API returns all lists that are attached to the ticket types that are used by a specific project based on its id." } ] } ], "bundled": true }