{ "opencollection": "1.0.0", "info": { "name": "Air Custom Fields API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom Fields", "type": "folder" }, "items": [ { "info": { "name": "Get company questions", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/questions", "params": [ { "name": "companyId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for company." } ] }, "docs": "Get company questions" }, { "info": { "name": "Create company question", "type": "http" }, "http": { "method": "POST", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/questions", "params": [ { "name": "companyId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for company." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create company question" }, { "info": { "name": "Get company question", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/questions/:questionId", "params": [ { "name": "companyId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for company." }, { "name": "questionId", "value": "1234a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for question." } ] }, "docs": "Get company question" }, { "info": { "name": "Update company question", "type": "http" }, "http": { "method": "PUT", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/questions/:questionId", "params": [ { "name": "companyId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for company." }, { "name": "questionId", "value": "1234a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for question." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update company question" }, { "info": { "name": "Delete company question", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/questions/:questionId", "params": [ { "name": "companyId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for company." }, { "name": "questionId", "value": "1234a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for question." } ] }, "docs": "Delete company question" } ] } ], "bundled": true }