{ "opencollection": "1.0.0", "info": { "name": "Fixxbook.Bearer.Api.V1 AfterHours Subscribers API", "version": "bearer.v1" }, "items": [ { "info": { "name": "Subscribers", "type": "folder" }, "items": [ { "info": { "name": "GETv3_subscribers_current_subsidiaries", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/current/subsidiaries" } }, { "info": { "name": "Retrieve Trades", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/trades" }, "docs": "Returns the current subscriber's trade list ( IDs ).\r\n

This method can only be used for subscriber's users." }, { "info": { "name": "Create Subscriber", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscribers" }, "docs": "Returns success result" }, { "info": { "name": "Get Subscriber by Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/:subscriberId", "params": [ { "name": "subscriberId", "value": "", "type": "path" } ] }, "docs": "Returns success result" }, { "info": { "name": "Update subscriber info", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscribers/:subscriberId", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "Subscriber identifier" } ] }, "docs": "Acceptable values for DateFormat are: \"MMM d, yyyy\" or \"d, MMM yyyy\". Acceptable values for TimeFormat are: \"H:mm\" or \"h:mm\". Default values are \"MMM d, yyyy\" and \"H:mm\" correspondingly.\r\n Acceptable valuer for DecimalSeparator are: \".\" or \",\". Default value is point." }, { "info": { "name": "Returns list of subscriber properties", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/rules", "params": [ { "name": "subscriberId", "value": "", "type": "query", "description": "subscriber identifier" } ] }, "docs": "Returns list of subscriber properties" }, { "info": { "name": "Returns list of subscriber properties", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/:subscriberId/rules", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "subscriber identifier" } ] }, "docs": "Returns list of subscriber properties" }, { "info": { "name": "Returns list of reschedule reasons", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/:subscriberId/workOrderRescheduleReasons", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "subscriber identifier" } ] }, "docs": "Returns list of reschedule reasons" }, { "info": { "name": "Returns list of subscriber(current or specified) dashboards", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/current/dashboards", "params": [ { "name": "subscriberId", "value": "", "type": "query", "description": "Subscriber identifier" } ] }, "docs": "Available for subscriber users. Returns list of subscriber dashboards (current or specified subscriber if allowed)" }, { "info": { "name": "Returns list of subscriber(current or specified) dashboards", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/:subscriberId/dashboards", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "Subscriber identifier" } ] }, "docs": "Available for subscriber users. Returns list of subscriber dashboards (current or specified subscriber if allowed)" } ] } ], "bundled": true }