{ "opencollection": "1.0.0", "info": { "name": "PlanRadar's API Documentation Approval Requests V2 Invitations API", "version": "2.0" }, "items": [ { "info": { "name": "Invitations", "type": "folder" }, "items": [ { "info": { "name": "Delete an invitation", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/:customer_id/invitations/:id", "params": [ { "name": "customer_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an invitation" }, { "info": { "name": "Resende invitation", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/:customer_id/invitations/:id/resend_invitation", "params": [ { "name": "customer_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Resende invitation" }, { "info": { "name": "Search for invitations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/:customer_id/invitations/search", "params": [ { "name": "customer_id", "value": "", "type": "path" }, { "name": "order_by", "value": "", "type": "query" }, { "name": "order_how", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "searchterm", "value": "", "type": "query" } ] }, "docs": "Search for invitations" }, { "info": { "name": "Accept invitation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/:customer_id/invitations/accept", "params": [ { "name": "customer_id", "value": "", "type": "path" }, { "name": "time_zone_name", "value": "", "type": "query" } ] }, "docs": "Accept invitation" }, { "info": { "name": "Retrieve number of pending invitations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/:customer_id/invitations/count_pending_invitations", "params": [ { "name": "customer_id", "value": "", "type": "path" }, { "name": "last_sync_date", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "pagesize", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "Retrieve number of pending invitations" }, { "info": { "name": "Create new invitation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/:customer_id/invitations", "params": [ { "name": "customer_id", "value": "", "type": "path" } ] }, "docs": "Create new invitation" } ] } ], "bundled": true }