{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup Driver API", "version": "core" }, "items": [ { "info": { "name": "Driver", "type": "folder" }, "items": [ { "info": { "name": "Find with GUID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/directory/drivers/:guid", "params": [ { "name": "guid", "value": "", "type": "path" }, { "name": "udf", "value": "", "type": "query" } ] }, "docs": "| Property | Description |\r\n| -------------------- | --------------------------------------------------------------------- |\r\n| GUID | The GUID associated to the driver. |\r\n| CompanyOutletListItem | The GUID and description of the company outlet. |\r\n| StaffTypeListItem | The GUID and description of the staff type. |\r\n| Username" }, { "info": { "name": "Partial update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/directory/drivers/:guid", "params": [ { "name": "guid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "| Property | Description | Required |\r\n| -------------------- | --------------------------------------------------------------------- | -------- |\r\n| GUID | The GUID associated to the driver. | No |\r\n| CompanyOutletListItem | The GUID and description of the company outlet. | Yes |\r\n| StaffTypeListItem | The GUID and description of the staff type. " }, { "info": { "name": "Find with Filters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/directory/drivers", "params": [ { "name": "filter", "value": "", "type": "query" }, { "name": "max", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "includeCount", "value": "", "type": "query" }, { "name": "udf", "value": "", "type": "query" } ] }, "docs": "| Property | Description |\r\n| -------------------- | --------------------------------------------------------------------- |\r\n| GUID | The GUID associated to the driver. |\r\n| CompanyOutletListItem | The GUID and description of the company outlet. |\r\n| StaffTypeListItem | The GUID and description of the staff type. |\r\n| Username" }, { "info": { "name": "Create or update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/directory/drivers", "body": { "type": "json", "data": "{}" } }, "docs": "| Property | Description | Required |\r\n| -------------------- | --------------------------------------------------------------------- | -------- |\r\n| GUID | The GUID associated to the driver. | No |\r\n| CompanyOutletListItem | The GUID and description of the company outlet. | Yes |\r\n| StaffTypeListItem | The GUID and description of the staff type. " } ] } ], "bundled": true }