{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup Subscriber API", "version": "core" }, "items": [ { "info": { "name": "Subscriber", "type": "folder" }, "items": [ { "info": { "name": "Find with GUID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/integrator/subscribers/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "links", "value": "", "type": "query" }, { "name": "include", "value": "", "type": "query" }, { "name": "expand", "value": "", "type": "query" }, { "name": "udf", "value": "", "type": "query" } ] }, "docs": "| Property | Description |\r\n| ----------------------------------------------------- | -------------------------------------------------------------- |\r\n| Name | The name of the Subscriber |\r\n| CompanyOutlets[] | The company outlets associated with the subscriber |\r\n| Co" }, { "info": { "name": "Partial update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/integrator/subscribers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "| Property | Description | Required |\r\n|-------------------------------------------------------|------------------------------------------------------------------------|----------|\r\n| Name | The name of the Subscriber | No |\r\n| CompanyOutlets[] | The company o" }, { "info": { "name": "Find with Filters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/integrator/subscribers", "params": [ { "name": "filter", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "max", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "includeCount", "value": "", "type": "query" }, { "name": "includeDeleted", "value": "", "type": "query" }, { "name": "links", "value": "", "type": "query" }, { "name": "udf", "value": "", "type": "query" } ] }, "docs": "| Property | Description |\r\n| ----------------------------------------------------- | -------------------------------------------------------------- |\r\n| Name | The name of the Subscriber |\r\n| CompanyOutlets[] | The company outlets associated with the subscriber |\r\n| Co" }, { "info": { "name": "Create or update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/integrator/subscribers" }, "docs": "\r\n\r\n# Subscribers\r\n\r\n| Property | Description | Required |\r\n|-------------------------------------------------------|----------------------------------------------------------------|----------|\r\n| Name | The name of the Subscriber | Yes |\r\n| CompanyOutlets[] | The company outl" } ] } ], "bundled": true }