{ "opencollection": "1.0.0", "info": { "name": "Qgiv Account Settings Custom Fields API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Custom Fields", "type": "folder" }, "items": [ { "info": { "name": "List all custom fields (Confirmed)", "type": "http" }, "http": { "method": "POST", "url": "https://secure.qgiv.com/admin/api/customFields/list", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "List all custom fields (Confirmed)" }, { "info": { "name": "Create a custom field (Confirmed)", "type": "http" }, "http": { "method": "POST", "url": "https://secure.qgiv.com/admin/api/customFields/create", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Create a custom field (Confirmed)" }, { "info": { "name": "Retrieve a single custom field (Confirmed)", "type": "http" }, "http": { "method": "GET", "url": "https://secure.qgiv.com/admin/api/customFields/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Retrieve a single custom field (Confirmed)" }, { "info": { "name": "Update a custom field (Confirmed)", "type": "http" }, "http": { "method": "POST", "url": "https://secure.qgiv.com/admin/api/customFields/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Update a custom field (Confirmed)" } ] } ], "bundled": true }