{ "opencollection": "1.0.0", "info": { "name": "Air Grades API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Grades", "type": "folder" }, "items": [ { "info": { "name": "Create grade", "type": "http" }, "http": { "method": "POST", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/grades", "params": [ { "name": "companyId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for company." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint creates a grade." }, { "info": { "name": "Get grade", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/grades/:gradeId", "params": [ { "name": "companyId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for company." }, { "name": "gradeId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for grade." } ] }, "docs": "This endpoint gets a grade by ID." }, { "info": { "name": "Update grade", "type": "http" }, "http": { "method": "PUT", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/grades/:gradeId", "params": [ { "name": "companyId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for company." }, { "name": "gradeId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for grade." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint updates grade by ID." }, { "info": { "name": "Delete grade", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/grades/:gradeId", "params": [ { "name": "companyId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for company." }, { "name": "gradeId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for grade." } ] }, "docs": "This endpoint deletes grade by ID." }, { "info": { "name": "List grades", "type": "http" }, "http": { "method": "POST", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/grades/list", "params": [ { "name": "companyId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for company." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint lists grades of a company." } ] } ], "bundled": true }