{ "opencollection": "1.0.0", "info": { "name": "PlanRadar's API Documentation Approval Requests V2 Forms V2 API", "version": "2.0" }, "items": [ { "info": { "name": "Forms V2", "type": "folder" }, "items": [ { "info": { "name": "Returns all ticket types of a specific project", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/:customer_id/projects/:project_id/ticket_types/ticket_type_project", "params": [ { "name": "customer_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path", "description": "if you want to load the ticket types of all projects set the project_id to 0" }, { "name": "last_sync_date", "value": "", "type": "query", "description": "is a Unix Timestamp. If it is set, only ticket types that were created after that timestamp will be returned" }, { "name": "page", "value": "", "type": "query", "description": "sets the number of pages for the returned ticket types" }, { "name": "pagesize", "value": "", "type": "query", "description": "sets the number of ticket types that should be returned per page
Maximum is 500, default is 100" }, { "name": "apply_form_display_permission", "value": "", "type": "query", "description": "(KFT-338) when true, filters bound ticket_type_projects to forms the caller's role can see (capabilities.visible_to match or unrestricted). Watchers bypass. Results are cached per flag value. Default false." }, { "name": "apply_form_edit_permission", "value": "", "type": "query", "description": "(KFT-338) when true, filters bound ticket_type_projects to forms the caller's role can edit (capabilities.editable_by match or unrestricted). Independent of the display flag. Default false." } ] }, "docs": "This API returns all forms aka ticket_types of a specific project or all the projects the user is involved in.
" } ] } ], "bundled": true }