{ "opencollection": "1.0.0", "info": { "name": "Keystone Transfer In API", "version": "v12" }, "items": [ { "info": { "name": "TransferIn", "type": "folder" }, "items": [ { "info": { "name": "TransferIn/Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.autoenrolment.co.uk/companies/:company_id/employees/:employee_id/transfer_ins/:id", "params": [ { "name": "id", "value": "4", "type": "path" }, { "name": "company_id", "value": "946", "type": "path" }, { "name": "employee_id", "value": "528", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://id.sandbox.autoenrolment.co.uk/oauth/authorize", "accessTokenUrl": "https://id.sandbox.autoenrolment.co.uk/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "TransferIn/Get" }, { "info": { "name": "TransferIn/List", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.autoenrolment.co.uk/companies/:company_id/employees/:employee_id/transfer_ins", "params": [ { "name": "company_id", "value": "948", "type": "path" }, { "name": "employee_id", "value": "530", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" }, { "name": "operator", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://id.sandbox.autoenrolment.co.uk/oauth/authorize", "accessTokenUrl": "https://id.sandbox.autoenrolment.co.uk/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "TransferIn/List" } ] } ], "bundled": true }