{"info":{"_postman_id":"e10a186f-c2c7-491e-b6f8-42c66c851218","name":"NetSocial API","description":"<html><head></head><body><p>The NetSocial API provides a suite of RESTful API's to access NetSocial products.</p>\n<h2>Call Basics</h2>\n\n<p>All calls made to the API are <strong>POST</strong> calls.</p>\n<p>Each endpoint URL must be prefixed with the version of the API being called. The current version is v.1.1</p>\n<p>The optional body of each request is JSON formatted text</p>\n\n<h3>Authentication</h3>\n<p>To use the API's you must provide your API key in the header of your POST call, or as a parameter in the query string. Always keep your API key secret!</p>\n<p>All requests must be made over an encrypted <a href=\"http://en.wikipedia.org/wiki/HTTP_Secure\">HTTPS</a> connection.</p>\n\n<pre>POST /v1.1/profile/get/ HTTPS/1.1\nHost: api.netsocialapp.com\napikey: 11111-22222-33333-44444-55555\nContent-Type: application/json\nAccept: application/json\nCache-Control: no-cache</pre>\n\n<h3>Successful Response</h3>\n<p>The API's successful response is a JSON payload. The payload consists of two hashes: a ticket detailing the request, and the results of the request.</p>\n<p><strong>Example:</strong></p>\n<pre>{\n    \"ticket\":{\n        \"endpoint\":\"/v1.1/profile/get/\",\n        \"apikey\":\"11111-22222-33333-44444-55555\",\n        \"elapsed\":\"0.1234\",\n        \"api-version\":\"1.1\"\n    },\n    \"results\":{\n        \"status\":\"ok\",\n        \"xstatus\":{\"en-US\":\"\"},\n        \"data\":\"[]\"\n    }\n}\n</pre>\n\n<p>For endpoints that return a paged list, there will be a paging object.</p>\n<ul>\n<li><p>Request Properties</p>\n<ul>\n<li>first - the first item to return, 0 based</li>\n<li>perPage - how many items to return</li>\n</ul>\n</li>\n<li><p>Response Properties</p>\n<ul>\n<li>next - the next item to request in the subsequent call as \"first\"</li>\n<li>count - the total number of items</li>\n<li>first - the position of the first item returned</li>\n<li>perPage - how many items to return</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"paging\": {\n                \"next\": 0, \n                \"count\": \"9\",\n                \"first\": \"0\",\n                \"perPage\": \"10\"\n            },\n</code></pre><h3>Error Reporting</h3>\n\n<p><strong>Example of the API Error:</strong></p>\n\n<pre>{\n    \"ticket\":{\n        \"endpoint\":\"/v1.1/profile/get\",\n        \"apikey\":\"11111-22222-33333-44444-55555\",\n        \"elapsed\":\"0.1234\",\n        \"api-version\":\"1.1\"\n    },\n    \"results\":{\n        \"status\":\"error\",\n        \"xstatus\":{\"en-US\":\"Unable to connect\"},\n        \"data\":\"\"\n    }\n}\n</pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"388433","collectionId":"e10a186f-c2c7-491e-b6f8-42c66c851218","publishedId":"S11LrHRq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-09-23T12:24:28.000Z"},"item":[{"name":"Authentication","item":[{"name":"NetSocial Authenticate","id":"11d74fc7-7cf4-4d28-b7b8-9853c3a865d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{appkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"nsadmin@cooltheory.com\",\n    \"password\":\"NetSocial!\",\n    \"clientId\":\"2500\",\n    \"debug\": 1\n}"},"url":"{{url}}/{{apiversion}}/netsocial/authenticate/","description":"<p>If result status is 'ok', returns a teamMember object and the teamMember apikey for subsequent requests.</p>\n<p>If result status is 'fail', returns details in xstatus.</p>\n<p>If result status is 'fail' and xstatus is 'emailvalidmultiple', returns a list of matching clients to select from and resubmit.</p>\n<ul>\n<li><p>apikey must be an application key, not a personal or company apikey</p>\n</li>\n<li><p>Parameters</p>\n<ul>\n<li>email (string) - user email</li>\n<li>password (string) - password</li>\n<li>clientId (string, optional) - client id</li>\n</ul>\n</li>\n<li><p>OR</p>\n<ul>\n<li>accessToken (string) - access token</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","netsocial","authenticate",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6699dde8-5af1-46e5-87e8-9ab577d43f74","name":"NetSocial Authenticate","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{appkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"rbush@cooltheory.com\",\n    \"password\":\"mypassword\",\n    \"clientId\":\"2500\"\n}"},"url":"{{url}}/{{apiversion}}/netsocial/authenticate/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"214","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 28 Sep 2018 12:09:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/netsocial/authenticate/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"24f66174d9f30fc7b20b19388e4d5583","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1952750","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/netsocial/authenticate/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.326224\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"loggedin\",\n        \"data\": {\n            \"client\": {\n                \"list\": []\n            },\n            \"user\": {\n                \"id\": \"6\"\n            },\n            \"apikey\": \"an-api-key\"\n        }\n    }\n}"}],"_postman_id":"11d74fc7-7cf4-4d28-b7b8-9853c3a865d5"},{"name":"NetSocial Switch Account","id":"d838be46-6632-45a5-8718-7cd35a209e09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"first\":0,\n\t\"perPage\":10,\n\t\"sort\":\"lastName\",\n\t\"order\":\"DESC\"\n}"},"url":"{{url}}/{{apiversion}}/netsocial/switchaccount/","description":"<p>Returns a list of Team Member Objects with ssoTokens for all teamMembers sharing the email address of the current user.</p>\n<ul>\n<li>Parameters<ul>\n<li><p>ownerId (integer, optional)</p>\n<ul>\n<li>defaults to the apikey owner</li>\n</ul>\n</li>\n<li><p>email (string, optional)</p>\n<ul>\n<li>if no email is provided, defaults to ownerId or apikey owner lookup</li>\n</ul>\n</li>\n<li><p>Options:</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - one of 'id'|'firstName'|'email'|'lastName'<ul>\n<li>defaults to 'lastName'</li>\n</ul>\n</li>\n<li>order (string, optional) - 'ASC'|'DESC'<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","netsocial","switchaccount",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d838be46-6632-45a5-8718-7cd35a209e09"},{"name":"Regenerate APIKey","id":"3c3d3d8f-2784-4606-89e1-00316b63784e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{appkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ownerId\":\"\",\n    \"accountType\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/apikey/regenerate","description":"<p>Regenerate an APIKey</p>\n<p>When an APIKey is replaced, the previous APIKey is invalidated. This will log the user out of all devices using the previous key.</p>\n<ul>\n<li>Parameters<ul>\n<li>ownerID (string) - team member or client Id<ul>\n<li>defaults to the APIKey owner</li>\n</ul>\n</li>\n<li>accountType (string) - company|individual<ul>\n<li>defaults to the APIKey accountType</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a new APIKey</p>\n","urlObject":{"path":["{{apiversion}}","apikey","regenerate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c3d3d8f-2784-4606-89e1-00316b63784e"},{"name":"Send Magc Link","id":"4aad9fcf-f072-49c1-bce5-e557d4d03327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","type":"text","value":"{{appkey}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"peter.petabyte@socialfeedr.com\",\n\t\"clientId\":\"\",\n\t\"template\":\"login\"\n}"},"url":"{{url}}/{{apiversion}}/magicLink/send","description":"<p>Send a magic login link</p>\n<p>If result status is 'fail', returns details in xstatus.</p>\n<p>If result status is 'fail' and xstatus is 'emailvalidmultiple', returns a list of matching clients to select from and resubmit.</p>\n<ul>\n<li>Parameters<ul>\n<li>email (string) - the email to generate a link</li>\n<li>clientId (integer, optional) - the clientId of the user; required if the email matches multiple clients</li>\n<li>template (string) - one of login|password_reset|email_validate<ul>\n<li>defaults to login</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a success object.</p>\n","urlObject":{"path":["{{apiversion}}","magicLink","send"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4aad9fcf-f072-49c1-bce5-e557d4d03327"}],"id":"7d084cb6-e2f2-44dc-8898-99cd6f2dcc02","description":"<p>If result status is 'ok', returns a teamMember object and the teamMember apikey for subsequent requests.</p>\n<p>If result status is 'fail', returns details in xstatus.</p>\n<p>If result status is 'fail' and xstatus is 'emailvalidmultiple', returns a list of matching clients to select from and resubmit.</p>\n","event":[{"listen":"prerequest","script":{"id":"d3a7cb5e-06c8-42d8-9c65-5bfaeaf29fdc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"630f8dd9-6367-4871-a189-38705687afa2","type":"text/javascript","exec":[""]}}],"_postman_id":"7d084cb6-e2f2-44dc-8898-99cd6f2dcc02"},{"name":"Approvals","item":[{"name":"Content Approvals Get","id":"99277c07-9746-46b5-901d-c2bc88b8db0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \n}"},"url":"{{url}}/{{apiversion}}/contentApprovals/get/","description":"<p>Lookup list of Content that needs approval</p>\n<p>The default behavior is to display all pending approvals.</p>\n<p>NOTE: if the apikey ownerId is not an admin, only the approvals for that user are returned.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>returnedTimezone (string, optional) - the timezone to return <ul>\n<li>TIMEZONE format is the long form: e.g. America/New_York</li>\n<li>Default is UTC</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>teamMemberIds (array[integer]) - a list of Team Member Ids</li>\n<li>clientIds (array[integer]) - a list of clientIds</li>\n<li>status (array[string]) - a list of statuses<ul>\n<li>approved|declined|pending<ul>\n<li>default is pending</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>approvalIds (array[integer]) - limit to specifc approvals</li>\n</ul>\n</li>\n<li><p>Options:</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 10</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - one of 'id'|'expirationDate'<ul>\n<li>defaults to 'expirationDate'</li>\n</ul>\n</li>\n<li>order (string, optional) - 'ASC'|'DESC'<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a paging object list of Approval objects</p>\n","urlObject":{"path":["{{apiversion}}","contentApprovals","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"99277c07-9746-46b5-901d-c2bc88b8db0e"},{"name":"Content Approval Set","id":"8ce5856a-4f2a-4a90-a370-9169f06cec4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountType\":\"\",\n    \"ownerId\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/contentApproval/set/","description":"<p>Set Content Approval Status</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>approvalId (integer) - the approvalId</li>\n<li>create (integer) - create a new approval<ul>\n<li>status is set to 'pending' on create</li>\n</ul>\n</li>\n<li>returnedTimezone (string, optional) - the timezone to return <ul>\n<li>TIMEZONE format is the long form: e.g. America/New_York</li>\n<li>Default is UTC</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Create Only Parameters</p>\n<ul>\n<li>ownerId (integer)</li>\n<li>accountType (string) - personal</li>\n<li>postId (integer) - the postId</li>\n</ul>\n</li>\n<li><p>Update Only Parameters</p>\n<ul>\n<li>action (string, optional) - approve|decline</li>\n<li>notes (string) - notes; displayed to requestor</li>\n</ul>\n</li>\n</ul>\n<p>Returns an Approval object</p>\n","urlObject":{"path":["{{apiversion}}","contentApproval","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ce5856a-4f2a-4a90-a370-9169f06cec4e"},{"name":"Delivery Approvals Get","id":"f3d6e791-61e7-4974-895f-7353ceb01d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/deliveryApprovals/get/","description":"<p>List the Team Member's pending Delivery approvals.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>teamMemberId (integer, optional)<ul>\n<li>defaults to the apikey ownerId</li>\n</ul>\n</li>\n<li>returnedTimezone (string, optional) - the timezone to return <ul>\n<li>TIMEZONE format is the long form: e.g. America/New_York</li>\n<li>Default is UTC</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>status (array[string]) - a list of statuses<ul>\n<li>approved|denied|pending<ul>\n<li>default is 'pending'</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>approvalIds (array[integer]) - limit to specifc approvals</li>\n</ul>\n</li>\n<li><p>Options:</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 10</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - one of 'id'|'expirationDate'<ul>\n<li>defaults to 'expirationDate'</li>\n</ul>\n</li>\n<li>order (string, optional) - 'ASC'|'DESC'<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a paging object and a list of Approval objects</p>\n","urlObject":{"path":["{{apiversion}}","deliveryApprovals","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3d6e791-61e7-4974-895f-7353ceb01d0a"},{"name":"Delivery Approval Set","id":"007cc73c-1303-49fa-bec4-5b6e4d86b9f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountType\":\"\",\n    \"ownerId\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/deliveryApproval/set/","description":"<p>Set Delivery Approval Status</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer) - the approvalId</li>\n<li>create (integer) - create a new approval<ul>\n<li>status is set to 'pending' on create</li>\n</ul>\n</li>\n<li>returnedTimezone (string, optional) - the timezone to return <ul>\n<li>TIMEZONE format is the long form: e.g. America/New_York</li>\n<li>Default is UTC</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Create Only Parameters</p>\n<ul>\n<li>ownerId (integer)<ul>\n<li>defaults apikey ownerID</li>\n</ul>\n</li>\n<li>accountType (string) - personal</li>\n<li>postId (integer) - the postId</li>\n</ul>\n</li>\n<li><p>Update Only Parameters</p>\n<ul>\n<li>action (string, optional) - approve|decline|approve-all|decline-all<ul>\n<li>approve-all and decline-all will approve or decline all content from the same source<ul>\n<li>e.g. approve all content from a particular channel</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>reschedule (integer, optional) = 1<ul>\n<li>schedules docket when content is approved</li>\n</ul>\n</li>\n<li>queueDate (string, optional) - datetime for reschedule<ul>\n<li>required if reschedule is passed in</li>\n<li>ex \"2020-08-26 17:17:49\"</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns an Approval object</p>\n","urlObject":{"path":["{{apiversion}}","deliveryApproval","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"007cc73c-1303-49fa-bec4-5b6e4d86b9f4"},{"name":"Delivery Approvals Set","id":"79874b18-8a60-4351-aa03-02e4f9aa24fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountType\":\"\",\n    \"ownerId\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/deliveryApprovals/set/","description":"<p>Set Delivery Approval Status</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>ids (array[integer]) - list of approvalIds</li>\n<li>allForTeamMember (integer) - a teamMember to apply action below to all deliveries</li>\n<li>returnedTimezone (string, optional) - the timezone to return <ul>\n<li>TIMEZONE format is the long form: e.g. America/New_York</li>\n<li>Default is UTC</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Update Only Parameters</p>\n<ul>\n<li>action (string, optional) - approve|decline</li>\n</ul>\n</li>\n</ul>\n<p>Returns an status object</p>\n","urlObject":{"path":["{{apiversion}}","deliveryApprovals","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"79874b18-8a60-4351-aa03-02e4f9aa24fe"},{"name":"Approval Counts Get","id":"6e0ca62a-2200-4a56-b0f9-d1379cea9d34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \n}"},"url":"{{url}}/{{apiversion}}/approvalCounts/get/","description":"<p>Get Approval Counts</p>\n<p><strong>NOT YET CODED</strong></p>\n<ul>\n<li>Filters<ul>\n<li>teamMemberIds (array[integer]) - a list of Team Member Ids</li>\n<li>clientIds (array[integer]) - a list of clientIds</li>\n<li>status (array[string]) - a list of statuses<ul>\n<li>approved|denied|pending</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns an Approval Count object</p>\n","urlObject":{"path":["{{apiversion}}","approvalCounts","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e0ca62a-2200-4a56-b0f9-d1379cea9d34"}],"id":"8c64c399-d87b-4852-82a9-358bc10efbc8","description":"<p>Create, update and delete Approvals</p>\n<p>Approvals are generated for Content or Deliveries based on the approval flags set for the Client and TeamMember.</p>\n<p>Company content can only be created by an editor, so approvals are not generated.</p>\n<p>A Delivery Approval approves or denies all deliveries of a paerticular post</p>\n<p>Approval Object</p>\n<p>Properties\n    + id (integer) - the approval id\n    + ownerId (integer)\n    + accountType (string) - personal\n    + type (string) - content|delivery\n    + postId (integer) - the postId\n    + contentSourceId (integer) - the Content Source of the Post\n    + status (string) - pending|approved|declined\n    + createDate (datetime)\n    + modifiedDate (datetime) - last modification date\n    + expirationDate (datetime) - when the approval request expires\n        + set based on type\n    + notes\n    + client (object) - the associated client\n    + teamMember (object) - the asscoiated teamMember\n    + post (object) - the post</p>\n","event":[{"listen":"prerequest","script":{"id":"90f8dcae-160d-44d7-a385-16f48bafe0e6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f9f81d7f-efcb-4f68-b960-eaebd6461827","type":"text/javascript","exec":[""]}}],"_postman_id":"8c64c399-d87b-4852-82a9-358bc10efbc8"},{"name":"Badges","item":[{"name":"Badges Get","id":"d3bdbc6d-f23f-4369-8006-2afcc52a1a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"includeNextBadges\":\"1\",\n\t\"returnedTimezone\":\"America/New_York\"\n}"},"url":"{{url}}/{{apiversion}}/badges/get/","description":"<p>Get a List of Earned Badges</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>teamMemberId (integer) - default is the apikey ownerId, if apikey accountType is 'personal'</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>ids (array[integer], optional) - the earned badge ids</li>\n<li>category (string) - one of setup|performance|sharing</li>\n<li>type (string) - one of avatar|badgeCount|channelSubscriptions|lifetimeEarnedValue|profile|sharedPosts|socialAccounts|weeklyEarnedValue</li>\n<li>description (string)</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 4</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sortBy (string, optional) - one of 'date'|'category'|'type'<ul>\n<li>defaults to 'date'</li>\n</ul>\n</li>\n<li>order (string, optional) - 'ASC'|'DESC'<ul>\n<li>defaults to 'DESC'</li>\n</ul>\n</li>\n<li>includeNextBadges(integer, optional) - 0|1<ul>\n<li>returns the next closest badge in each category</li>\n</ul>\n</li>\n<li>returnedTimezone (string) - the timezone to return in the Docket object<ul>\n<li>defaults to UTC</li>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Badge objects.</p>\n","urlObject":{"path":["{{apiversion}}","badges","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3bdbc6d-f23f-4369-8006-2afcc52a1a80"}],"id":"47aa75d9-8bd1-415a-b853-ff321cc4b3d6","description":"<p>Badge Object</p>\n<ul>\n<li><p>Properties</p>\n<ul>\n<li>id (integer) - the earned badge id</li>\n<li>teamMemberId (integer) - the teamMemberId that owns the badge</li>\n<li>category (string) - one of setup|performance|sharing|activity</li>\n<li>date (date) - e.g. 2019-11-05 00:00:00 America/New_York</li>\n<li>label (string)</li>\n<li>description</li>\n<li>type (string) - see below</li>\n<li>value (string)</li>\n<li>image (string) - image name</li>\n<li>nextBadges (array[object]) - list of next badges to be earned</li>\n</ul>\n</li>\n<li><p>Badge Types</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>setup\n-- profile\n-- avatar\n\nperformance\n-- badgeCount\n-- weeklyEarnedValue\n-- lifetimeEarnedValue\n\nsharing\n-- sharedPosts\n-- socialAccounts\n-- channelSubscriptions\n\nactivity\n-- logins\n-- connectionsKept\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"ed0de31a-5e4b-4aec-9d4f-16c96f7965a8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cf1c2072-3d79-40f7-91ed-7282940cfdb7","type":"text/javascript","exec":[""]}}],"_postman_id":"47aa75d9-8bd1-415a-b853-ff321cc4b3d6"},{"name":"Branding","item":[{"name":"Branding Get","id":"d329a403-1ef2-43f4-a0e4-356d216f5aa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ownerId\":\"\",\n\t\"accountType\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/branding/get/","description":"<p>Get Branding Info</p>\n<p><b>NOT YET IMPLEMENTED</b></p>\n<ul>\n<li>Parameters<ul>\n<li>ownerId (integer, optional) - default is the apikey ownerId</li>\n<li>accountType (string, optional) - default is the apikey accountType</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Branding object.</p>\n","urlObject":{"path":["{{apiversion}}","branding","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"80c0f9b0-6e40-4f7e-bae8-cab465c4d8d5","name":"Branding Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ownerId\":\"\",\n\t\"accountType\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/branding/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Mar 2019 19:46:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"182"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1816900"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/branding/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/branding/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.010767\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"primaryColor\": \"#391d81\",\n            \"secondaryColor\": \"#5e9942\"\n        }\n    }\n}"}],"_postman_id":"d329a403-1ef2-43f4-a0e4-356d216f5aa9"},{"name":"Branding Set","id":"c2a92b59-a0cd-490e-8019-0f886e14e33d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ownerId\":\"\",\n\t\"accountType\":\"\",\n\t\"primaryColor\":\"#391d81\",\n\t\"secondaryColor\":\"#5e9942\"\n}"},"url":"{{url}}/{{apiversion}}/branding/set/","description":"<p>Set Branding Info</p>\n<p><b>NOT YET IMPLEMENTED</b></p>\n<ul>\n<li>Parameters<ul>\n<li>ownerId (integer, optional) - default is the apikey ownerId</li>\n<li>accountType (string, optional) - default is the apikey accountType</li>\n<li>logoUrl (string,optional)</li>\n<li>primaryColor (string,optional)</li>\n<li>secondaryColor (string,optional)</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Branding object.</p>\n","urlObject":{"path":["{{apiversion}}","branding","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"edea96d4-54ae-4ae6-a80d-bce7edeefff8","name":"Branding Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ownerId\":\"\",\n\t\"accountType\":\"\",\n\t\"primaryColor\":\"#391d81\",\n\t\"secondaryColor\":\"#5e9942\"\n}"},"url":"{{url}}/{{apiversion}}/branding/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Mar 2019 19:03:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"182"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1816777"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/branding/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/branding/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.032814\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"primaryColor\": \"#391d81\",\n            \"secondaryColor\": \"#5e9942\"\n        }\n    }\n}"}],"_postman_id":"c2a92b59-a0cd-490e-8019-0f886e14e33d"}],"id":"5a6e5553-db07-4a2b-bfd0-018e27132f20","description":"<p>Branding Object</p>\n<p>The Branding Object consists of the client / agency colors and logos </p>\n<ul>\n<li>Properties<ul>\n<li>agencyLogoURL</li>\n<li>logoURL</li>\n<li>primaryColor</li>\n<li>secondaryColor</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"bdaabaa6-9a0f-4cc5-beae-0a213b8191ef","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"67daa280-a4b5-406d-aaa7-8ebaa79dfac5","type":"text/javascript","exec":[""]}}],"_postman_id":"5a6e5553-db07-4a2b-bfd0-018e27132f20"},{"name":"Accounts","item":[{"name":"Profiles Get","id":"bf8abc7e-fcba-4f0d-8ee5-00a7721c2ea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"services\":[\"*\"]\n}"},"url":"{{url}}/{{apiversion}}/profiles/get/","description":"<p>Get social service profiles for a Team Member or Company</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>accountType (string) - [company|personal] default is personal</li>\n<li>ownerId (integer) - Team member or Company id (defaults to the client or user of the apikey)</li>\n<li>services (array[string], optional) - limit to specific services e.g. 'Twitter', default is all services</li>\n<li>accountIds (array[integer], optional) - limit to specific accounts</li>\n<li>includeDeletes (integeral, optional) - 0|1 include deleted accounts<ul>\n<li>default: 0</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>includeNativeResponse (integer) - 0|1<ul>\n<li>defaults to 1</li>\n</ul>\n</li>\n<li>reload (integer) - 0|1 <ul>\n<li>NOTE: profiles are cached for 24 hours</li>\n<li>pass 1 to force them to reload</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Account Profile Objects</p>\n","urlObject":{"path":["{{apiversion}}","profiles","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"16eee0f7-b11e-4244-84e4-b1e2247f9961","name":"Profiles Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"services\":[\"*\"]\n}"},"url":"{{url}}/{{apiversion}}/profiles/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 May 2019 15:11:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2008"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"534295"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/profiles/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/profiles/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"1.348368\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"instagram\": {\n                \"status\": \"error\",\n                \"xstatus\": \"not connected to instagram\",\n                \"profiles\": []\n            },\n            \"linkedin\": {\n            \t\"status\": \"error\",\n                \"xstatus\": \"not connected to instagram\",\n                \"profiles\": []\n            },\n            \"twitter\": {\n                \"status\": \"ok\",\n                \"xstatus\": \"\",\n                \"profiles\": [\n                    {\n                        \"name\": \"William Bit\",\n                        \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                        \"description\": \"Hello, World\",\n                        \"email\": \"hmgengineering@haleymarketing.com\",\n                        \"nativeResponse\": {},\n                        \"id\": 1009512914074636288,\n                        \"screenName\": \"GroupHaley\"\n                    }\n                ]\n            },\n            \"facebook\": {\n                \"status\": \"error\",\n                \"xstatus\": \"not connected to facebook\",\n                \"profiles\": []\n            },\n            \"amazon\": {\n                \"status\": \"error\",\n                \"xstatus\": \"not connected to amazon\",\n                \"profiles\": []\n            }\n        }\n    }\n}"}],"_postman_id":"bf8abc7e-fcba-4f0d-8ee5-00a7721c2ea8"},{"name":"Account Delete","id":"36334cf4-2eba-4fc0-be8c-6dd63ec925a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"57\"\n}"},"url":"{{url}}/{{apiversion}}/account/delete/","description":"<p>Delete Account</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - the id of the account to delete</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","account","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"36334cf4-2eba-4fc0-be8c-6dd63ec925a1"},{"name":"Account Set","id":"f1a3f00d-96af-4b80-8e00-f7f483ad8bf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \n    \n}"},"url":"{{url}}/{{apiversion}}/account/set/","description":"<ul>\n<li>Account Object<ul>\n<li>id (integer) - required unless create is specified</li>\n<li>create (integer) - required if id is not soecified</li>\n<li>status (integer, optional) - 0|1 <ul>\n<li>defaults to 1 on create</li>\n</ul>\n</li>\n<li>switchConnectionId (integer, optional) - new connectionId<ul>\n<li>param is only valid on update</li>\n<li>only valid for company owned pages and groups</li>\n<li>this is the only field getting updated if switchConnectionId is included</li>\n</ul>\n</li>\n<li>accountType (string) - [company|personal] default is personal</li>\n<li>ownerId (integer) - Team member or Company id (defaults to the client or user of the apikey)</li>\n<li>connectionId (integer) - the connection id</li>\n<li>resourceType (string) - profile|page|group</li>\n<li>resourceId (string) - the id of the page or group</li>\n<li>resourceToken (string) - token associated with the page or group</li>\n<li>accountLabel (string, optional) - label for account</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","account","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1a3f00d-96af-4b80-8e00-f7f483ad8bf6"},{"name":"Disconnect Notification Set","id":"26f4dfac-3028-4804-9288-1c73c16116ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \n    \n}"},"url":"{{url}}/{{apiversion}}/disconnectNotification/set/","description":"<p>Sends a notification of all disconnected accounts under an ownerId</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - owner id<ul>\n<li>defaults to the client or user of the apikey</li>\n</ul>\n</li>\n<li>accountType (string, optional) - [company|personal] <ul>\n<li>default is personal</li>\n</ul>\n</li>\n<li>method (array) - [nsl|email|sms]<ul>\n<li>defaults to all methods if no array is provided</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","disconnectNotification","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26f4dfac-3028-4804-9288-1c73c16116ee"},{"name":"Disconnected Account Set","id":"19f14881-4e60-4dea-ad25-215939010e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \n    \n}"},"url":"{{url}}/{{apiversion}}/disconnectedAccount/set/","description":"<p>Set a disconnected account - engine only call</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, required) - account id</li>\n<li>xstatus (string, optional) - xstatus from account/delivery failure<ul>\n<li>default is empty string</li>\n</ul>\n</li>\n<li>action (string, optional) - ex: share<ul>\n<li>what we were using the 3rd party social media APIs for in the social service module when we got the 401 auth or 403 permission error</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","disconnectedAccount","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"19f14881-4e60-4dea-ad25-215939010e49"},{"name":"Accounts Get","id":"c1c8298f-dc8b-40fa-b647-5549e5c8482e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"perPage\":15,\n    \"sortBy\":\"label\",\n    \"order\":\"ASC\",\n    \"accountType\":\"company\",\n    \"ownerId\":\"5121\"\n}"},"url":"{{url}}/{{apiversion}}/accounts/get/","description":"<p>Accounts Get</p>\n<ul>\n<li>Parameters<ul>\n<li>ownerId (integer, optional) - default is the apikey ownerId</li>\n<li>accountType (string, optional) - default is the apikey accountType</li>\n</ul>\n</li>\n<li>Filters<ul>\n<li>service (string, optional) - limit by service name</li>\n<li>teamView (number, optional) - if user is viewing in team view</li>\n<li>accountIds (array[integer], optional) - list of accountIds</li>\n<li>connectionId (integer, optional) - a connectionId</li>\n<li>connectionStatus (string, optional) - limit by one of disconnected|active|paused</li>\n<li>accountLabel (string,opitonal) - filter by account label</li>\n<li>canPost (string,optional) - limit to only accounts that can be posted to<ul>\n<li>default: 0</li>\n</ul>\n</li>\n<li>includeDeletes (intiger, optional) - 0|1 include deleted accounts<ul>\n<li>default: 0</li>\n</ul>\n</li>\n<li>canPostProfiles (integer, optional) - 0 | 1 exclude hidden profiles in connections <strong>[ DEPRECATED ]</strong><ul>\n<li>default: 0</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Options<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sortBy (string, optional) - one of 'label'|'service'|'status'<ul>\n<li>defaults to 'label'</li>\n</ul>\n</li>\n<li>order (string, optional) - 'ASC'|'DESC'<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n<li>groupByService (integer) - 0|1 - nest groups and pages beneath the profile account<ul>\n<li>defaults to 1</li>\n<li>NOTE: the item count will reflect the count of profiles only</li>\n</ul>\n</li>\n<li>includeNativeResponse (integer) - 0|1<ul>\n<li>defaults to 1</li>\n</ul>\n</li>\n<li>allAccounts (integer,optional) - 0|1 - returns all Team Member Accounts<ul>\n<li>defaults to 0</li>\n<li>NOTE: Admin Only</li>\n</ul>\n</li>\n<li>reloadProfile (integer) - 0|1<ul>\n<li>NOTE: profiles are cached for 24 hours</li>\n<li>pass 1 to force them to reload</li>\n</ul>\n</li>\n<li>includeChannelList (integer) - 0|1 - include list of channelIds the account is associated with<ul>\n<li>default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Paging Object and a list of Account Objects</p>\n","urlObject":{"path":["{{apiversion}}","accounts","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1d3d4a27-ee07-45ec-9933-1aded05b4354","name":"Accounts Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/accounts/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Jul 2019 21:37:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2451"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"3646059"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"f530210b76b08e2dad11b1eb7f544951"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/accounts/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/accounts/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.884071\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"paging\": {\n                \"next\": 0,\n                \"count\": \"2\",\n                \"first\": \"0\",\n                \"perPage\": \"100\"\n            },\n            \"accounts\": [\n                {\n                    \"profile\": {\n                        \"name\": \"Richard Bush\",\n                        \"profileImageUrl\": \"https://media.licdn.com/dms/image/C5603AQFnFSX8ezcytA/profile-displayphoto-shrink_200_200/0?e=1568851200&v=beta&t=lHrmVvZKjCEkYx1JPHlyDkwXW-9tBn5tXhqfZK9FKHs\",\n                        \"description\": \"\",\n                        \"email\": \"rbush5458@mac.com\",\n                        \"nativeResponse\": {\n                            \"localizedFirstName\": \"Richard\",\n                            \"profilePicture\": {\n                                \"displayImage\": \"urn:li:digitalmediaAsset:C5603AQFnFSX8ezcytA\",\n                                \"displayImage~\": {\n                                    \"elements\": [\n                                        {\n                                            \"identifiers\": [\n                                                {\n                                                    \"index\": 0,\n                                                    \"identifier\": \"https://media.licdn.com/dms/image/C5603AQFnFSX8ezcytA/profile-displayphoto-shrink_100_100/0?e=1568851200&v=beta&t=kZHtXOTpS1ATfE-AOX5jKLuDrKQE4XBNF1EsElapQcw\",\n                                                    \"mediaType\": \"image/jpeg\",\n                                                    \"file\": \"urn:li:digitalmediaFile:(urn:li:digitalmediaAsset:C5603AQFnFSX8ezcytA,urn:li:digitalmediaMediaArtifactClass:profile-displayphoto-shrink_100_100,0)\",\n                                                    \"identifierExpiresInSeconds\": 1568851200,\n                                                    \"identifierType\": \"EXTERNAL_URL\"\n                                                }\n                                            ],\n                                            \"artifact\": \"urn:li:digitalmediaMediaArtifact:(urn:li:digitalmediaAsset:C5603AQFnFSX8ezcytA,urn:li:digitalmediaMediaArtifactClass:profile-displayphoto-shrink_100_100)\",\n                                            \"data\": {\n                                                \"com.linkedin.digitalmedia.mediaartifact.StillImage\": {\n                                                    \"storageSize\": {\n                                                        \"width\": 100,\n                                                        \"height\": 100\n                                                    },\n                                                    \"displayAspectRatio\": {\n                                                        \"widthAspect\": 1,\n                                                        \"formatted\": \"1.00:1.00\",\n                                                        \"heightAspect\": 1\n                                                    },\n                                                    \"mediaType\": \"image/jpeg\",\n                                                    \"displaySize\": {\n                                                        \"width\": 100,\n                                                        \"uom\": \"PX\",\n                                                        \"height\": 100\n                                                    },\n                                                    \"rawCodecSpec\": {\n                                                        \"name\": \"jpeg\",\n                                                        \"type\": \"image\"\n                                                    },\n                                                    \"storageAspectRatio\": {\n                                                        \"widthAspect\": 1,\n                                                        \"formatted\": \"1.00:1.00\",\n                                                        \"heightAspect\": 1\n                                                    }\n                                                }\n                                            },\n                                            \"authorizationMethod\": \"PUBLIC\"\n                                        },\n                                        {\n                                            \"identifiers\": [\n                                                {\n                                                    \"index\": 0,\n                                                    \"identifier\": \"https://media.licdn.com/dms/image/C5603AQFnFSX8ezcytA/profile-displayphoto-shrink_200_200/0?e=1568851200&v=beta&t=lHrmVvZKjCEkYx1JPHlyDkwXW-9tBn5tXhqfZK9FKHs\",\n                                                    \"mediaType\": \"image/jpeg\",\n                                                    \"file\": \"urn:li:digitalmediaFile:(urn:li:digitalmediaAsset:C5603AQFnFSX8ezcytA,urn:li:digitalmediaMediaArtifactClass:profile-displayphoto-shrink_200_200,0)\",\n                                                    \"identifierExpiresInSeconds\": 1568851200,\n                                                    \"identifierType\": \"EXTERNAL_URL\"\n                                                }\n                                            ],\n                                            \"artifact\": \"urn:li:digitalmediaMediaArtifact:(urn:li:digitalmediaAsset:C5603AQFnFSX8ezcytA,urn:li:digitalmediaMediaArtifactClass:profile-displayphoto-shrink_200_200)\",\n                                            \"data\": {\n                                                \"com.linkedin.digitalmedia.mediaartifact.StillImage\": {\n                                                    \"storageSize\": {\n                                                        \"width\": 200,\n                                                        \"height\": 200\n                                                    },\n                                                    \"displayAspectRatio\": {\n                                                        \"widthAspect\": 1,\n                                                        \"formatted\": \"1.00:1.00\",\n                                                        \"heightAspect\": 1\n                                                    },\n                                                    \"mediaType\": \"image/jpeg\",\n                                                    \"displaySize\": {\n                                                        \"width\": 200,\n                                                        \"uom\": \"PX\",\n                                                        \"height\": 200\n                                                    },\n                                                    \"rawCodecSpec\": {\n                                                        \"name\": \"jpeg\",\n                                                        \"type\": \"image\"\n                                                    },\n                                                    \"storageAspectRatio\": {\n                                                        \"widthAspect\": 1,\n                                                        \"formatted\": \"1.00:1.00\",\n                                                        \"heightAspect\": 1\n                                                    }\n                                                }\n                                            },\n                                            \"authorizationMethod\": \"PUBLIC\"\n                                        },\n                                        {\n                                            \"identifiers\": [\n                                                {\n                                                    \"index\": 0,\n                                                    \"identifier\": \"https://media.licdn.com/dms/image/C5603AQFnFSX8ezcytA/profile-displayphoto-shrink_400_400/0?e=1568851200&v=beta&t=IHWJZXcoa_aP2pz75EhWZaWE5XSd51Ihj7pa8hsDCEI\",\n                                                    \"mediaType\": \"image/jpeg\",\n                                                    \"file\": \"urn:li:digitalmediaFile:(urn:li:digitalmediaAsset:C5603AQFnFSX8ezcytA,urn:li:digitalmediaMediaArtifactClass:profile-displayphoto-shrink_400_400,0)\",\n                                                    \"identifierExpiresInSeconds\": 1568851200,\n                                                    \"identifierType\": \"EXTERNAL_URL\"\n                                                }\n                                            ],\n                                            \"artifact\": \"urn:li:digitalmediaMediaArtifact:(urn:li:digitalmediaAsset:C5603AQFnFSX8ezcytA,urn:li:digitalmediaMediaArtifactClass:profile-displayphoto-shrink_400_400)\",\n                                            \"data\": {\n                                                \"com.linkedin.digitalmedia.mediaartifact.StillImage\": {\n                                                    \"storageSize\": {\n                                                        \"width\": 400,\n                                                        \"height\": 400\n                                                    },\n                                                    \"displayAspectRatio\": {\n                                                        \"widthAspect\": 1,\n                                                        \"formatted\": \"1.00:1.00\",\n                                                        \"heightAspect\": 1\n                                                    },\n                                                    \"mediaType\": \"image/jpeg\",\n                                                    \"displaySize\": {\n                                                        \"width\": 400,\n                                                        \"uom\": \"PX\",\n                                                        \"height\": 400\n                                                    },\n                                                    \"rawCodecSpec\": {\n                                                        \"name\": \"jpeg\",\n                                                        \"type\": \"image\"\n                                                    },\n                                                    \"storageAspectRatio\": {\n                                                        \"widthAspect\": 1,\n                                                        \"formatted\": \"1.00:1.00\",\n                                                        \"heightAspect\": 1\n                                                    }\n                                                }\n                                            },\n                                            \"authorizationMethod\": \"PUBLIC\"\n                                        },\n                                        {\n                                            \"identifiers\": [\n                                                {\n                                                    \"index\": 0,\n                                                    \"identifier\": \"https://media.licdn.com/dms/image/C5603AQFnFSX8ezcytA/profile-displayphoto-shrink_800_800/0?e=1568851200&v=beta&t=xGdZGfZepCO_GYMfNO6xfGs1xHnPXapCFM3kE5d8uo0\",\n                                                    \"mediaType\": \"image/jpeg\",\n                                                    \"file\": \"urn:li:digitalmediaFile:(urn:li:digitalmediaAsset:C5603AQFnFSX8ezcytA,urn:li:digitalmediaMediaArtifactClass:profile-displayphoto-shrink_800_800,0)\",\n                                                    \"identifierExpiresInSeconds\": 1568851200,\n                                                    \"identifierType\": \"EXTERNAL_URL\"\n                                                }\n                                            ],\n                                            \"artifact\": \"urn:li:digitalmediaMediaArtifact:(urn:li:digitalmediaAsset:C5603AQFnFSX8ezcytA,urn:li:digitalmediaMediaArtifactClass:profile-displayphoto-shrink_800_800)\",\n                                            \"data\": {\n                                                \"com.linkedin.digitalmedia.mediaartifact.StillImage\": {\n                                                    \"storageSize\": {\n                                                        \"width\": 800,\n                                                        \"height\": 800\n                                                    },\n                                                    \"displayAspectRatio\": {\n                                                        \"widthAspect\": 1,\n                                                        \"formatted\": \"1.00:1.00\",\n                                                        \"heightAspect\": 1\n                                                    },\n                                                    \"mediaType\": \"image/jpeg\",\n                                                    \"displaySize\": {\n                                                        \"width\": 800,\n                                                        \"uom\": \"PX\",\n                                                        \"height\": 800\n                                                    },\n                                                    \"rawCodecSpec\": {\n                                                        \"name\": \"jpeg\",\n                                                        \"type\": \"image\"\n                                                    },\n                                                    \"storageAspectRatio\": {\n                                                        \"widthAspect\": 1,\n                                                        \"formatted\": \"1.00:1.00\",\n                                                        \"heightAspect\": 1\n                                                    }\n                                                }\n                                            },\n                                            \"authorizationMethod\": \"PUBLIC\"\n                                        }\n                                    ],\n                                    \"paging\": {\n                                        \"count\": 10,\n                                        \"links\": [],\n                                        \"start\": 0\n                                    }\n                                }\n                            },\n                            \"id\": \"7rPWKrChsO\",\n                            \"localizedLastName\": \"Bush\"\n                        },\n                        \"id\": \"7rPWKrChsO\",\n                        \"screenName\": \"Richard Bush\"\n                    },\n                    \"status\": \"1\",\n                    \"xstatus\": \"\",\n                    \"modificationDate\": \"2019-07-05 16:19:22\",\n                    \"connectionModifiedDate\": \"2019-07-08 18:05:00\",\n                    \"connectionExpirationDate\": \"2019-09-03 16:19:20\",\n                    \"connectionRelativeExpirationDuration\": \"-4214503\",\n                    \"connectionStatus\": \"paused\",\n                    \"id\": \"62\",\n                    \"connectionId\": \"55\",\n                    \"connectionRelativeModifiedDate\": \"8 days ago\",\n                    \"connectionRelativeModifiedDuration\": \"703957\",\n                    \"service\": \"linkedin\",\n                    \"connectionRelativeExpirationDate\": \"expires in 17 days\",\n                    \"resourceId\": \"7rPWKrChsO\",\n                    \"label\": \"Richard Bush\",\n                    \"type\": \"profile\",\n                    \"ownerId\": \"4299\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"profile\": {\n                        \"name\": \"Richard Bush\",\n                        \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/686259242781798400/-l-prTY2_normal.jpg\",\n                        \"description\": \"Dream it. Build it. Love it. Repeat.\",\n                        \"email\": \"rbush@cooltheory.com\",\n                        \"nativeResponse\": {\n                            \"friends_count\": 116,\n                            \"follow_request_sent\": false,\n                            \"profile_sidebar_fill_color\": \"140E0A\",\n                            \"profile_image_url\": \"http://pbs.twimg.com/profile_images/686259242781798400/-l-prTY2_normal.jpg\",\n                            \"profile_background_image_url_https\": \"https://abs.twimg.com/images/themes/theme3/bg.gif\",\n                            \"entities\": {\n                                \"url\": {\n                                    \"urls\": [\n                                        {\n                                            \"display_url\": \"craftroasting.com\",\n                                            \"expanded_url\": \"http://www.craftroasting.com\",\n                                            \"url\": \"https://t.co/QJQR2sQ3cG\",\n                                            \"indices\": [\n                                                0,\n                                                23\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"description\": {\n                                    \"urls\": []\n                                }\n                            },\n                            \"email\": \"rbush@cooltheory.com\",\n                            \"profile_background_color\": \"1C130E\",\n                            \"notifications\": false,\n                            \"url\": \"https://t.co/QJQR2sQ3cG\",\n                            \"id\": 16647623,\n                            \"following\": false,\n                            \"is_translator\": false,\n                            \"screen_name\": \"rkbush\",\n                            \"lang\": \"\",\n                            \"location\": \"Clarence, New York\",\n                            \"is_translation_enabled\": false,\n                            \"followers_count\": 71,\n                            \"statuses_count\": 1630,\n                            \"name\": \"Richard Bush\",\n                            \"translator_type\": \"none\",\n                            \"description\": \"Dream it. Build it. Love it. Repeat.\",\n                            \"favourites_count\": 325,\n                            \"profile_background_tile\": false,\n                            \"listed_count\": 4,\n                            \"status\": {\n                                \"retweeted\": true,\n                                \"source\": \"<a href=\\\"http://twitter.com/download/iphone\\\" rel=\\\"nofollow\\\">Twitter for iPhone</a>\",\n                                \"favorited\": true,\n                                \"coordinates\": \"\",\n                                \"retweeted_status\": {\n                                    \"retweeted\": true,\n                                    \"source\": \"<a href=\\\"http://instagram.com\\\" rel=\\\"nofollow\\\">Instagram</a>\",\n                                    \"favorited\": true,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 2,\n                                    \"entities\": {\n                                        \"user_mentions\": [],\n                                        \"hashtags\": [],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"twitter.com/i/web/status/1…\",\n                                                \"expanded_url\": \"https://twitter.com/i/web/status/1150013510153383936\",\n                                                \"url\": \"https://t.co/R8QP2ENcpc\",\n                                                \"indices\": [\n                                                    117,\n                                                    140\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": true,\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"created_at\": \"Sat Jul 13 12:06:01 +0000 2019\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Today is the day Peacemaker friends! Online ticket sales end at 5, make sure you print your tickets, there is no \\\"W… https://t.co/R8QP2ENcpc\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": 1150013510153383936,\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"lang\": \"en\",\n                                    \"geo\": \"\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1150013510153383936\",\n                                    \"is_quote_status\": false,\n                                    \"favorite_count\": 4,\n                                    \"in_reply_to_screen_name\": \"\"\n                                },\n                                \"place\": \"\",\n                                \"retweet_count\": 2,\n                                \"entities\": {\n                                    \"user_mentions\": [\n                                        {\n                                            \"name\": \"Peacemaker Brewing\",\n                                            \"indices\": [\n                                                3,\n                                                19\n                                            ],\n                                            \"id_str\": \"759917046930870273\",\n                                            \"id\": 759917046930870273,\n                                            \"screen_name\": \"PeacemakerBrew1\"\n                                        }\n                                    ],\n                                    \"hashtags\": [],\n                                    \"symbols\": [],\n                                    \"urls\": []\n                                },\n                                \"truncated\": false,\n                                \"in_reply_to_status_id_str\": \"\",\n                                \"created_at\": \"Sat Jul 13 15:37:54 +0000 2019\",\n                                \"contributors\": \"\",\n                                \"text\": \"RT @PeacemakerBrew1: Today is the day Peacemaker friends! Online ticket sales end at 5, make sure you print your tickets, there is no \\\"Will…\",\n                                \"in_reply_to_user_id\": \"\",\n                                \"id\": 1150066830175850496,\n                                \"in_reply_to_status_id\": \"\",\n                                \"lang\": \"en\",\n                                \"geo\": \"\",\n                                \"in_reply_to_user_id_str\": \"\",\n                                \"id_str\": \"1150066830175850496\",\n                                \"is_quote_status\": false,\n                                \"favorite_count\": 0,\n                                \"in_reply_to_screen_name\": \"\"\n                            },\n                            \"contributors_enabled\": false,\n                            \"profile_banner_url\": \"https://pbs.twimg.com/profile_banners/16647623/1374239047\",\n                            \"profile_link_color\": \"4F3F38\",\n                            \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/686259242781798400/-l-prTY2_normal.jpg\",\n                            \"profile_sidebar_border_color\": \"9DB98C\",\n                            \"created_at\": \"Wed Oct 08 11:58:20 +0000 2008\",\n                            \"utc_offset\": \"\",\n                            \"verified\": false,\n                            \"profile_background_image_url\": \"http://abs.twimg.com/images/themes/theme3/bg.gif\",\n                            \"has_extended_profile\": false,\n                            \"default_profile\": false,\n                            \"protected\": false,\n                            \"id_str\": \"16647623\",\n                            \"profile_text_color\": \"838978\",\n                            \"needs_phone_verification\": false,\n                            \"default_profile_image\": false,\n                            \"suspended\": false,\n                            \"time_zone\": \"\",\n                            \"profile_use_background_image\": true,\n                            \"geo_enabled\": false\n                        },\n                        \"id\": 16647623,\n                        \"screenName\": \"rkbush\"\n                    },\n                    \"status\": \"1\",\n                    \"xstatus\": \"\",\n                    \"modificationDate\": \"2019-07-05 16:19:53\",\n                    \"connectionModifiedDate\": \"2019-07-08 18:05:00\",\n                    \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                    \"connectionRelativeExpirationDuration\": \"-30908830943\",\n                    \"connectionStatus\": \"paused\",\n                    \"id\": \"63\",\n                    \"connectionId\": \"56\",\n                    \"connectionRelativeModifiedDate\": \"8 days ago\",\n                    \"connectionRelativeModifiedDuration\": \"703957\",\n                    \"service\": \"twitter\",\n                    \"connectionRelativeExpirationDate\": \"expires in 15 days\",\n                    \"resourceId\": \"16647623\",\n                    \"label\": \"Richard Bush\",\n                    \"type\": \"profile\",\n                    \"ownerId\": \"4299\",\n                    \"accountType\": \"personal\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"c1c8298f-dc8b-40fa-b647-5549e5c8482e"}],"id":"f585c3ad-cb93-43be-b3c5-99be7972b60a","description":"<p>Social Service Accounts</p>\n<p>Account Object</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer) </li>\n<li>status (integer) - is the account reachable<ul>\n<li>Note: this is not the connectionStatus</li>\n</ul>\n</li>\n<li>xstatus (string) - extended status message</li>\n<li>ownerId (integer)</li>\n<li>accountType (string) - personal|company</li>\n<li>service (string) - the service (e.g. Twitter)<ul>\n<li>assigned based on connectionId</li>\n</ul>\n</li>\n<li>connectionId - the connection id</li>\n<li>label (string) - the account label<ul>\n<li>assigned based on the profile, page or group name</li>\n</ul>\n</li>\n<li>type (string) - profile|page|group</li>\n<li>canPost (integer) - read only attribute<ul>\n<li>indicates if an account can accept posts</li>\n<li>for example: facebook profiles can not accept posts</li>\n</ul>\n</li>\n<li>hasResources (integer) - read only attribute<ul>\n<li>indicates that the service has page and group resources</li>\n</ul>\n</li>\n<li>resourceId (string) - the id of the page or group</li>\n<li>createDate (string)</li>\n<li>modificationDate (string)</li>\n<li>profile (object)</li>\n<li>connectionStatus (string) - ok|disconnected|paused</li>\n<li>connectionModifiedDate (date) - when the connection was last maodified</li>\n<li>connectionExpirationDate (date) - when the connection will expire</li>\n<li>isPaused (integer) - 0|1 - is the individual account paused</li>\n<li>statusIndicator (string) - active, warning, paused, critical</li>\n<li>statusMessage (string) - text explaining status</li>\n<li>associatedChannels (array) - list of channels the account is associated with</li>\n</ul>\n</li>\n</ul>\n<p>Account Profile Objects</p>\n<ul>\n<li>Properties<ul>\n<li>id (string)</li>\n<li>email (string)</li>\n<li>profileImageUrl (string)</li>\n<li>description (string)</li>\n<li>screenName (string)</li>\n<li>name (string)</li>\n<li>nativeResponse (object)</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"3b8f4d3a-740d-459c-b5d3-9b7108f5147c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cc5ca6f6-3506-4c04-931d-6987370831a9","type":"text/javascript","exec":[""]}}],"_postman_id":"f585c3ad-cb93-43be-b3c5-99be7972b60a"},{"name":"Channels","item":[{"name":"Channel Delete","id":"894c940e-5b84-47ea-892c-c475ef9f644b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"5100\"\n}"},"url":"{{url}}/{{apiversion}}/channel/delete/","description":"<p>Delete a Channel</p>\n<p>NOTE: Deleting a channel will also delete all subscription entries.</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - the channel id</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","channel","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c06d95d9-1a36-43c0-9875-571b79644a4e","name":"Category Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"5100\"\n}"},"url":"{{url}}/{{apiversion}}/category/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Oct 2018 18:16:12 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"154"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"549401"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/category/delete/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/category/delete/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.013127\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"894c940e-5b84-47ea-892c-c475ef9f644b"},{"name":"Channels Get","id":"7dbfa946-c8d2-4820-85e2-e945854afd9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"perPage\": 10,\n    \"includeChannelSubscriptionSettings\": 1,\n    \"includeAccountSummary\": 1,\n    \"includeContentSources\": 1,\n    \"keywords\": \"\"\n}"},"url":"{{url}}/{{apiversion}}/channels/get/","description":"<p>Lookup list of Channels</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li><p>ownerId (integer, optional) - default is the apikey ownerId</p>\n</li>\n<li><p>accountType (string, optional) - default is the apikey accountType</p>\n</li>\n<li><p>NOTE: to get a list of channels to manage as the company owner, submit the companyId</p>\n</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li><p>id (string, optional) - limit by channelId</p>\n</li>\n<li><p>type (string, optional) - private|shared</p>\n</li>\n<li><p>categoryId (integer, optional) - a channel category id - still compatible with group id</p>\n</li>\n<li><p>keywords (string, optional)</p>\n</li>\n<li><p>isMarketplace (string, optional)</p>\n<ul>\n<li><p>available - only marketplace channels available for adding</p>\n</li>\n<li><p>added - only marketplace channels that have been added to the company</p>\n</li>\n<li><p>editable - only marketplace channels the user may edit</p>\n</li>\n</ul>\n</li>\n<li><p>marketplaceStatus (string, optional) - published|draft</p>\n</li>\n<li><p>channelPipelineView (integer, optional) - 0|1</p>\n<ul>\n<li><p>default is 0;</p>\n</li>\n<li><p>for an editor, this returns all active shared channels, as well as their own private channels</p>\n</li>\n<li><p>for an unprivileged team member, it returns active-channels</p>\n</li>\n</ul>\n</li>\n<li><p>subscriberStatus (string, optional) - return channels filtered by the subscriber status</p>\n<ul>\n<li><p>Note: ignored when channelPipelineView is 1</p>\n</li>\n<li><p>by default, returns all subscribed, invited or opted out channels (not available or unsubscribed channels)</p>\n</li>\n<li><p>my-channels - returns only channels created by the team member</p>\n</li>\n<li><p>active-channels - returns an owner's private and subscribed channels</p>\n</li>\n<li><p>company-channels - returns only company channels viewable by the team member</p>\n<ul>\n<li>if the user is an editor, they will see all company channels</li>\n</ul>\n</li>\n<li><p>invited - returns channels the subscriber has been invited to, but not subscribed</p>\n</li>\n<li><p>subscribed - returns subscribed channels</p>\n<ul>\n<li>NOTE: this does not return a team member's own private channels</li>\n</ul>\n</li>\n<li><p>opted-out - returns channels that have been opted out of</p>\n</li>\n<li><p>available - return only channels available for subscription</p>\n<ul>\n<li>this option bypasses id and type filters; groupId and keywords are applied.</li>\n</ul>\n</li>\n<li><p>available-admin - return only channels available for subscription owned by admins or company</p>\n<ul>\n<li><p>NOTE: this option is what to use to return a list of channels a team member can opt into</p>\n</li>\n<li><p>this option bypasses id and type filters; groupId and keywords are applied.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li><p>first (integer, optional) - the first record to return</p>\n<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li><p>perPage (integer, optional)</p>\n<ul>\n<li><p>defaults to 100</p>\n</li>\n<li><p>maximum is 500</p>\n</li>\n</ul>\n</li>\n<li><p>sortBy (string, optional) - one of 'label'|'service'|'status'</p>\n<ul>\n<li>defaults to 'label'</li>\n</ul>\n</li>\n<li><p>order (string, optional) - 'ASC'|'DESC'</p>\n<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n<li><p>includeContentSources (integer, optional)</p>\n<ul>\n<li>returns a list of Channel Objects with Nested Content Source Objects</li>\n</ul>\n</li>\n<li><p>includeAccountSummary (integer, optional)</p>\n<ul>\n<li>returns a list of Channel Objects with Nested Account Summary Objects</li>\n</ul>\n</li>\n<li><p>includeOrganizationAccountSummary - show counts for the entire organization</p>\n<ul>\n<li>NOTE: Editor Only; overrides includeAccountSummary</li>\n</ul>\n</li>\n<li><p>includeChannelSubscriptionSettings (integer, optional)</p>\n<ul>\n<li>returns a Channel Subscription Object for the supplied owner</li>\n</ul>\n</li>\n<li><p>includePostPreviews (integer, optional) 0 - 5</p>\n<ul>\n<li>return a list of X number of post previews from the channel</li>\n</ul>\n</li>\n<li><p>includeMarketplaceSubscriptionInfo (integer, optional)</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Paging object and a list of Channel objects</p>\n","urlObject":{"path":["{{apiversion}}","channels","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"52726022-720b-41a0-a7e5-1340ed9446c1","name":"Channels Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"perPage\": 10,\n    \"includeChannelSubscriptionSettings\": 1,\n    \"includeAccountSummary\": 1,\n    \"includeContentSources\": 1,\n    \"keywords\": \"\",\n    \"subscriberStatus\": \"available\",\n    \"groupId\": \"207\",\n    \"accountType\": \"company\",\n    \"ownerId\": \"4981\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/{{apiversion}}/channels/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Mar 2020 18:50:11 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"196"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"5736944"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"60955d6829b8c64aeb8afa66c636b99c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/channels/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/channels/get/\",\n        \"apikey\": \"60955d6829b8c64aeb8afa66c636b99c\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.255328\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"channels\": [],\n            \"paging\": {\n                \"next\": 0,\n                \"count\": \"0\",\n                \"first\": \"0\",\n                \"perPage\": \"10\"\n            }\n        }\n    }\n}"}],"_postman_id":"7dbfa946-c8d2-4820-85e2-e945854afd9e"},{"name":"Channel Set","id":"fa0af5db-7cc2-4b41-831a-8a127e032802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"A Shared Channel\",\n    \"id\":\"\",\n    \"create\":\"1\",\n    \"description\":\"Shared Channel\",\n    \"type\":\"shared\",\n    \"ownerId\":\"2500\",\n    \"accountType\":\"company\"\n}"},"url":"{{url}}/{{apiversion}}/channel/set/","description":"<p>Create or Update a Channel</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer, optional) - required for an update, in the url or body</li>\n<li>create (integer, optional) - required to create a new channel record - '1'<ul>\n<li>NOTE: private channels created by personal keys will also automatically subscribe the team member to the new channel. Requires subscriptionOptions:{accounts:[]}</li>\n</ul>\n</li>\n<li>label (string) - the channel label, required for create</li>\n<li>coverImageId (string) - a NetSocial mediaId for the channel cover image</li>\n<li>ownerId (integer, optional) - defaults to the apikey ownerId</li>\n<li>accountType (string, optional) - defaults to the apikey accountType</li>\n<li>categoryId (integer, optional) - channel category id - still compatible with groupId<ul>\n<li>NOTE: the group and channel type must match. e.g. both be 'shared' or both be 'private'</li>\n</ul>\n</li>\n<li>type (string, optional) - private|shared<ul>\n<li>default is private for non-marketplace channels, shared for marketplace channels</li>\n<li>marketplace channels must be shared</li>\n<li>NOTE: only an editor can create a shared channel; the accountType used must also be 'company', and the ownerId the companyId<ul>\n<li>A shared channel can not be changed to a private channel</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>inviteEveryone (integer, optional) - 0|1 - send an invitation to all active Team Members, and to all new Team Members when they are created<ul>\n<li>default is 0</li>\n<li>NOTE: only an editor can set inviteEveryone</li>\n<li>NOTE: does not apply to marketplace channels and is ignored</li>\n</ul>\n</li>\n<li>description (string, optional) - a description of the channel</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>subscriptionOptions<ul>\n<li>on create, pass in a channel subscription object to set the owner's subscription</li>\n<li>requiresDistributionApproval</li>\n<li>limits</li>\n<li>subscriptionStatus</li>\n<li>accountIds (array) - list of accountIds</li>\n</ul>\n</li>\n<li>Marketplace Options<ul>\n<li><em>NOTE: NOT IMPLEMENTED YET</em></li>\n<li><em>NOTE: - can only be set by editors</em></li>\n<li>isMarketplace (integer) - 0|1<ul>\n<li>defaults to 0</li>\n<li>NOTE: only an editor can create a marketplace channel; the accountType used must also be 'company', and the ownerId the companyId</li>\n<li>A marketplace channel can not be changed to a non-marketplace channel</li>\n<li>A marketplace channel is always shared</li>\n</ul>\n</li>\n<li>marketplaceOptions (object)<ul>\n<li>publish (integer, optional) - 0|1 - publish this channel<ul>\n<li>default is 0</li>\n<li>0 == save as a draft</li>\n<li>1 == publish</li>\n<li>if not specified in an update, status is left unchanged (it will be draft|published)</li>\n<li>once a published channel has been subscribed to, it can not be unpublished</li>\n</ul>\n</li>\n<li>allowedAgencyIds (array[integer], optional) - limit to only these agencies</li>\n<li>allowedClientIds (array[integer], optional) - limit to only these clients</li>\n<li>customVariables (array[object]) - a list of customVariable objects<ul>\n<li>key - only lowercase letters and '-' allowed</li>\n<li>description (string)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Channel Object</p>\n","urlObject":{"path":["{{apiversion}}","channel","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a1c0e712-2650-4265-b48a-02a4fd1bd6ae","name":"Channel Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"A Shared Channel\",\n    \"id\":\"\",\n    \"create\":\"1\",\n    \"description\":\"Shared Channel\",\n    \"type\":\"shared\",\n    \"ownerId\":\"2500\",\n    \"accountType\":\"company\"\n}"},"url":"{{url}}/{{apiversion}}/channel/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Feb 2019 20:22:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"249"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"509050"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/channel/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/channel/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.049019\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"amSubscribed\": 0,\n            \"optouts\": \"0\",\n            \"description\": \"Shared Channel\",\n            \"invited\": \"0\",\n            \"subscribed\": \"0\",\n            \"label\": \"A Shared Channel\",\n            \"id\": \"10\",\n            \"type\": \"shared\",\n            \"ownerId\": \"2500\",\n            \"accountType\": \"company\"\n        }\n    }\n}"}],"_postman_id":"fa0af5db-7cc2-4b41-831a-8a127e032802"}],"id":"6754485e-8618-40ff-b7dc-ba0dee954d87","description":"<p>Create, Update and Delete Channels</p>\n<p>Channel Object</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer) - required for an update, in the url or body</li>\n<li>label (string) - the channel label</li>\n<li>coverImageUrl (string) - url to the cover image</li>\n<li>coverImageId (string) - nsMediaId of the cover image</li>\n<li>ownerId (integer) - defaults to the apikey ownerId</li>\n<li>accountType (string) - defaults to the apikey accountType</li>\n<li>type (string) - private|shared<ul>\n<li>default is private</li>\n<li>only an editor can create a shared channel</li>\n</ul>\n</li>\n<li>description (string) - a description of the channel</li>\n<li>groupId (integer)</li>\n<li>groupLabel (string)</li>\n<li>inviteEveryone (integer) - set to invite all current and future Team Members</li>\n<li>invited (integer) - count of open invitations</li>\n<li>subscribers (integer) - count of subscribers</li>\n<li>isMine (integer) - true if the channel is owned by the requested ownwerID and accountType</li>\n<li>optouts (integer) - count of optouts</li>\n<li>contentSources (array[objects) - a list of content source objects</li>\n<li>associatedAccounts (array[objects) - a list of account summary objects<ul>\n<li>service (string) - the service name</li>\n<li>count (integer) - count of accounts</li>\n</ul>\n</li>\n<li>queueCount (integer) - count of items in queue for delivery<ul>\n<li>NOT IMPLEMENTED YET</li>\n</ul>\n</li>\n<li>subscriptionStatus (integer) - is the channel subscribed to by the owner supplied in the get call?<ul>\n<li>0 = not subscribed</li>\n<li>1 = subscribed</li>\n<li>99 = opted out</li>\n</ul>\n</li>\n<li>susbcriberSettings (object) - the subscriber's channel settings</li>\n<li>isMarketPlace (integer) - is a Marketplace Channel</li>\n<li>allowedAgencyIds (array[integer], optional) - limit to only these agencies</li>\n<li>allowedClientIds (array[integer], optional) - limit to only these clients</li>\n<li>customVariables (array[object]) - a list of customVariable objects</li>\n<li>marketplaceStatus (string) - 'published|draft'</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"d2ef075c-f83e-4b26-8c92-0bc5182d8cc0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"75ff740c-bc2c-4c64-bc86-633ed17a4737","type":"text/javascript","exec":[""]}}],"_postman_id":"6754485e-8618-40ff-b7dc-ba0dee954d87"},{"name":"Channel Groups","item":[],"id":"35625e72-d54a-41f0-bfae-24625134e663","description":"<p>Deprecated - see Channel Categories</p>\n","event":[{"listen":"prerequest","script":{"id":"562d0355-9c05-45bd-b2c6-f2edfe53e1d5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0fff9c85-fa67-4f5d-82ec-175ce9909818","type":"text/javascript","exec":[""]}}],"_postman_id":"35625e72-d54a-41f0-bfae-24625134e663"},{"name":"Channel Categories","item":[{"name":"Channel Category Set","id":"161cd8c3-6844-41b1-82ab-146a896184e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"A Private Group\",\n    \"id\":\"\",\n    \"create\":\"1\",\n    \"type\":\"private\"\n}"},"url":"{{url}}/{{apiversion}}/channelCategory/set/","description":"<p>Create or Update a Channel Category</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - required for an update, in the url or body</li>\n<li>create (integer, optional) - required to create a new channel category - '1'</li>\n<li>label (string) - the channel category label, required for create</li>\n<li>ownerId (integer, optional) - defaults to the apikey ownerId</li>\n<li>color (string, optional) - hex value to represent color</li>\n<li>accountType (string, optional) - defaults to the apikey accountType</li>\n<li>type (string, optional) - private|shared<ul>\n<li>default is private</li>\n<li>NOTE: only an editor/admin/owner can create a shared channel category; the accountType used must also be 'company'</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Channel Category Object</p>\n","urlObject":{"path":["{{apiversion}}","channelCategory","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8e3b62f9-fd3d-4db6-96a1-2c6932882007","name":"Channel Group Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"A Private Group\",\n    \"id\":\"\",\n    \"create\":\"1\",\n    \"type\":\"private\"\n}"},"url":"{{url}}/{{apiversion}}/channelGroup/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 Jun 2019 22:01:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"216"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"77430"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"a3c0eac66a004678a37e2f00ffb04368"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/channelGroup/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/channelGroup/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.017421\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"label\": \"A Private Group\",\n            \"type\": \"private\",\n            \"id\": \"1\",\n            \"ownerId\": \"4265\",\n            \"accountType\": \"personal\"\n        }\n    }\n}"}],"_postman_id":"161cd8c3-6844-41b1-82ab-146a896184e0"},{"name":"Channel Category Subscription Set","id":"ba24e148-771c-4608-8226-79639126aad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"182\",\n    \"status\": 1\n}"},"url":"{{url}}/{{apiversion}}/channelGroupSubscription/set/","description":"<p>Subscribe or Unsubscribe from all Channels in a Channel Category</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - channelCategoryId</li>\n<li>ownerId (integer, optional) - defaults to the apikey ownerId</li>\n<li>accountType (string, optional) - defaults to the apikey accountType</li>\n<li>limits (object) - limits number of posts to enter the subscribers Docket<ul>\n<li>count (integer) - 0 = unlimited</li>\n<li>unit (string) - hour|day</li>\n<li>defaults to 0|day</li>\n</ul>\n</li>\n<li>status (integer) - 0|1|99<ul>\n<li>-1 - mark subscription as deleted</li>\n<li>0 - invited, not subscribed</li>\n<li>1 - subscribed</li>\n<li>99 - opted out (declined subscription invitation)</li>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>requiresDistributionApproval (integer) - 0|1<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Channel Subscription Objects</p>\n","urlObject":{"path":["{{apiversion}}","channelGroupSubscription","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba24e148-771c-4608-8226-79639126aad1"},{"name":"Channel Categories Get","id":"8ceef949-8b66-4ac2-9fb6-f9b5e5115c2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/channelCategories/get/","description":"<p>Create or Update a Channel Category</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>ownerId (integer, optional) - defaults to the apikey ownerId</li>\n<li>accountType (string, optional) - defaults to the apikey accountType</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>id (string, optional) - limit by channelCategoryId</li>\n<li>type (string, optional) - private|shared|all<ul>\n<li>default is all</li>\n</ul>\n</li>\n<li>keywords (string, optional)</li>\n<li>filledCategories (int, optional) - 0 | 1</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Channel Categort Objects</p>\n","urlObject":{"path":["{{apiversion}}","channelCategories","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"aa5815e5-1b56-4b23-a0ce-c84e6f1046d2","name":"Channel Group Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"A Private Group\",\n    \"id\":\"\",\n    \"create\":\"1\",\n    \"type\":\"private\"\n}"},"url":"{{url}}/{{apiversion}}/channelGroup/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 Jun 2019 22:01:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"216"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"77430"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"a3c0eac66a004678a37e2f00ffb04368"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/channelGroup/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/channelGroup/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.017421\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"label\": \"A Private Group\",\n            \"type\": \"private\",\n            \"id\": \"1\",\n            \"ownerId\": \"4265\",\n            \"accountType\": \"personal\"\n        }\n    }\n}"}],"_postman_id":"8ceef949-8b66-4ac2-9fb6-f9b5e5115c2f"},{"name":"Channel Category Delete","id":"cb57bd3d-7204-4506-8789-a3f6083bce24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"A Private Group\",\n    \"id\":\"\",\n    \"create\":\"1\",\n    \"type\":\"private\"\n}"},"url":"{{url}}/{{apiversion}}/channelCategory/delete/","description":"<p>Delete a Channel Category</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, required)</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success Object</p>\n","urlObject":{"path":["{{apiversion}}","channelCategory","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb57bd3d-7204-4506-8789-a3f6083bce24"}],"id":"b98f7c78-bc0b-40c3-afad-d6670e53c78b","description":"<p>Create, Update and Delete Channel Groups</p>\n<p>Channel Object</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer) - required for an update, in the url or body</li>\n<li>label (string) - the channel label</li>\n<li>ownerId (integer) - defaults to the apikey ownerId</li>\n<li>accountType (string) - defaults to the apikey accountType</li>\n<li>type (string) - private|shared<ul>\n<li>default is private</li>\n<li>only an editor can create a shared channel</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"2e8402cb-dc37-4f65-bd93-fb285cc801aa","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4c1502c4-94cc-4363-a509-3a6a09b59c15","type":"text/javascript","exec":[""]}}],"_postman_id":"b98f7c78-bc0b-40c3-afad-d6670e53c78b"},{"name":"Channel Invitations","item":[{"name":"Channel Invitations Set","id":"678503b6-71a1-4b2a-a1ba-eae6af35d5ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"1\",\n    \"ownerId\":\"\",\n    \"accountType\":\"\",\n    \"groupIds\":\"\",\n    \"teamMemberIds\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/channelInvitations/set/","description":"<p>Send Invitations to a Channel</p>\n<p>This creates a subscription record and sends a notification.</p>\n<p>ONLY ALLOWED FOR EDITORS</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer) - channelId - required in the url or body<ul>\n<li>NOTE: must be a company owned channel</li>\n</ul>\n</li>\n<li>ownerId (integer, optional) - defaults to the apikey ownerId</li>\n<li>accountType (string, optional) - defaults to the apikey accountType</li>\n<li>notificationMethods(array[string]) - nsl,email<ul>\n<li>defaults to [\"nsl\",\"email\"]</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Invitation Options</p>\n<ul>\n<li>everyone (integer, optional) - 0|1 invite all current and future Team Members<ul>\n<li>NOTE: this sets the inviteEveryone property of the Channel to 1</li>\n</ul>\n</li>\n<li>teamIds (array[integer], optional) - still compatible with groupIds</li>\n<li>teamMemberIds (array[integer], optional)</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Channel Object</p>\n","urlObject":{"path":["{{apiversion}}","channelInvitations","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"678503b6-71a1-4b2a-a1ba-eae6af35d5ca"}],"id":"c5f14f40-97cd-425b-a832-d3c324ef7692","_postman_id":"c5f14f40-97cd-425b-a832-d3c324ef7692","description":""},{"name":"Channel Subscriptions","item":[{"name":"Channel Subscription Accounts Set","id":"d5f9e06b-7b28-4d7f-b7a9-19bd486a8667","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\":\"\",\n    \"action\":\"add\",\n    \"accountIds\":[]\n}"},"url":"{{url}}/{{apiversion}}/channelSubscriptionAccounts/set/","description":"<p>Add or Update Channel Subscription Accounts</p>\n<ul>\n<li>Parameters<ul>\n<li>channelId (integer, required)</li>\n<li>ownerId (integer) - defaults to the apikey owner</li>\n<li>accountType (string) - defaults to the apikey account type</li>\n<li>action (string, optional) - add|replace|delete<ul>\n<li>defaults to add</li>\n</ul>\n</li>\n<li>accountIds (array[integer]) </li>\n<li>skipDuplicateCheck (integer, optional) - defaults to 0<ul>\n<li>if set to 1, we skip checking if the resource ID provided by twitter/facebook/linkedin has been used in another subscription to this channel. This is to prevent duplicate posts.</li>\n</ul>\n</li>\n<li>subscriptionAccounts (array [objects]) - overrides channelId, accountIds, action, and skipDuplicateCheck<ul>\n<li>object fields:\n+ channelId (integer, required)\n+ action (string, optional) - add|replace|delete\n+ accountIds (array[integer]) \n+ skipDuplicateCheck (integer, optional) - defaults to 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Channel Subscriber object if subscriptionAccounts is empty. If subscriptionAccounts is specified, an array of channel subscriber objects is returned.</p>\n","urlObject":{"path":["{{apiversion}}","channelSubscriptionAccounts","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5f9e06b-7b28-4d7f-b7a9-19bd486a8667"},{"name":"Channel Subscription Set","id":"103f8d7f-c6a9-46e0-bb41-b8fa216a2159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \n}"},"url":"{{url}}/{{apiversion}}/channelSubscription/set/","description":"<p>Create or Update a Channel Subscription (Invite)</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer, optional) - required for an update, in the url or body</li>\n<li>channelId (integer, optional) - required on create<ul>\n<li>NOTE: can not be updated</li>\n</ul>\n</li>\n<li>create (integer, optional) - required to create a new subscription record - '1'</li>\n<li>ownerId (integer, optional) - defaults to the apikey ownerId</li>\n<li>accountType (string, optional) - defaults to the apikey accountType</li>\n<li>limits (object) - limits number of posts to enter the subscribers Docket<ul>\n<li>count (integer) - 0 = unlimited</li>\n<li>unit (string) - hour|day</li>\n<li>defaults to 0|day</li>\n</ul>\n</li>\n<li>status (integer) - 0|1|99 <ul>\n<li>-1 - mark subscription as deleted </li>\n<li>0 - invited, not subscribed</li>\n<li>1 - subscribed</li>\n<li>99 - opted out</li>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>requiresDistributionApproval (integer) - 0|1<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>action (string)<ul>\n<li>pause | resume<ul>\n<li>sets <em>paused</em> attribut</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Channel Subscriber object</p>\n","urlObject":{"path":["{{apiversion}}","channelSubscription","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"103f8d7f-c6a9-46e0-bb41-b8fa216a2159"},{"name":"Channel Subscribers Get","id":"4ff54090-2cf8-4645-a19d-d617cae3854b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/channelSubscribers/get/","description":"<p>Returns a list of Channel Subscribers</p>\n<p>NOTE: for Marketplace Channels, subscriptions are filtered to display only subscribers that belong to the client making the request.</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - channel id</li>\n<li>ownerId (integer, optional) - defaults to the apikey ownerId</li>\n<li>accountType (string, optional) - defaults to the apikey accountType</li>\n<li>Fiters:<ul>\n<li>status (array[string], optional) - deleted|invited|subscribed|opted-out|any<ul>\n<li>defaults to 'any'</li>\n</ul>\n</li>\n<li>teamMemberId (integer, optional) - a teamMemberId</li>\n</ul>\n</li>\n<li>Options:<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - one of 'id'|'status'<ul>\n<li>defaults to 'name'</li>\n</ul>\n</li>\n<li>order (string, optional) - 'ASC'|'DESC'<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Channel Subscriber objects</p>\n","urlObject":{"path":["{{apiversion}}","channelSubscribers","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ff54090-2cf8-4645-a19d-d617cae3854b"},{"name":"Channel Subscribers Count Get","id":"e0593c0d-6591-43a8-8d61-6eed50bef31e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"229\"\n}"},"url":"{{url}}/{{apiversion}}/channelSubscribersCount/get/","description":"<p>Returns a count of Channel Subscribers'</p>\n<p>NOTE: for Marketplace Channels, subscriptions are filtered to display only subscribers that belong to the client making the request.</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - channel id</li>\n<li>ownerId (integer, optional) - defaults to the apikey ownerId</li>\n<li>accountType (string, optional) - defaults to the apikey accountType</li>\n</ul>\n</li>\n</ul>\n<p>Returns a count of active subscribers</p>\n","urlObject":{"path":["{{apiversion}}","channelSubscribersCount","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"12a13aad-29d2-4ba1-b8d9-1bf4c814512c","name":"Channel Subscribers Count Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"229\"\n}"},"url":"{{url}}/{{apiversion}}/channelSubscribersCount/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Apr 2020 20:59:06 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"181"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"4982083"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"60955d6829b8c64aeb8afa66c636b99c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/channelSubscribersCount/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/channelSubscribersCount/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.264039\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"count\": \"6\",\n            \"id\": \"229\"\n        }\n    }\n}"}],"_postman_id":"e0593c0d-6591-43a8-8d61-6eed50bef31e"}],"id":"d3bbafdc-f099-4c0f-a5ed-21d763b801bb","description":"<p>Channel Subscriber Object</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer) - subscription Id</li>\n<li>channelId (integer) - the channelId</li>\n<li>ownerId (integer)</li>\n<li>accountType (string)</li>\n<li>name (string) - Team Member or Company Name</li>\n<li>accounts (array[object]) - a list of Account objects</li>\n<li>requiresDistributionApproval (integer) - 0|1</li>\n<li>limits<ul>\n<li>count (integer) - 0-9</li>\n<li>unit (string) - hour|day</li>\n</ul>\n</li>\n<li>status (integer) - 0|1|99<ul>\n<li>0 = invited</li>\n<li>1 = subscribed</li>\n<li>99 = opted-out</li>\n</ul>\n</li>\n<li>paused (integer) - 0|1</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"5617e8c7-d995-49b6-be0c-c8b12a848ee4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7e2e6d86-d890-4035-ac33-2144e3fca9f8","type":"text/javascript","exec":[""]}}],"_postman_id":"d3bbafdc-f099-4c0f-a5ed-21d763b801bb"},{"name":"Clients","item":[{"name":"Client Get","id":"2d3b248d-ac45-4d3b-9077-0f54706996cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountType\": \"company\",\n    \"id\" : \"5001\"\n}"},"url":"{{url}}/{{apiversion}}/client/get/5002","description":"<p>Returns Client details associated with APIKEY</p>\n\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>Options:<br />  [ \"address\",<br />  \"address2\",<br />  \"agencyParentId\" \"approvalsRequired\",<br />  \"branding\",<br />  \"city\",<br />  \"country\",<br />  \"dataAllowPersonalization\",<br />  \"description\",<br />  \"defaultContactId\",<br />  \"franchiseParentClientId\",<br />  \"id\",<br />  \"isMasterFranchiseAccount\",<br />  \"isAgency\",<br />  \"name\",<br />  \"notes\",<br />  \"queueStopped\",<br />  \"queueStoppedReason\",<br />  \"state\",<br />  \"timezone\",<br />  \"url\",<br />  \"usersCanCreateContent\",<br />  \"zip\"]Default:<br />  [ \"address\",<br />  \"address2\",<br />  \"approvalsRequired\",<br />  \"branding\",<br />  \"city\",<br />  \"country\",<br />  \"dataAllowPersonalization\",<br />  \"description\",<br />  \"id\",<br />  \"isMasterFranchiseAccount\",<br />  \"isAgency\",<br />  \"name\",<br />  \"queueStopped\",<br />  \"queueStoppedReason\",<br />  \"state\",<br />  \"timezone\",<br />  \"url\",<br />  \"usersCanCreateContent\",<br />  \"zip\",<br />  \"logo\"]</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","client","get","5002"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bff2768b-e2cc-4a33-b8b4-a54b7a537fac","name":"Client Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"id\"\n}"},"url":"{{url}}/{{apiversion}}/client/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"authtoken\": \"aFGURWUBFWB\",\n        \"authtoken-expiration\": \"7928758471\",\n        \"endpoint\": \"/v1.1/client/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"elapsed\": \"0.1234\",\n        \"api-version\": \"1.1\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"id\": \"1234\"\n        }\n    }\n}"}],"_postman_id":"2d3b248d-ac45-4d3b-9077-0f54706996cf"},{"name":"Client Onboard","id":"c402c56f-a34f-4a6a-8dc6-4735298ab06f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 4346\n}"},"url":"{{url}}/{{apiversion}}/client/onboard/","description":"<p>Mark a Client as onboarded.</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - the clientId</li>\n</ul>\n</li>\n</ul>\n<p>Return a status object</p>\n","urlObject":{"path":["{{apiversion}}","client","onboard",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c402c56f-a34f-4a6a-8dc6-4735298ab06f"},{"name":"Clients Get","id":"ba9b00e7-db19-45fa-ab57-abd046a5917e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \n}"},"url":"{{url}}/{{apiversion}}/clients/get/","description":"<p><b>Agency or Franchise Parent Only</b><br />\nReturns a list of Client objects that are children of the supplied clientId</p>\n<ul>\n<li>Parameters<ul>\n<li>clientType (string, optional) - agency|franchise<ul>\n<li>default is agency</li>\n</ul>\n</li>\n<li>clientId (integer, optional) - the agency or franchise id<ul>\n<li>defaults to the api key's clientId</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>filters<ul>\n<li>name (string, optional) - returns clients with names that contain 'name'</li>\n<li>fields (array[string], optional) - fields to return  <pre>\n      Options: [  \"address\",\n                  \"address2\",\n                  \"agencyParentId\"\n                  \"approvalsRequired\",\n                  \"branding\",\n                  \"city\",\n                  \"country\",\n                  \"description\",\n                  \"defaultContactId\",\n                  \"franchiseParentClientId\",\n                  \"id\",\n                  \"isMasterFranchiseAccount\",\n                  \"isOnboarded\",\n                  \"name\",\n                  \"notes\",\n                  \"queueStopped\",\n                  \"queueStoppedReason\",\n                  \"state\",\n                  \"timezone\",\n                  \"url\",\n                  \"usersCanCreateContent\",\n                  \"zip\"]\n      Default: [\"address\",\n                  \"address2\",\n                  \"city\",\n                  \"country\",\n                  \"description\",\n                  \"id\",\n                  \"isOnboarded\",\n                  \"name\",\n                  \"state\",\n                  \"timezone\",\n                  \"url\",\n                  \"usersCanCreateContent\",\n                  \"zip\"]\n  </pre></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","clients","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0cc66a6a-00d7-4c63-8ab8-8e2d60d310d9","name":"Clients Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"id\"\n}"},"url":"{{url}}/{{apiversion}}/clients/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"authtoken\": \"aFGURWUBFWB\",\n        \"authtoken-expiration\": \"7928758471\",\n        \"endpoint\": \"/v1.1/clients/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"elapsed\": \"0.1234\",\n        \"api-version\": \"1.1\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"id\": \"1234\"\n        }\n    }\n}"}],"_postman_id":"ba9b00e7-db19-45fa-ab57-abd046a5917e"},{"name":"Client Get By Id","id":"c8446be7-b87a-4ad7-bfb6-8fecc34d40c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"*\"\n}"},"url":"{{url}}/{{apiversion}}/client/get/[id]","description":"<p><b>Agency Only</b><br /></p>\n<p>Returns Client details</p>\n\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - client id, in the url or in the body</li>\n<li>fields (array[string], optional) - fields to return  <pre>\n      Options: [  \"active\",\n                  \"address\",\n                  \"address2\",\n                  \"agencyParentId\",\n                  \"city\",\n                  \"country\",\n                  \"description\",\n                  \"defaultContactId\",\n                  \"franchiseParentClientId\",\n                  \"id\",\n                  \"internalName\",\n                  \"isMasterFranchiseAccount\",\n                  \"name\",\n                  \"notes\",\n                  \"state\",\n                  \"timezone\",\n                  \"url\",\n                  \"usersCanCreateContent\",\n                  \"zip\"]\n      Default: [\"address\",\n                  \"address2\",\n                  \"city\",\n                  \"country\",\n                  \"description\",\n                  \"id\",\n                  \"name\",\n                  \"state\",\n                  \"timezone\",\n                  \"url\",\n                  \"usersCanCreateContent\",\n                  \"zip\"]\n  </pre></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","client","get","[id]"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"79bd5367-36f3-43f8-9d3a-dece5d92837f","name":"Client Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"id\"\n}"},"url":"{{url}}/{{apiversion}}/client/get/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"authtoken\": \"aFGURWUBFWB\",\n        \"authtoken-expiration\": \"7928758471\",\n        \"endpoint\": \"/v1.1/client/get/1234\",\n        \"apikey\": \"{{apikey}}\",\n        \"elapsed\": \"0.1234\",\n        \"api-version\": \"1.1\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"id\": \"1234\"\n        }\n    }\n}"}],"_postman_id":"c8446be7-b87a-4ad7-bfb6-8fecc34d40c1"},{"name":"Client Set","id":"f1e2c1e9-0f3e-468e-ade0-4c8d21669006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Vicki's Test Account Test...\",\n  \"timezone\": \"America/New_York\",\n  \"id\": \"4981\"\n}"},"url":"{{url}}/{{apiversion}}/client/set/","description":"<p>Update a Client associated with APIKEY</p>\n\n<p>note: create OR id must be specified</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li><p>id (integer, optional)</p>\n<ul>\n<li>note: updating a clientId other than that of the APIKEY is only allowed for Agency, Franchise Parents and NetSocial Admins</li>\n</ul>\n</li>\n<li><p>create (integer, optional)</p>\n</li>\n<li><p>address (string, optional)</p>\n</li>\n<li><p>address2 (string, optional)</p>\n</li>\n<li><p>city (string, optional)</p>\n</li>\n<li><p>country (string, optional) - 2 letter abbreviation</p>\n</li>\n<li><p>defaultContactId (integer, optional)</p>\n</li>\n<li><p>description (string, optional)</p>\n</li>\n<li><p>name (string)</p>\n</li>\n<li><p>state (string, optional) - 2 letter abbreviation</p>\n</li>\n<li><p>timezone (string, optional) - see Lookup: Timezones Get</p>\n</li>\n<li><p>language (string, optional) - default is en-us - see lookup Languages Get</p>\n</li>\n<li><p>url (string, optional)</p>\n</li>\n<li><p>zip (string, optional)</p>\n</li>\n<li><p>brandColor (string, optional)</p>\n</li>\n<li><p>approvalsRequired (string, optional) - all_accounts|selected_accounts|none</p>\n<ul>\n<li>defaults to none</li>\n</ul>\n</li>\n<li><p>Agency Only Options</p>\n<ul>\n<li>active</li>\n<li>notes</li>\n<li>franchiseParentClientId</li>\n<li>isMasterFranchiseAccount</li>\n<li>internalName</li>\n</ul>\n</li>\n<li><p>Franchise Parent Options</p>\n<ul>\n<li>active</li>\n<li>franchiseParentClientId</li>\n<li>internalName</li>\n</ul>\n</li>\n<li><p>NetSocial Admin Only Options:</p>\n<ul>\n<li>isAgency</li>\n</ul>\n</li>\n<li><p>dataAllowPersonalization (string, optional) - 1|0</p>\n</li>\n<li><p>Options: [ \"address\", \"address2\", \"approvalsRequired\", \"city\", \"country\", \"description\", \"defaultContactId\", \"id\", \"name\", \"state\", \"timezone\", \"url\", \"zip\"] Default: [id]</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","client","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6e2a681d-e4d4-45b9-be38-e6f5e4544b3a","name":"Client Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"id\"\n}"},"url":"{{url}}/{{apiversion}}/client/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"authtoken\": \"aFGURWUBFWB\",\n        \"authtoken-expiration\": \"7928758471\",\n        \"endpoint\": \"/v1.1/client/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"elapsed\": \"0.1234\",\n        \"api-version\": \"1.1\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"id\": \"1234\"\n        }\n    }\n}"}],"_postman_id":"f1e2c1e9-0f3e-468e-ade0-4c8d21669006"},{"name":"Client Set By Id","id":"3f42961a-a60e-44d8-9db3-386394114bad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"id\"\n}"},"url":"{{url}}/{{apiversion}}/client/set/[id]","description":"<p><b>Agency Only<b><br /></b></b></p>\n<p>Create or Update a Client</p>\n\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - required for an update, in the url or body</li>\n<li>create (integer, optional) - required to create a new client record - '1'</li>\n<li>active (integer) - 0|1, default 1</li>\n<li>isAgency (integer, optional) - can only be set on creat by a NetSocial Admin</li>\n<li>isMasterFranchiseAccount (integer,optional) - 0|1</li>\n<li>franchiseParentClientId (integer, optional)</li>\n<li>planId (integer, optional)<ul>\n<li>only allowed on create</li>\n<li>defaults <ul>\n<li>6 for isAgency</li>\n<li>5 for isMasterFranchiseAccount</li>\n<li>4 for all others</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>address (string, optional)</li>\n<li>address2 (string, optional)</li>\n<li>city (string, optional)</li>\n<li>country (string, optional) - 2 letter abbreviation</li>\n<li>defaultContactId (integer, optional)</li>\n<li>description (string, optional)</li>\n<li>franchiseParentClientId (integer, optional)</li>\n<li>internalName (string, optional)</li>\n<li>name (string)</li>\n<li>notes (string, optional) - private notes about the client</li>\n<li>state (string, optional) - 2 letter abbreviation</li>\n<li>timezone (string, optional) - see Lookup: Timezones Get, default America/New_York</li>\n<li>url (string, optional)</li>\n<li>approvalsRequired (string, optional) - all_accounts|selected_accounts|none<ul>\n<li>defaults to none</li>\n</ul>\n</li>\n<li>usersCanCreateContent (string, optional) - all_accounts|selected_accounts|none<ul>\n<li>defaults to all_accounts</li>\n</ul>\n</li>\n<li>zip (string, optional)</li>\n<li>fields (array[string], optional) - fields to return  <pre>\n      Options: [  \"active\",\n                  \"address\",\n                  \"address2\",\n                  \"agencyParentId\",\n                  \"city\",\n                  \"country\",\n                  \"description\",\n                  \"defaultContactId\",\n                  \"franchiseParentClientId\",\n                  \"id\",\n                  \"internalName\",\n                  \"isMasterFranchiseAccount\",\n                  \"name\",\n                  \"notes\",\n                  \"state\",\n                  \"timezone\",\n                  \"url\",\n                  \"zip\"]\n      Default: [id]\n  </pre></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","client","set","[id]"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e8175376-5892-4728-8bda-dacaa49f323a","name":"Client Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"id\"\n}"},"url":"{{url}}/{{apiversion}}/client/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"authtoken\": \"aFGURWUBFWB\",\n        \"authtoken-expiration\": \"7928758471\",\n        \"endpoint\": \"/v1.1/client/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"elapsed\": \"0.1234\",\n        \"api-version\": \"1.1\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"id\": \"1234\"\n        }\n    }\n}"}],"_postman_id":"3f42961a-a60e-44d8-9db3-386394114bad"},{"name":"Client Logo Set","id":"8b60125b-c0fc-40b0-887b-487247bf2e9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\":5002,\n    \"url\":\"http://cdn.stable.netsocialapp.com/uploads/avatar.jpg?1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/{{apiversion}}/clientLogo/set/","description":"<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - the ClientId, in the url or in the post body<ul>\n<li>defaults to the APIKEY clientId</li>\n</ul>\n</li>\n<li>url (string, required) - a url to an avatar image</li>\n</ul>\n</li>\n</ul>\n<p>Returns a logoUrls object</p>\n","urlObject":{"path":["{{apiversion}}","clientLogo","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b60125b-c0fc-40b0-887b-487247bf2e9a"},{"name":"Client Logo Get","id":"5fd7323a-ef30-4c52-a0c8-ee8c4cc0d59a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\":5002\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/{{apiversion}}/clientLogo/get/","description":"<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - the ClientId, in the url or in the post body<ul>\n<li>defaults to the APIKEY clientId</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a logoUrls object</p>\n","urlObject":{"path":["{{apiversion}}","clientLogo","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fd7323a-ef30-4c52-a0c8-ee8c4cc0d59a"}],"id":"58d08383-4321-4bda-a2ed-a8f746dded1d","description":"<p>Clients are the business entities using the NetSocial platform.</p>\n<p>The Client Object</p>\n<ul>\n<li>Properties<ul>\n<li>active (integer, read only, except for agency accounts) - 0|1</li>\n<li>address (string, optional)</li>\n<li>address2 (string, optional)</li>\n<li>agencyParentId (integer, read only)</li>\n<li>city (string, optional)</li>\n<li>country (string, optional) - 2 letter abbreviation</li>\n<li>defaultOwnerId (integer, optional)</li>\n<li>description (string, optional)</li>\n<li>franchiseParentClientId (integer, optional)</li>\n<li>id (integer, read only)</li>\n<li>internalName (string, optional)</li>\n<li>isAgency (integer, read only) - 0|1</li>\n<li>isOnboarded (integer, read only) - 0|1</li>\n<li>isMasterFranchiseAccount (integer, read only) - 0|1</li>\n<li>name (string)</li>\n<li>notes (string, optional) - private notes about the client</li>\n<li>planId (integer, readonly) - set via planSet()</li>\n<li>state (string, optional) - 2 letter abbreviation</li>\n<li>timezone (string, optional) - see timezone lookup</li>\n<li>url (string, optional)</li>\n<li>zip (string, optional)</li>\n<li>approvalsRequired (string, optional) - all_accounts|selected_accounts|none</li>\n<li>usersCanCreateContent (string, optional) - all_accounts|selected_accounts|none</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"17d18ec1-c07a-49cc-9d2b-f69f559a2fe9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b69af8d1-4532-406f-9ec9-f6597098df5b","type":"text/javascript","exec":[""]}}],"_postman_id":"58d08383-4321-4bda-a2ed-a8f746dded1d"},{"name":"Connections","item":[{"name":"Connection Set","id":"8b495bd0-289c-448e-984c-58129344f8c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"service\":\"linkedin\",\n    \"connectionId\":\"26\"\n}"},"url":"{{url}}/{{apiversion}}/connection/set/","description":"<p>Create and Update Connections</p>\n<p>NOTE: This is a convenience method that is provided to allow a developer to populate a connection with previously gathered values. It is provided for completeness, but is not necessary for most use cases. See Connection Auth Urls and ConnectionStatus Set.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>connectionId (integer) - the connection id</li>\n<li>ownerId (integer) - Team member or Company id (defaults to the client and user of the apikey)</li>\n<li>acountType (string) - [company|personal] default is individual</li>\n<li>service (string) - the social service</li>\n<li>accessToken (string)</li>\n<li>accessSecret (string)</li>\n<li>expiration (datetime) - when the connection expires in UTC</li>\n<li>returnedTimezone (string, optional) - defaults to UTC</li>\n<li>showProfile (integer, optional) - defaults to 1 and is only used for linkedin and facebook connections<ul>\n<li>1 - show</li>\n<li>0 - hide</li>\n</ul>\n</li>\n<li>skipAuthUpdate(integer, optional) - defaults to 0<ul>\n<li>1 - skip updating auth</li>\n<li>0 - update auth</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>create (integer) - create a new connection </li>\n<li>pause (integer) - pause or start deliveries to this connection<ul>\n<li>1 - pause</li>\n<li>0 - start</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Connection Object</p>\n","urlObject":{"path":["{{apiversion}}","connection","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"feb3fe26-b44c-4f5c-8dd1-8328feeb8769","name":"Credentials Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"57\",\n    \"services\":[\"Twitter\"],\n    \"credentials\":{\n    \t\"Facebook\":{\"expiresIn\":\"67000\",\"accessToken\":\"token\"},\n    \t\"Twitter\":{\"screenName\":\"test\",\"oauthTokenSecret\":\"secret\",\"oauthToken\":\"token\"},\n    \t\"LinkedIn\":{\"accessToken\":\"token\",\"expiresIn\":\"67000\"}\n    }\n}"},"url":"{{url}}/{{apiversion}}/credentials/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"194","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 25 Sep 2018 22:42:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/credentials/set/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1219706","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/credentials/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.07719\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"forId\": \"57\",\n                \"status\": \"ok\",\n                \"name\": \"twitter\",\n                \"forType\": \"individual\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8b495bd0-289c-448e-984c-58129344f8c6"},{"name":"Connections Delete","id":"d3965dbb-3ce8-40e8-b4a4-482f393bea1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"1\"]\n}"},"url":"{{url}}/{{apiversion}}/connections/delete/","description":"<p>Delete Connections</p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - the ids of the connections to delete</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","connections","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"47551c31-cc9d-490b-8235-31c7d0b8c7de","name":"Credentials Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"57\",\n    \"services\":[\"Twitter\"],\n    \"credentials\":{\n    \t\"Facebook\":{\"expiresIn\":\"67000\",\"accessToken\":\"token\"},\n    \t\"Twitter\":{\"screenName\":\"test\",\"oauthTokenSecret\":\"secret\",\"oauthToken\":\"token\"},\n    \t\"LinkedIn\":{\"accessToken\":\"token\",\"expiresIn\":\"67000\"}\n    }\n}"},"url":"{{url}}/{{apiversion}}/credentials/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"194","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 25 Sep 2018 22:42:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/credentials/set/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1219706","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/credentials/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.07719\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"forId\": \"57\",\n                \"status\": \"ok\",\n                \"name\": \"twitter\",\n                \"forType\": \"individual\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d3965dbb-3ce8-40e8-b4a4-482f393bea1d"},{"name":"Connection Status Set","id":"49c8a74f-89a5-432e-9ab8-9f18673f42d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"connectionId\":\"26\",\n    \"status\":\"disconnected\",\n    \"sendNotifications\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/connectionStatus/set/","description":"<p>Set the Connection status to 'disconnected' and queue notifications</p>\n<ul>\n<li>Parameters<ul>\n<li>connectionId - the connection id, or in url as endpoint</li>\n<li>status (string) - 'disconnected'</li>\n<li>ownerId (integer) - Team member or Company id (defaults to the client or user of the apikey)</li>\n<li>acountType (string) - [company|personal] default is individual</li>\n<li>callback (string, optional) - url to redirect to after processing a connection</li>\n<li>returnedTimezone (string, optional) - defaults to UTC</li>\n<li>sendNotifications (integer,optional) - send the user or client admin a disconnection notification<ul>\n<li>default is 1</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Connection Object</p>\n","urlObject":{"path":["{{apiversion}}","connectionStatus","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"05e1ee09-1ec6-4b33-83a7-1489eacaa0eb","name":"Client Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"id\"\n}"},"url":"{{url}}/{{apiversion}}/client/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"authtoken\": \"aFGURWUBFWB\",\n        \"authtoken-expiration\": \"7928758471\",\n        \"endpoint\": \"/v1.1/client/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"elapsed\": \"0.1234\",\n        \"api-version\": \"1.1\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"id\": \"1234\"\n        }\n    }\n}"}],"_postman_id":"49c8a74f-89a5-432e-9ab8-9f18673f42d0"},{"name":"Connections Get","id":"32e861bd-3ba3-4912-b51a-25601dab2e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \n    \"callback\":\"https://netsocial.ai\"\n}"},"url":"{{url}}/{{apiversion}}/connections/get/","description":"<p>Get the social service connections for a Team Member or Company</p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer], optional) - a list of connection ids</li>\n<li>accountType (string, optional) - [company|personal] default is individual</li>\n<li>ownerId (integer, optional) - Team member or Company id (defaults to the client and user of the apikey)</li>\n<li>services (array[string], optional) - limit to specific services e.g. 'Twitter', default is all services</li>\n<li>callback (string, optional) - for disconnected services, the url to redirect to after processing a connection</li>\n<li>returnedTimezone (string, optional) - defaults to UTC</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Connection Objects</p>\n","urlObject":{"path":["{{apiversion}}","connections","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"000e4e7e-31d3-4333-b830-23715d58c021","name":"Service Status Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"57\",\n    \"services\":[\"Twitter\"],\n    \"type\":\"individual\",\n    \"callback\":\"https://mysite.com\"\n}"},"url":"{{url}}/{{apiversion}}/serviceStatus/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"273","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 24 Sep 2018 22:48:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/serviceStatus/get/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1936313","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/serviceStatus/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.326064\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"forId\": \"57\",\n                \"authUrl\": \"https://api.twitter.com/oauth/authenticate?oauth_token=yFCPcgAAAAAA7BsuAAABZg3FDLI\",\n                \"status\": \"disconnected\",\n                \"name\": \"twitter\",\n                \"forType\": \"individual\"\n            }\n        ]\n    }\n}"}],"_postman_id":"32e861bd-3ba3-4912-b51a-25601dab2e99"},{"name":"Connection Auth Urls Get","id":"d747cee6-6996-4d26-aa6f-b5b4577d07ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"callback\":\"https://mysite.com\",\n    \"types\":[\"content\"]\n}"},"url":"{{url}}/{{apiversion}}/connectionAuthUrls/get/","description":"<p>Get social service AuthUrls</p>\n<ul>\n<li>Parameters<ul>\n<li>accountType (string, optional) - [company|personal] default is personal</li>\n<li>ownerId (integer, optional) - Team member or Company id (defaults to the client or user of the apikey)</li>\n<li>services (array[string], optional) - limit to specific services e.g. 'Twitter', default is all services</li>\n<li>types (array[string], optional) - limit to specific types of services<ul>\n<li>content,signin</li>\n<li>default is content</li>\n</ul>\n</li>\n<li>callback (string, required) - url to redirect to after processing a new connection</li>\n<li>permissions (array[string], optional) - permissions to get passed in as the scope param to the auth urls</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of AuthUrlObjects</p>\n","urlObject":{"path":["{{apiversion}}","connectionAuthUrls","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9a887443-5e9a-441b-83ff-55ea1fa29474","name":"Connection Auth Urls Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"services\":[\"Twitter\"],\n    \"callback\":\"https://mysite.com\"\n}"},"url":"{{url}}/{{apiversion}}/connectionAuthUrls/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Jun 2019 17:25:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"244"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1019246"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"a3c0eac66a004678a37e2f00ffb04368"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/connectionAuthUrls/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/connectionAuthUrls/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"1.568128\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"authUrl\": \"https://api.twitter.com/oauth/authenticate?oauth_token=KcLo0AAAAAAA9ZPoAAABax5fnpM\",\n                \"service\": \"twitter\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d747cee6-6996-4d26-aa6f-b5b4577d07ad"}],"id":"10b336f5-43e9-4762-9f1a-d3f000b9a5fc","description":"<p>Social Authorization Process</p>\n<p>Obtain an AuthUrl</p>\n<p>To obtain a list of a user's current connections, use connections/get. Any disconnected connections will return an AuthUrl\nTo obtain a list of authUrls for any or all services, use connectionAuthUrls/get\nIn either case, supply a callback url where you would like the user to be returned.\nDisplay this url for the user to click.</p>\n<p>AuthUrl redirects from the Social service to a server endpoint at zap.netsocialapp.com (<a href=\"http://zap.netsocialapp.com/\">http://zap.netsocialapp.com/</a>)</p>\n<p>The server endpoint handles all the back and forth to create and store access tokens. They can be accessed with connections/get, but the PWA should never actually need them. <em>ACCESS TOKENS WILL PROBABLY BE REMOVED FROM THE CONNECTION RESULT OBJECT WHEN WE GO INTO PRODUCTION</em></p>\n<p>Client then redirects to callback url supplied when obtaining the AuthUrl</p>\n<p>Note on connection/set is a convenience method to set the values of a connection and is provided to allow a developer to populate the connection with previously gathered values. It is provided for completeness, but is not necessary.</p>\n<p>Create, Update and Remove Connection Objects</p>\n<p>Connection Object</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer) - the connection id</li>\n<li>service (string) - the service (e.g. Twitter)</li>\n<li>ownerId (integer)</li>\n<li>accountType (string) - individual|company</li>\n<li>accounts (array[object]) - a list of associated accounts</li>\n<li>accessToken (string)</li>\n<li>accessSecret (string)</li>\n<li>status (string) - ok|disconnected|paused</li>\n<li>isPaused (integer) - 0|1 - is the connection paused?</li>\n<li>expiration (datetime) - when the connection expires</li>\n<li>authUrl (string) - if disconnected, the auth url</li>\n<li>hasResources (integer) - read only attribute<ul>\n<li>indicates that the service has page and group resources</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>AuthUrl Object</p>\n<ul>\n<li>Properties<ul>\n<li>service (string) - the service (e.g. Twitter)</li>\n<li>authUrl (string) - if disconnected, the auth url</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"1f21f9ae-1a92-4619-b8af-f22998325fc0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"090e1ef1-9457-45c4-866b-e60277ae4b9c","type":"text/javascript","exec":[""]}}],"_postman_id":"10b336f5-43e9-4762-9f1a-d3f000b9a5fc"},{"name":"Content Pools","item":[{"name":"Content Pools Delete","id":"7a39d014-9723-4af2-b104-9db5224a2b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"5100\"]\n}"},"url":"{{url}}/{{apiversion}}/contentPools/delete/","description":"<p>Delete a list of Content Pools</p>\n<p><em>NOTE: All posts assigned to the pool will also be deleted.</em></p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of contentPools to delete</li>\n</ul>\n</li>\n</ul>\n<p>Return a success object</p>\n","urlObject":{"path":["{{apiversion}}","contentPools","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a39d014-9723-4af2-b104-9db5224a2b4d"},{"name":"Content Pools Get","id":"7bc08174-f204-4dd5-8e9d-e01f21bb0aa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\",\n    \"accountType\":\"\",\n    \"ownerId\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/contentPools/get/","description":"<p>Lookup list of Content Sources</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>accountType (string, optional)<ul>\n<li>defaults to the apikey accountType</li>\n</ul>\n</li>\n<li>ownerId (integer, optional)<ul>\n<li>defaults to the apikey ownerId</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>ids (array[integer], optional) - limit by list of contentPoolIds</li>\n<li>label (string, optional) - limit by label</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Content Pool objects</p>\n","urlObject":{"path":["{{apiversion}}","contentPools","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bc08174-f204-4dd5-8e9d-e01f21bb0aa7"},{"name":"Content Pool Set","id":"0283a59d-0f63-40ec-ac32-8a9b2fff09c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"My Pool\",\n    \"create\":\"1\",\n    \"channelIds\":[],\n    \"enabled\":\"1\",\n    \"releaseSchedule\":{\"all\":\"1\"}\n}"},"url":"{{url}}/{{apiversion}}/contentPool/set/","description":"<p>Create or Update a Content Pool</p>\n<p>NOTE: if a Post is scheduled for a datetime, it will always be released at that time. If releaseOrder is 'datetime', all Posts must be set with a delivery datetime.</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - required for an update, in the url or body</li>\n<li>create (integer, optional) - required to create a new feed source - '1'</li>\n<li>label (string, required) - the Content Pool name</li>\n<li>description  (string, optional) </li>\n<li>coverImageId (string) - a NetSocial mediaId for the channel cover image<ul>\n<li>this is used as the default for any marketplace channels attached to the Content Pool</li>\n</ul>\n</li>\n<li>accountType (string, optional)<ul>\n<li>defaults to the apikey accountType</li>\n</ul>\n</li>\n<li>ownerId (integer, optional)<ul>\n<li>defaults to the apikey ownerId</li>\n</ul>\n</li>\n<li>channelIds (array[integer], optional)<ul>\n<li>must be an admin to add to a shared channel</li>\n<li>private channels must belong to the ownerId</li>\n<li>NOTE: to leave the existing channels unchanged, do not include channelIds in your request. An empty array will clear existing channelIds.</li>\n</ul>\n</li>\n<li>enabled (integer, optional) - 0|1<ul>\n<li>defaults to 0, disabled</li>\n</ul>\n</li>\n<li>releaseSchedule (object) {\"Sun\":\"0\",\"Mon\":\"1\",\"Tue\":\"1\",\"Wed\":\"1\",\"Thu\":\"1\",\"Fri\":\"1\",\"Sat\":\"0\"}<ul>\n<li>day<ul>\n<li>count of posts to release</li>\n</ul>\n</li>\n<li>also accepts the shortcuts: {\"all\":\"1\"}, {\"weekends\":\"1\"}, {\"weekdays\":\"1\"}</li>\n<li>deafult is {\"all\":\"1\"}</li>\n</ul>\n</li>\n<li>releaseOrder (string, otional) - random|ordered|datetime<ul>\n<li>defaults to 'ordered'</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Countent Pool object</p>\n","urlObject":{"path":["{{apiversion}}","contentPool","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ed5ccdff-49e7-4dcb-835a-f8cf1ff2b3f8","name":"Content Pool Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"My Pool\",\n    \"create\":\"1\",\n    \"channelIds\":[],\n    \"enabled\":\"1\",\n    \"schedule\":{\"all\":\"1\"}\n}"},"url":"{{url}}/{{apiversion}}/contentPool/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Dec 2019 16:26:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"304"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"460848"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"b098a8256c44a98a91641ff5931150cc"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/contentPool/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/contentPool/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.146874\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"lastChecked\": \"\",\n                \"releaseOrder\": \"4322\",\n                \"description\": \"\",\n                \"nextCheck\": \"\",\n                \"releaseSchedule\": {\n                    \"Mon\": \"1\",\n                    \"Tue\": \"1\",\n                    \"Fri\": \"1\",\n                    \"Wed\": \"1\",\n                    \"Sun\": \"1\",\n                    \"Sat\": \"1\",\n                    \"Thu\": \"1\"\n                },\n                \"id\": \"2\",\n                \"label\": \"My Pool\",\n                \"channelIds\": [],\n                \"ownerId\": \"0\",\n                \"accountType\": \"ordered\",\n                \"enabled\": \"1\"\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"}],"_postman_id":"0283a59d-0f63-40ec-ac32-8a9b2fff09c3"},{"name":"Content Pool Post Order Set","id":"fe5c1ce9-5ca5-4c2d-8927-201072412e2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"My Pool\",\n    \"create\":\"1\",\n    \"channelIds\":[],\n    \"enabled\":\"1\",\n    \"schedule\":{\"all\":\"1\"}\n}"},"url":"{{url}}/{{apiversion}}/contentPoolPostOrder/set/","description":"<p>Modifiy Content Pool Post Order</p>\n<p>NOTE: if a Post is scheduled for a datetime, it will always be released at that time. Dated Posts take precedence over ordered Posts.</p>\n<p>NOTE: when a Post is repositioned, all Posts after the new insertion are reIndexed</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>contentPoolId (integer)</li>\n<li>postId (integer) - postId of content already added to the ContentPool</li>\n<li>position (integer) - 0 based list index<ul>\n<li>accepts keywords 'last' and 'remove' (remove from post order table)</li>\n<li>default is 'last'</li>\n</ul>\n</li>\n<li>accountType (string, optional)<ul>\n<li>defaults to the apikey accountType</li>\n</ul>\n</li>\n<li>ownerId (integer, optional)<ul>\n<li>defaults to the apikey ownerId</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>includePosts (integer, optional) - include post objects and paging<ul>\n<li>default is 1</li>\n</ul>\n</li>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sortBy (string, optional) - one of 'id'|'queueTime'|'status'|'category'|'order'<ul>\n<li>defaults to 'order'</li>\n</ul>\n</li>\n<li>order (string, optional) - 'ASC'|'DESC'<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n<li>returnedTimezone (string) - the timezone to return in the Docket object<ul>\n<li>defaults to UTC</li>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns paging parameters and a list of Post objects</p>\n","urlObject":{"path":["{{apiversion}}","contentPoolPostOrder","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe5c1ce9-5ca5-4c2d-8927-201072412e2a"}],"id":"4ec2c2d6-b9cc-439b-8a37-d7ae829f2edb","description":"<ul>\n<li>Pre-built content designed to be dripped into a channel<ul>\n<li>For example: Monday Motivational Quote</li>\n<li>Can be sequential, random or on Post date</li>\n<li>Pieces / day</li>\n<li>Days of week</li>\n<li>Content customizable via variables<ul>\n<li>e.g {{client.name}},{{channel.cta-url}}</li>\n</ul>\n</li>\n<li>Pools make it easy to visualize a schedule of related content<ul>\n<li>For example, scheduling Lunch with Haley teasers, then reminders.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Properties<ul>\n<li>id</li>\n<li>label</li>\n<li>description</li>\n<li>ownerId</li>\n<li>accountType</li>\n<li>channelIds (array[integer])</li>\n<li>enabled (integer, optional)</li>\n<li>releaseSchedule [M=&gt;1,T=&gt;2]</li>\n<li>releaseOrder - random|ordered|date</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"5f4e145a-17fc-4e02-8f08-8a665bb1b2bd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c8750f92-68f4-4952-ae3c-9858f1aca5b2","type":"text/javascript","exec":[""]}}],"_postman_id":"4ec2c2d6-b9cc-439b-8a37-d7ae829f2edb"},{"name":"Content Sources","item":[{"name":"Content Sources Delete","id":"d452116e-8d48-47ca-afd1-89ba26164bd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"5100\"]\n}"},"url":"{{url}}/{{apiversion}}/contentSources/delete/","description":"<p>Delete a list of Content Sources</p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of contentSourceIds to delete</li>\n<li>id - can be specified to delete one contentSourceId instead of a list of contentSourceIds</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","contentSources","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d452116e-8d48-47ca-afd1-89ba26164bd1"},{"name":"Content Sources Get","id":"a7c5dc1a-fdaf-4f58-9974-839b839d30b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\",\n    \"accountType\":\"\",\n    \"ownerId\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/contentSources/get/","description":"<p>Lookup list of Content Sources</p>\n<ul>\n<li>Parameters<ul>\n<li>accountType (string, optional)<ul>\n<li>defaults to the apikey accountType</li>\n</ul>\n</li>\n<li>ownerId (integer, optional)<ul>\n<li>defaults to the apikey ownerId</li>\n</ul>\n</li>\n<li>returnedTimezone  (string, optional)<ul>\n<li>defaults to the apikey timezone</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Filters<ul>\n<li>ids (array[integer], optional) - limit by list of contentSourceIds</li>\n<li>label (string, optional) - limit by label</li>\n<li>status (string, optional) - limit by one of published|draft</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Content Source objects</p>\n","urlObject":{"path":["{{apiversion}}","contentSources","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7c5dc1a-fdaf-4f58-9974-839b839d30b2"},{"name":"Content Source Set","id":"e64604c4-43f3-4f99-a7b7-f65b4ec3aa5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"My Feedsource\",\n    \"url\":\"https://myfeedsource.com\",\n    \"create\":\"1\",\n    \"channelIds\":[],\n    \"enabled\":\"1\",\n    \"publish\":\"1\",\n    \"frequency\":{\"count\":\"1\",\"unit\":\"hour\"}\n}"},"url":"{{url}}/{{apiversion}}/contentSource/set/","description":"<p>Create or update a source of content</p>\n\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - required for an update, in the url or body</li>\n<li>create (integer, optional) - required to create a new feed source - '1'</li>\n<li>url (string)</li>\n<li>label (string, required) - the RSS feed name</li>\n<li>description (string, optional)</li>\n<li>accountType (string, optional)<ul>\n<li>defaults to the apikey accountType</li>\n</ul>\n</li>\n<li>ownerId (integer, optional)<ul>\n<li>defaults to the apikey ownerId</li>\n</ul>\n</li>\n<li>channelIds (array[integer], optional)<ul>\n<li>must be an admin to add to a shared channel</li>\n<li>private channels must belong to the ownerId</li>\n<li>NOTE: to leave the existing channels unchanged, do not include channelIds in your request. An empty array will clear existing channelIds.</li>\n</ul>\n</li>\n<li>enabled (integer, optional) - 0|1<ul>\n<li>defaults to 0, disabled</li>\n</ul>\n</li>\n<li>frequency (object, optional) - set the frequency to pull the feed<ul>\n<li>count (integer) - 1-9</li>\n<li>unit (string) - hour/day/week/month</li>\n<li>defaults to 1 per day</li>\n</ul>\n</li>\n<li>useDescription (integer) - 0|1<ul>\n<li>when posts are created from feeds, opt to use \"title\", \"description\", and \"link\"... instead of \"title\" and \"link\"</li>\n<li>defaults to 0</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Options<ul>\n<li>publish (integer, optional) - -1|0|1 - publish this content source<ul>\n<li>default on create is 0</li>\n<li>0 == save as a draft/pause</li>\n<li>-1 == request to publish denied</li>\n<li>1 == request to publish</li>\n<li>if not specified in an update, status is left unchanged (it will be pending|draft|published|denied)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Countent Source object</p>\n","urlObject":{"path":["{{apiversion}}","contentSource","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8776b7ac-8332-4d0d-b10b-f24ad40c4707","name":"Content Source Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"My Feedsource\",\n    \"url\":\"https://myfeedsource.com\",\n    \"create\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/contentSource/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Dec 2018 16:32:41 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"295"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"468245"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/contentSource/set/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/contentSource/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.109302\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"contentSourceId\": \"3\",\n                \"clientIds\": [],\n                \"teamMemberIds\": [\n                    \"6\"\n                ],\n                \"contentSourceLabel\": \"My Feedsource\",\n                \"contentSourceAccountType\": \"personal\",\n                \"contentSourceOwnerId\": \"6\",\n                \"contentSourceCategoryId\": \"\",\n                \"groupIds\": [],\n                \"contentSourceEnabled\": \"0\",\n                \"contentSourceLimit\": \"0\",\n                \"contentSourceUrl\": \"https://myfeedsource.com\"\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"}],"_postman_id":"e64604c4-43f3-4f99-a7b7-f65b4ec3aa5c"}],"id":"08d66810-ccfb-4f45-b014-2b45fe155d70","description":"<p>Create, update and delete feeds of content</p>\n<p>Content Source Object</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer)</li>\n<li>label (string)</li>\n<li>descripiton (string)</li>\n<li>ownerId (integer)</li>\n<li>accountType (string)</li>\n<li>url (string)</li>\n<li>channelIds (array[integer])</li>\n<li>enabled (integer, optional)</li>\n<li>status (string) - published|pending|denied|draft</li>\n<li>frequency (object) - feed pull frequency<ul>\n<li>unit (hours|days)</li>\n<li>count (1-9)</li>\n</ul>\n</li>\n<li>lastChecked (date)</li>\n<li>lastCheckedStatus (integer)<ul>\n<li>1 = ok</li>\n<li>0 = error</li>\n</ul>\n</li>\n<li>lastCheckedErrorMsg (string)</li>\n<li>lastCheckedErrorCount (string)</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"2acb12b3-b2d5-496a-9912-30421af9b3c3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dee2050a-81b3-4fb6-94ce-c03a2a4f6efa","type":"text/javascript","exec":[""]}}],"_postman_id":"08d66810-ccfb-4f45-b014-2b45fe155d70"},{"name":"Deliveries","item":[{"name":"Deliveries Get","id":"efea392c-5338-40d5-8cf0-990294984e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"perPage\": 10,\n    \"first\": 0,\n    \"includePostDetails\": 1,\n    \"includeStatistics\": 1,\n    \"returnedTimezone\": \"America/New_York\",\n    \"deliveryDateRange\": {\n        \"startDate\": \"2023-01-02\",\n        \"endDate\": \"2023-03-04\"\n    },\n    \"sortBy\": \"datetime\",\n    \"order\": \"DESC\",\n    \"service\": null,\n    \"includeAccountDetails\": 1\n}"},"url":"{{url}}/{{apiversion}}/deliveries/get/","description":"<p>Get list of Delivery objects</p>\n<ul>\n<li>Parameters<ul>\n<li>accountType (string, optional)<ul>\n<li>defaults to the apikey account</li>\n</ul>\n</li>\n<li>ownerId (integer, optional)<ul>\n<li>defaults to the apikey owner</li>\n</ul>\n</li>\n<li>Fiters:<ul>\n<li>id (integer, optional) - the postId</li>\n<li>ids (array[integer], optional) - list of postIds</li>\n<li>service (string, optional) - limit to a social service</li>\n<li>accountIds (array[integer], optional) - list of account ids</li>\n<li>channelIds (array[integer], optional) - list of channel ids</li>\n<li>owners (array[object], optional) - list of owner objects<ul>\n<li>owner object: {ownerId=&gt;\"1\",acountType=&gt;'company'}</li>\n</ul>\n</li>\n<li>+ editor only + overrides owners</li>\n<li>deliveryDateRange (object, optional)<ul>\n<li>{\"startDate\":\"\",\"endDate\":\"\"}</li>\n</ul>\n</li>\n<li>status (string, optional) - ok|error</li>\n<li>type (string, optional) - limit deliveries<ul>\n<li>personal - only return the deliveries for the ownerId</li>\n<li>team - return deliveries for the entire team</li>\n<li>default is personal</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Options:<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sortBy (string, optional) - one of 'id'|'datetime'|'service'|'likes'|'clicks'|'shares'|'views'|'estimatedValue'<ul>\n<li>defaults to 'id'</li>\n</ul>\n</li>\n<li>order (string, optional) - 'ASC'|'DESC'<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n<li>returnedTimezone (string) - the timezone to return in the Docket object<ul>\n<li>defaults to UTC</li>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York</li>\n</ul>\n</li>\n<li>includePostDetails (integer, optional) - 0|1 - include post details in the returned Docket object<ul>\n<li>Note: the content object is limited to the content for this docket, so it is NOT an array</li>\n<li>Note: the content object will include custom content for this owner</li>\n</ul>\n</li>\n<li>includeStatistics (integer, optional) - 0|1 - include the Statistics object in the returned Delivery object<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>includeAccountDetails (integer,optional) - 0|1 - include account details in the returned Delivery object</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns paging parameters and a list of Delivery objects</p>\n","urlObject":{"path":["{{apiversion}}","deliveries","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8b777f12-4113-4a0b-bdca-d93c579282e0","name":"Deliveries Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\",\n    \"includePostDetails\":\"1\",\n    \"includeStatistics\":\"1\",\n    \"includeAccountDetails\":\"1\",\n    \"returnedTimezone\":\"America/New_York\",\n    \"sortBy\":\"id\",\n    \"order\":\"DESC\"\n}"},"url":"{{url}}/{{apiversion}}/deliveries/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 28 Sep 2019 17:19:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5156"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"236022"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"60955d6829b8c64aeb8afa66c636b99c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/deliveries/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/deliveries/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"8.079314\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"paging\": {\n                \"next\": 0,\n                \"count\": \"42\",\n                \"first\": \"0\",\n                \"perPage\": \"100\"\n            },\n            \"deliveries\": [\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": \"3\",\n                        \"views\": \"9\",\n                        \"clicks\": \"2\",\n                        \"likes\": \"1\"\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 17:24:37\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452839\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988947\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115962489785372\",\n                    \"id\": \"57\",\n                    \"statsUpdated\": \"2019-09-17 16:24:38\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"396\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"error\",\n                    \"xstatus\": \"400 Bad Request\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 17:21:05\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452839\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988947\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"0\",\n                    \"id\": \"56\",\n                    \"statsUpdated\": \"2019-09-10 21:21:05\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"395\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": \"1\",\n                        \"views\": \"8\",\n                        \"clicks\": \"1\",\n                        \"likes\": \"1\"\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 17:19:07\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452839\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988947\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115958809785740\",\n                    \"id\": \"55\",\n                    \"statsUpdated\": \"2019-09-18 15:08:25\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"394\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": \"1\",\n                        \"views\": \"1\",\n                        \"clicks\": \"1\",\n                        \"likes\": \"1\"\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 17:11:49\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452839\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988947\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115953723119582\",\n                    \"id\": \"54\",\n                    \"statsUpdated\": \"2019-09-18 15:08:25\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"392\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": \"1\",\n                        \"views\": \"2\",\n                        \"clicks\": \"1\",\n                        \"likes\": \"1\"\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 16:39:34\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452839\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988947\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115929889788632\",\n                    \"id\": \"53\",\n                    \"statsUpdated\": \"2019-09-18 15:08:25\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"391\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": \"1\",\n                        \"views\": \"2\",\n                        \"clicks\": \"1\",\n                        \"likes\": \"1\"\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 16:36:08\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452839\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988947\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115927899788831\",\n                    \"id\": \"52\",\n                    \"statsUpdated\": \"2019-09-18 15:08:35\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"390\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": \"1\",\n                        \"views\": \"1\",\n                        \"clicks\": \"1\",\n                        \"likes\": \"1\"\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 16:28:46\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452839\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988947\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115922966455991\",\n                    \"id\": \"51\",\n                    \"statsUpdated\": \"2019-09-18 15:08:35\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"389\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": \"1\",\n                        \"views\": \"2\",\n                        \"clicks\": \"1\",\n                        \"likes\": \"1\"\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 16:25:43\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452839\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988947\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115921333122821\",\n                    \"id\": \"50\",\n                    \"statsUpdated\": \"2019-09-18 15:08:35\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"388\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": \"2\",\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 16:24:01\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452839\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988947\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115919936456294\",\n                    \"id\": \"49\",\n                    \"statsUpdated\": \"2019-09-18 15:08:45\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"387\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": \"2\",\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 16:21:31\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452839\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988947\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115916123123342\",\n                    \"id\": \"48\",\n                    \"statsUpdated\": \"2019-09-18 15:08:45\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"386\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": \"2\",\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 16:16:57\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452839\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988947\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115910299790591\",\n                    \"id\": \"47\",\n                    \"statsUpdated\": \"2019-09-18 15:08:45\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"385\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 16:15:30\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452839\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988947\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115909286457359\",\n                    \"id\": \"46\",\n                    \"statsUpdated\": \"2019-09-18 15:08:55\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"384\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"error\",\n                    \"xstatus\": \"unable to parse attachment response: malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before \\\"<!DOCTYPE html>\\\\n<ht...\\\") at /etc/httpd/lib/repo/common/perl/lib/Net/Social/Service/Facebook.pm line 377.\\n\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 15:50:35\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452839\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988947\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"0\",\n                    \"id\": \"45\",\n                    \"statsUpdated\": \"2019-09-10 19:50:35\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"380\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"error\",\n                    \"xstatus\": \"unable to parse attachment response: malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before \\\"<!DOCTYPE html>\\\\n<ht...\\\") at /etc/httpd/lib/repo/common/perl/lib/Net/Social/Service/Facebook.pm line 375.\\n\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 15:44:37\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988948\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"0\",\n                    \"id\": \"44\",\n                    \"statsUpdated\": \"2019-09-10 19:44:37\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"379\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 15:29:26\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988948\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115869519794669\",\n                    \"id\": \"43\",\n                    \"statsUpdated\": \"2019-09-18 15:08:55\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"377\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 14:59:26\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989576\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"1171498429773578243\",\n                    \"id\": \"42\",\n                    \"statsUpdated\": \"2019-09-18 15:08:55\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"376\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"error\",\n                    \"xstatus\": \"400 Bad Request\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 14:53:14\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989576\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"0\",\n                    \"id\": \"41\",\n                    \"statsUpdated\": \"2019-09-10 18:53:14\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"375\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 14:45:28\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989576\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"1171494918100901888\",\n                    \"id\": \"40\",\n                    \"statsUpdated\": \"2019-09-18 15:09:05\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"374\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 14:37:16\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989576\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"1171492853366702080\",\n                    \"id\": \"39\",\n                    \"statsUpdated\": \"2019-09-18 15:09:05\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"373\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 14:24:48\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989576\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"1171489715167514624\",\n                    \"id\": \"38\",\n                    \"statsUpdated\": \"2019-09-18 15:09:05\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"372\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 14:07:15\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989576\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"1171485299383234561\",\n                    \"id\": \"37\",\n                    \"statsUpdated\": \"2019-09-18 15:09:15\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"371\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": \"3\",\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 13:48:19\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988948\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115776526470635\",\n                    \"id\": \"36\",\n                    \"statsUpdated\": \"2019-09-18 15:09:15\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"370\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 13:48:05\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989576\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"1171480477682716674\",\n                    \"id\": \"35\",\n                    \"statsUpdated\": \"2019-09-18 15:09:15\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"370\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": \"2\",\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 13:45:32\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988948\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115774403137514\",\n                    \"id\": \"34\",\n                    \"statsUpdated\": \"2019-09-18 15:09:25\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"369\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 13:45:18\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989576\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"1171479776315375616\",\n                    \"id\": \"33\",\n                    \"statsUpdated\": \"2019-09-18 15:09:25\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"369\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": \"2\",\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 13:33:50\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988948\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115760753138879\",\n                    \"id\": \"32\",\n                    \"statsUpdated\": \"2019-09-18 15:09:25\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"368\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 13:33:36\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989576\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"1171476833046384643\",\n                    \"id\": \"31\",\n                    \"statsUpdated\": \"2019-09-18 15:09:35\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"368\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": \"2\",\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 13:33:30\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988948\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115760403138914\",\n                    \"id\": \"30\",\n                    \"statsUpdated\": \"2019-09-18 15:09:35\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"367\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 13:33:16\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989576\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"1171476748661215233\",\n                    \"id\": \"29\",\n                    \"statsUpdated\": \"2019-09-18 15:09:35\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"367\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": \"3\",\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 13:10:50\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988948\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115737723141182\",\n                    \"id\": \"28\",\n                    \"statsUpdated\": \"2019-09-18 15:09:45\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"366\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 13:10:36\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452838\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989576\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"1171471044999168000\",\n                    \"id\": \"27\",\n                    \"statsUpdated\": \"2019-09-18 15:09:45\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"366\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": \"2\",\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 12:54:46\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452837\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988949\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115722606476027\",\n                    \"id\": \"26\",\n                    \"statsUpdated\": \"2019-09-18 15:09:45\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"363\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 12:54:36\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452837\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989577\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"1171467015128678411\",\n                    \"id\": \"25\",\n                    \"statsUpdated\": \"2019-09-18 15:09:55\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"363\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"error\",\n                    \"xstatus\": \"unable to determine post_id: $VAR1 = {\\n          'id' => '109202033794751_115675553147399'\\n        };\\n\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 12:28:56\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452836\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988950\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"0\",\n                    \"id\": \"24\",\n                    \"statsUpdated\": \"2019-09-10 16:28:56\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"362\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 12:28:45\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452836\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989578\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"1171460510786580487\",\n                    \"id\": \"23\",\n                    \"statsUpdated\": \"2019-09-18 15:09:55\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"362\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"error\",\n                    \"xstatus\": \"unable to determine post_id: $VAR1 = {\\n          'id' => '109202033794751_115656893149265'\\n        };\\n\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 12:12:29\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452836\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988950\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"0\",\n                    \"id\": \"22\",\n                    \"statsUpdated\": \"2019-09-10 16:12:29\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"361\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": \"2\",\n                        \"clicks\": \"1\",\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 09:11:18\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452833\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988953\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115453853169569\",\n                    \"id\": \"21\",\n                    \"statsUpdated\": \"2019-09-18 15:09:55\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"360\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": \"2\",\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 09:06:00\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452833\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988953\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"109202033794751_115448986503389\",\n                    \"id\": \"20\",\n                    \"statsUpdated\": \"2019-09-18 15:10:05\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"359\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"error\",\n                    \"xstatus\": \"unable to parse response: JSON text must be an object or array (but found number, string, true, false or null, use allow_nonref to allow this) at /etc/httpd/lib/repo/common/perl/lib/Net/Social/Service/Facebook.pm line 329.\\n\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 09:04:57\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452833\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988953\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"0\",\n                    \"id\": \"19\",\n                    \"statsUpdated\": \"2019-09-10 13:04:57\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"358\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"error\",\n                    \"xstatus\": \"unable to parse response: JSON text must be an object or array (but found number, string, true, false or null, use allow_nonref to allow this) at /etc/httpd/lib/repo/common/perl/lib/Net/Social/Service/Facebook.pm line 329.\\n\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 08:58:13\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452832\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988954\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"0\",\n                    \"id\": \"18\",\n                    \"statsUpdated\": \"2019-09-10 12:58:13\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"357\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"89\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"error\",\n                    \"xstatus\": \"403 Forbidden\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 08:40:31\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"\",\n                            \"nativeResponse\": {\n                                \"cover\": {\n                                    \"source\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/70154096_115472089834412_2209101963247747072_n.jpg?_nc_cat=105&_nc_oc=AQmYJa1vHZMHyAIc2bDqwXYOvFqYMlF5chlhKdxgK-ENBmnBtt2gsgjhmYWfnSvI5_4&_nc_ht=scontent.xx&oh=4726d2e8556cc517973ed6ee054a2318&oe=5E39DA67\",\n                                    \"offset_y\": 50,\n                                    \"cover_id\": \"115472086501079\",\n                                    \"offset_x\": 50,\n                                    \"id\": \"115472086501079\"\n                                },\n                                \"access_token\": \"EAAFiPGwi5MUBANwSxm8dVDtspAaWxQggGELHZBBkZBeKNEje3EHGWcClpx5O2yP2ZB5ZAnxFNpbZBN8tpWEPki16xVlcO3MigMssHp5lvmXhB3RUMf4GukZBqWNEZC6Ano3drN0JrKgwOkwEeL6NNSgOTag1TYzxK3Bz4sxZB8MyZA9k0Fh9dODN5ZCyswmZB4nQMYZD\",\n                                \"name\": \"My Coffee\",\n                                \"about\": \"A coffe page\",\n                                \"id\": \"109202033794751\",\n                                \"picture\": {\n                                    \"data\": {\n                                        \"width\": 50,\n                                        \"is_silhouette\": false,\n                                        \"url\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                                        \"height\": 50\n                                    }\n                                }\n                            },\n                            \"name\": \"My Coffee\",\n                            \"id\": \"109202033794751\",\n                            \"description\": \"A coffe page\",\n                            \"profileImageUrl\": \"https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/69939105_115471876501100_4852799452290744320_n.jpg?_nc_cat=103&_nc_oc=AQlWDDyVR1vtKEmchhuI42T_pbWET4b-9iP-8xbdnqKWVERjSY7lQQ8tAQH3yRX_r9I&_nc_ht=scontent.xx&oh=b74bd42520f486fc96283c1edecfd363&oe=5E3B54DD\",\n                            \"screenName\": \"\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:50:25\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:50:14\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452832\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"89\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"66\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1988954\",\n                        \"service\": \"facebook\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"109202033794751\",\n                        \"label\": \"My Coffee\",\n                        \"type\": \"page\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"page\",\n                    \"shareId\": \"0\",\n                    \"id\": \"17\",\n                    \"statsUpdated\": \"2019-09-10 12:40:31\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"facebook\",\n                    \"postId\": \"356\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"86\",\n                    \"statistics\": {\n                        \"shares\": 0,\n                        \"views\": 0,\n                        \"clicks\": 0,\n                        \"likes\": 0\n                    },\n                    \"status\": \"ok\",\n                    \"xstatus\": \"\",\n                    \"postDetails\": {\n                        \"content\": {}\n                    },\n                    \"datetime\": \"2019-09-10 08:40:21\",\n                    \"accountDetails\": {\n                        \"profile\": {\n                            \"email\": \"hmgengineering@haleymarketing.com\",\n                            \"nativeResponse\": {\n                                \"friends_count\": 1,\n                                \"follow_request_sent\": false,\n                                \"profile_background_image_url_https\": \"\",\n                                \"profile_image_url\": \"http://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_fill_color\": \"DDEEF6\",\n                                \"entities\": {\n                                    \"url\": {\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"haleymarketing.com\",\n                                                \"expanded_url\": \"https://haleymarketing.com\",\n                                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                                \"indices\": [\n                                                    0,\n                                                    23\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"description\": {\n                                        \"urls\": []\n                                    }\n                                },\n                                \"email\": \"hmgengineering@haleymarketing.com\",\n                                \"profile_background_color\": \"F5F8FA\",\n                                \"notifications\": false,\n                                \"url\": \"https://t.co/7wtLL2Rsyv\",\n                                \"id\": \"1009512914074636288\",\n                                \"is_translator\": false,\n                                \"following\": false,\n                                \"screen_name\": \"GroupHaley\",\n                                \"location\": \"Buffalo, NY\",\n                                \"lang\": \"\",\n                                \"followers_count\": 1,\n                                \"is_translation_enabled\": false,\n                                \"name\": \"William Bit\",\n                                \"statuses_count\": 21,\n                                \"description\": \"Hello, World\",\n                                \"translator_type\": \"none\",\n                                \"favourites_count\": 1,\n                                \"profile_background_tile\": false,\n                                \"status\": {\n                                    \"source\": \"<a href=\\\"https://netsocialapp.com\\\" rel=\\\"nofollow\\\">NetSocialApp</a>\",\n                                    \"retweeted\": false,\n                                    \"favorited\": false,\n                                    \"coordinates\": \"\",\n                                    \"place\": \"\",\n                                    \"retweet_count\": 0,\n                                    \"entities\": {\n                                        \"hashtags\": [],\n                                        \"user_mentions\": [],\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ],\n                                        \"symbols\": [],\n                                        \"urls\": [\n                                            {\n                                                \"display_url\": \"nsl.ink/iwJ\",\n                                                \"expanded_url\": \"https://nsl.ink/iwJ\",\n                                                \"url\": \"https://t.co/LZDBnr8jhh\",\n                                                \"indices\": [\n                                                    29,\n                                                    52\n                                                ]\n                                            }\n                                        ]\n                                    },\n                                    \"truncated\": false,\n                                    \"created_at\": \"Tue Sep 10 18:59:25 +0000 2019\",\n                                    \"in_reply_to_status_id_str\": \"\",\n                                    \"contributors\": \"\",\n                                    \"text\": \"Hey - a hundredth test link: https://t.co/LZDBnr8jhh https://t.co/GMvg5MWhUN\",\n                                    \"in_reply_to_user_id\": \"\",\n                                    \"id\": \"1171498429773578243\",\n                                    \"in_reply_to_status_id\": \"\",\n                                    \"geo\": \"\",\n                                    \"lang\": \"en\",\n                                    \"possibly_sensitive\": false,\n                                    \"in_reply_to_user_id_str\": \"\",\n                                    \"id_str\": \"1171498429773578243\",\n                                    \"extended_entities\": {\n                                        \"media\": [\n                                            {\n                                                \"display_url\": \"pic.twitter.com/GMvg5MWhUN\",\n                                                \"id_str\": \"1171498421879836673\",\n                                                \"sizes\": {\n                                                    \"small\": {\n                                                        \"w\": 680,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 451\n                                                    },\n                                                    \"large\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"medium\": {\n                                                        \"w\": 717,\n                                                        \"resize\": \"fit\",\n                                                        \"h\": 476\n                                                    },\n                                                    \"thumb\": {\n                                                        \"w\": 150,\n                                                        \"resize\": \"crop\",\n                                                        \"h\": 150\n                                                    }\n                                                },\n                                                \"expanded_url\": \"https://twitter.com/GroupHaley/status/1171498429773578243/photo/1\",\n                                                \"url\": \"https://t.co/GMvg5MWhUN\",\n                                                \"media_url_https\": \"https://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\",\n                                                \"indices\": [\n                                                    53,\n                                                    76\n                                                ],\n                                                \"id\": \"1171498421879836673\",\n                                                \"type\": \"photo\",\n                                                \"media_url\": \"http://pbs.twimg.com/media/EEH_m5sUEAELaIq.jpg\"\n                                            }\n                                        ]\n                                    },\n                                    \"is_quote_status\": false,\n                                    \"in_reply_to_screen_name\": \"\",\n                                    \"favorite_count\": 0\n                                },\n                                \"listed_count\": 0,\n                                \"profile_link_color\": \"1DA1F2\",\n                                \"contributors_enabled\": false,\n                                \"profile_image_url_https\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                                \"profile_sidebar_border_color\": \"C0DEED\",\n                                \"created_at\": \"Wed Jun 20 19:06:49 +0000 2018\",\n                                \"utc_offset\": \"\",\n                                \"verified\": false,\n                                \"profile_background_image_url\": \"\",\n                                \"has_extended_profile\": true,\n                                \"protected\": false,\n                                \"default_profile\": true,\n                                \"id_str\": \"1009512914074636288\",\n                                \"profile_text_color\": \"333333\",\n                                \"needs_phone_verification\": false,\n                                \"default_profile_image\": false,\n                                \"suspended\": false,\n                                \"time_zone\": \"\",\n                                \"geo_enabled\": false,\n                                \"profile_use_background_image\": true\n                            },\n                            \"name\": \"William Bit\",\n                            \"id\": \"1009512914074636288\",\n                            \"description\": \"Hello, World\",\n                            \"profileImageUrl\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                            \"screenName\": \"GroupHaley\"\n                        },\n                        \"status\": \"1\",\n                        \"xstatus\": \"\",\n                        \"modificationDate\": \"2019-09-05 16:39:46\",\n                        \"connectionModifiedDate\": \"2019-09-05 16:39:46\",\n                        \"connectionExpirationDate\": \"2999-01-01 00:00:00\",\n                        \"createDate\": \"2019-09-24 14:56:22\",\n                        \"connectionRelativeExpirationDuration\": \"-30902452831\",\n                        \"connectionStatus\": \"ok\",\n                        \"id\": \"86\",\n                        \"statusIndicator\": \"active\",\n                        \"authUrl\": \"\",\n                        \"connectionId\": \"64\",\n                        \"connectionRelativeModifiedDate\": \"23 days\",\n                        \"connectionRelativeModifiedDuration\": \"1989583\",\n                        \"service\": \"twitter\",\n                        \"connectionRelativeExpirationDate\": \"almost 980 years\",\n                        \"statusMessage\": \"\",\n                        \"associatedChannels\": [],\n                        \"resourceId\": \"1009512914074636288\",\n                        \"label\": \"William Bit\",\n                        \"type\": \"profile\",\n                        \"ownerId\": \"4324\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"shareType\": \"status\",\n                    \"shareId\": \"1171403033986654208\",\n                    \"id\": \"16\",\n                    \"statsUpdated\": \"2019-09-18 15:10:05\",\n                    \"timezone\": \"America/New_York\",\n                    \"serviceId\": \"\",\n                    \"service\": \"twitter\",\n                    \"postId\": \"356\",\n                    \"ownerId\": \"4324\",\n                    \"accountType\": \"personal\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"efea392c-5338-40d5-8cf0-990294984e24"},{"name":"Deliveries Set","id":"20f2cfb1-a0eb-4b2e-9889-4b04d56d1524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"deliveries\":[\n    \t{\"accountType\":\"personal\",\n\t\t\"ownerId\":\"6\",\n\t\t\"postId\":\"1\",\n\t\t\"service\":\"twitter\",\n\t\t\"datetime\":\"2018-12-12 00:00:00\",\n\t\t\"status\":\"ok\",\n\t\t\"xstatus\":\"\"\n    \t},\n    \t{\"accountType\":\"personal\",\n\t\t\"ownerId\":\"6\",\n\t\t\"postId\":\"1\",\n\t\t\"service\":\"linkedin\",\n\t\t\"datetime\":\"2018-12-12 00:00:00\",\n\t\t\"status\":\"ok\",\n\t\t\"xstatus\":\"\"\n    \t},\n    \t{\"accountType\":\"personal\",\n\t\t\"ownerId\":\"6\",\n\t\t\"postId\":\"1\",\n\t\t\"service\":\"facebook\",\n\t\t\"datetime\":\"2018-12-12 00:00:00\",\n\t\t\"status\":\"ok\",\n\t\t\"xstatus\":\"\"\n    \t}\n    ]\n}\n"},"url":"{{url}}/{{apiversion}}/deliveries/set/","description":"<p><b>NetSocial Internal Only<b></b></b></p>\n<p>Creates Delivery records</p>\n<ul>\n<li>Parameters<ul>\n<li>deliveries (array[object]) - array of delivery objects <ul>\n<li>accountType (string)</li>\n<li>ownerId (integer)</li>\n<li>postId (integer)</li>\n<li>service (string)</li>\n<li>accountId (integer)</li>\n<li>datetime (datetime)</li>\n<li>status (string)</li>\n<li>xstatus (string)</li>\n<li>shareType (string)</li>\n<li>shareId (string)</li>\n<li>docketId (integer)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","deliveries","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dd02ef41-9561-4fa2-b507-d12a52bd1ffe","name":"Deliveries Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"deliveries\":[\n    \t{\"accountType\":\"personal\",\n\t\t\"ownerId\":\"6\",\n\t\t\"postId\":\"1\",\n\t\t\"service\":\"twitter\",\n\t\t\"datetime\":\"2018-12-12 00:00:00\",\n\t\t\"status\":\"ok\",\n\t\t\"xstatus\":\"\"\n    \t},\n    \t{\"accountType\":\"personal\",\n\t\t\"ownerId\":\"6\",\n\t\t\"postId\":\"1\",\n\t\t\"service\":\"linkedin\",\n\t\t\"datetime\":\"2018-12-12 00:00:00\",\n\t\t\"status\":\"ok\",\n\t\t\"xstatus\":\"\"\n    \t},\n    \t{\"accountType\":\"personal\",\n\t\t\"ownerId\":\"6\",\n\t\t\"postId\":\"1\",\n\t\t\"service\":\"facebook\",\n\t\t\"datetime\":\"2018-12-12 00:00:00\",\n\t\t\"status\":\"ok\",\n\t\t\"xstatus\":\"\"\n    \t}\n    ]\n}\n"},"url":"{{url}}/{{apiversion}}/deliveries/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Dec 2018 22:08:27 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"152"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"468411"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/deliveries/set/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/deliveries/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.032025\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"20f2cfb1-a0eb-4b2e-9889-4b04d56d1524"},{"name":"Delivery Post In Service Set","id":"3df5776e-5d37-4661-94d0-0a9d136dba45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":0\n}\n"},"url":"{{url}}/{{apiversion}}/deliveryPostInService/set/","description":"<p><b>ENDPOINT IS UNFINISHED</b></p>\n<p>Creates Delivery record for a post in service (Instagram and Facebook profile)\nDelivery datetime will default to now</p>\n<ul>\n<li>Parameters<ul>\n<li>docketId (integer) - required</li>\n<li>ownerId (integer) - optional<ul>\n<li>defaults to owner of apikey</li>\n</ul>\n</li>\n<li>accountType ('personal' | 'company') - optional<ul>\n<li>defaults to 'personal'</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","deliveryPostInService","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fddd7608-956b-4234-8aa9-5de53cb6a71d","name":"Deliveries Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"deliveries\":[\n    \t{\"accountType\":\"personal\",\n\t\t\"ownerId\":\"6\",\n\t\t\"postId\":\"1\",\n\t\t\"service\":\"twitter\",\n\t\t\"datetime\":\"2018-12-12 00:00:00\",\n\t\t\"status\":\"ok\",\n\t\t\"xstatus\":\"\"\n    \t},\n    \t{\"accountType\":\"personal\",\n\t\t\"ownerId\":\"6\",\n\t\t\"postId\":\"1\",\n\t\t\"service\":\"linkedin\",\n\t\t\"datetime\":\"2018-12-12 00:00:00\",\n\t\t\"status\":\"ok\",\n\t\t\"xstatus\":\"\"\n    \t},\n    \t{\"accountType\":\"personal\",\n\t\t\"ownerId\":\"6\",\n\t\t\"postId\":\"1\",\n\t\t\"service\":\"facebook\",\n\t\t\"datetime\":\"2018-12-12 00:00:00\",\n\t\t\"status\":\"ok\",\n\t\t\"xstatus\":\"\"\n    \t}\n    ]\n}\n"},"url":"{{url}}/{{apiversion}}/deliveries/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Dec 2018 22:08:27 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"152"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"468411"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/deliveries/set/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/deliveries/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.032025\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"3df5776e-5d37-4661-94d0-0a9d136dba45"},{"name":"Delivery Statistics Set","id":"9cabb3af-8536-4821-b12e-d0d4a62b09bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"deliveryId\":\"42\"\n}\n"},"url":"{{url}}/{{apiversion}}/deliveryStatistics/set/","description":"<p><b>NetSocial Internal Only<b></b></b></p>\n<p>Pulls Delivery Statistics from the Social Service and saves them</p>\n<ul>\n<li>Parameters<ul>\n<li>deliveryId (integer)</li>\n</ul>\n</li>\n</ul>\n<p>Returns a statistics object</p>\n","urlObject":{"path":["{{apiversion}}","deliveryStatistics","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"272f9790-a014-4390-a689-682dad57ad11","name":"Delivery Statistics Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"deliveryId\":\"57\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/{{apiversion}}/deliveryStatistics/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 19:37:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"264"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"175466"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"60955d6829b8c64aeb8afa66c636b99c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/deliveryStatistics/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/deliveryStatistics/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.401317\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"accountId\": \"89\",\n            \"shares\": \"0\",\n            \"clicks\": \"0\",\n            \"deliveryId\": \"57\",\n            \"views\": \"3\",\n            \"statsDate\": \"2019-09-17 19:37:53\",\n            \"accountService\": \"facebook\",\n            \"likes\": \"1\",\n            \"postId\": \"396\",\n            \"deliveryDate\": \"2019-09-10 21:24:37\"\n        }\n    }\n}"}],"_postman_id":"9cabb3af-8536-4821-b12e-d0d4a62b09bb"},{"name":"Delivery Delete","id":"8033763e-cc30-4843-ab98-86fefd00c315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"42\"\n}\n"},"url":"{{url}}/{{apiversion}}/delivery/delete/","description":"<p>Delete a Delivery from the Social Service and NetSocial</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - the deliveryId</li>\n</ul>\n</li>\n</ul>\n<p>Returns a success object</p>\n","urlObject":{"path":["{{apiversion}}","delivery","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d2be88ec-5c5b-4245-816d-5da417f8dd29","name":"Delivery Statistics Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"deliveryId\":\"57\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/{{apiversion}}/deliveryStatistics/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 19:37:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"264"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"175466"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"60955d6829b8c64aeb8afa66c636b99c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/deliveryStatistics/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/deliveryStatistics/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.401317\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"accountId\": \"89\",\n            \"shares\": \"0\",\n            \"clicks\": \"0\",\n            \"deliveryId\": \"57\",\n            \"views\": \"3\",\n            \"statsDate\": \"2019-09-17 19:37:53\",\n            \"accountService\": \"facebook\",\n            \"likes\": \"1\",\n            \"postId\": \"396\",\n            \"deliveryDate\": \"2019-09-10 21:24:37\"\n        }\n    }\n}"}],"_postman_id":"8033763e-cc30-4843-ab98-86fefd00c315"}],"id":"44de5215-3f1f-4e3a-92f5-8fc78a55380a","description":"<p>Record a Delivery</p>\n<p>NOTE: Delivery entries can only be created, not updated.</p>\n<ul>\n<li>Delivery Object<ul>\n<li>accountType (string) - personal | company</li>\n<li>ownerId (integer)</li>\n<li>postId (integer)</li>\n<li>service (string)</li>\n<li>datetime (datetime)</li>\n<li>timezone (string)</li>\n<li>status (string)</li>\n<li>xstatus (string)</li>\n<li>shareType (string) - the type of share, e.g. 'status'|'direct_message' etc</li>\n<li>shareId (string) - the social service identifier for this delivery</li>\n<li>docketId (integer) - the docket that created the delivery</li>\n<li>postDetails (object) - the Post object</li>\n<li>statistics (object) - deliveryStatistics object</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"d82fadb4-5476-4438-9259-9cb7982ba64b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"84f41081-bd36-43f1-9f0d-c68cac6139d8","type":"text/javascript","exec":[""]}}],"_postman_id":"44de5215-3f1f-4e3a-92f5-8fc78a55380a"},{"name":"Docket","item":[{"name":"Dockets Get","id":"f93b12f8-a677-4d79-971e-1df62027448c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\",\n    \"postIds\":[],\n    \"services\":[\"*\"],\n    \"accountIds\":[337,432],\n    \"includePostDetails\":\"1\",\n    \"includeTimeslots\":\"1\",\n    \"noPreviews\":\"1\",\n    \"queueDateRange\":{\n        \"startDate\":\"2021-09-01 00:00:00\",\n        \"endDate\":\"2021-09-30 23:59:59\"\n    },\n    \"sortBy\":\"deliveryDatetime\",\n    \"order\":\"ASC\",\n    \"perPage\":500,\n    \"returnedTimezone\":\"America/New_York\"\n}"},"url":"{{url}}/{{apiversion}}/dockets/get/","description":"<p>Get list of Docket entries for an ownerId</p>\n<ul>\n<li>Parameters<ul>\n<li>accountType (string, optional)<ul>\n<li>defaults to the apikey account</li>\n</ul>\n</li>\n<li>ownerId (integer, optional)<ul>\n<li>defaults to the apikey owner</li>\n</ul>\n</li>\n<li>Fiters:<ul>\n<li>One of the following is required<ul>\n<li>id (integer, optional) - the docketId</li>\n<li>ids (array[integer], optional) - list of docketIds</li>\n<li>postIds (array[integer], optional) - list of postIds</li>\n<li>owners (array[object], optional) - list of owner objects<ul>\n<li>owner object: {ownerId=&gt;\"1\",acountType=&gt;'company'}</li>\n</ul>\n</li>\n<li>teamview (integer) - show dockets for the entire team<ul>\n<li>editor only</li>\n<li>overrides owners</li>\n</ul>\n</li>\n<li>service (string,optional) - limit to a service</li>\n<li>channelIds (array[integer],optional) - list of channelIds</li>\n<li>accountIds (array[integer],optional) - list of service accountIds</li>\n<li>teamIds (array[integer],optional) - list of teamIds</li>\n<li>approvalStatus (integer, optional) - approval status<ul>\n<li>default is 1</li>\n<li>-1 = denied</li>\n<li>0 = pending approval</li>\n<li>1 = approved</li>\n</ul>\n</li>\n<li>connectionStatus (string, optional) - the connection status<ul>\n<li>disconnected</li>\n<li>paused</li>\n<li>ok</li>\n</ul>\n</li>\n<li>deliveryStatus (array[integer], optional) - delivery status<ul>\n<li>-2 = missed (probably due to a disonnection)</li>\n<li>-1 = failed delivery</li>\n<li>0 = undelivered</li>\n<li>1 = delivered</li>\n</ul>\n</li>\n<li>queueDateRange (object, optional)<ul>\n<li>startDate (required) - YYYY-MM-DD HH:MM:SS</li>\n<li>endDate (required) - YYYY-MM-DD HH:MM:SS</li>\n<li>timezone (optional)<ul>\n<li>defaults to returnedTimezone</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Options:<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sortBy (string, optional) - one of 'id'|'deliveryDatetime'|'service'|'approvalStatus'|'deliveryStatus'|'connectionStatus'<ul>\n<li>defaults to 'id'</li>\n</ul>\n</li>\n<li>order (string, optional) - 'ASC'|'DESC'<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n<li>returnedTimezone (string) - the timezone to return in the Docket object<ul>\n<li>defaults to UTC</li>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York</li>\n</ul>\n</li>\n<li>includePostDetails (integer, optional) - 0|1 - include post details in the returned Docket object<ul>\n<li>Note: the content object is limited to the content for this docket, so it is NOT an array </li>\n<li>Note: the content object will include custom content for this owner</li>\n</ul>\n</li>\n<li>noPreviews (integer, optional) - 0|1 - don't include link previews in postDetails<ul>\n<li>default 0</li>\n</ul>\n</li>\n<li>includeAccountDetails (integer,optional) - 0|1 - include account details in the returned Docket object</li>\n<li>includeDeleted (integer,optional) - 0|1 - include Dockets marked as deleted</li>\n<li>includeAccountSources (integer,optional) - 0|1 - include a list of accountSource objects (see Docket Overview)</li>\n<li>includeTimeslots (integer,optional) - 0|1 - include empyt timeslots in the list<ul>\n<li>NOTE ONLY a sortBy value of 'deliveryDatetime' is valid with this option</li>\n</ul>\n</li>\n<li>onlyDeleted (integer,optional) - 0|1 - only Dockets marked as deleted</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns paging parameters and a list of Docket objects</p>\n","urlObject":{"path":["{{apiversion}}","dockets","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2c4e7272-69b3-480c-b26f-33c870a05f66","name":"Dockets Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"queueDateRange\":{\"startDate\":\"2022-07-01\",\"endDate\":\"2022-07-31\"},\"perPage\":10,\"first\":0,\"returnedTimezone\":\"America/New_York\",\"sortBy\":\"datetime\",\"order\":\"ASC\",\"includePostDetails\":1,\"service\":null,\"noPreviews\":1,\"deliveryStatus\":0,\"ids\":[\"10010\"],\"accountType\":\"company\",\"ownerId\":\"5002\"}"},"url":"{{url}}/{{apiversion}}/dockets/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Jul 2019 16:09:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"875"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1003950"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"f530210b76b08e2dad11b1eb7f544951"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/dockets/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/dockets/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.043227\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"dockets\": [\n                {\n                    \"accountId\": \"63\",\n                    \"serviceOptions\": {},\n                    \"timeslotMapId\": \"0\",\n                    \"postDetails\": {\n                        \"contentSourceId\": \"\",\n                        \"status\": \"published\",\n                        \"content\": {\n                            \"linkPreviews\": [],\n                            \"body\": \"Hey - a second test link: https://netsocialapp1.wpengine.com\",\n                            \"media\": [],\n                            \"text\": \"\",\n                            \"service\": \"twitter\"\n                        },\n                        \"queueTime\": \"2019-07-06 17:05:29\",\n                        \"id\": \"178\",\n                        \"channelIds\": [],\n                        \"statsUpdated\": \"2019-07-05 17:06:05\",\n                        \"timezone\": \"UTC\",\n                        \"services\": [\n                            \"twitter\"\n                        ],\n                        \"doNotRepost\": \"0\",\n                        \"hashtagPool\": [],\n                        \"relativeQueueTime\": \"\",\n                        \"requeueSchedule\": [],\n                        \"accountIds\": [\n                            \"63\"\n                        ],\n                        \"ownerId\": \"4299\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"deliveryTimezone\": \"UTC\",\n                    \"requeueScheduleId\": \"0\",\n                    \"isTimeslotRecord\": 0,\n                    \"id\": \"261\",\n                    \"processingDate\": \"\",\n                    \"deliveryDatetime\": \"2019-07-06 17:05:29\",\n                    \"processing\": \"0\",\n                    \"isDeleted\": \"0\",\n                    \"deliveryStatus\": \"0\",\n                    \"service\": \"twitter\",\n                    \"approvalStatus\": \"1\",\n                    \"modified\": \"0\",\n                    \"serviceConnectionStatus\": \"ok\",\n                    \"ownerId\": \"4299\",\n                    \"postId\": \"178\",\n                    \"prefix\": \"\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"accountId\": \"62\",\n                    \"serviceOptions\": {},\n                    \"timeslotMapId\": \"0\",\n                    \"postDetails\": {\n                        \"contentSourceId\": \"\",\n                        \"status\": \"published\",\n                        \"content\": {\n                            \"linkPreviews\": [],\n                            \"body\": \"This is an image test\",\n                            \"media\": [\n                                {\n                                    \"resourceUrl\": \"https://cdn.stable.netsocialapp.com/images/uploads/14A4948A-5AEF-3454-BB34-7E0A2885C84C/A7BDCAB8-2912-3C62-BCD7-2E3E32F6174C/F7CC5360-4836-3931-9D21-CC7AA448FE92.jpg\",\n                                    \"nsMediaId\": \"223\",\n                                    \"type\": \"nsMediaId\"\n                                },\n                                {\n                                    \"resourceUrl\": \"https://cdn.stable.netsocialapp.com/images/uploads/14A4948A-5AEF-3454-BB34-7E0A2885C84C/A7BDCAB8-2912-3C62-BCD7-2E3E32F6174C/8B6A9C81-FD8F-3028-BFA9-2ED1D7353F00.jpg\",\n                                    \"nsMediaId\": \"224\",\n                                    \"type\": \"nsMediaId\"\n                                }\n                            ],\n                            \"text\": \"\",\n                            \"service\": \"linkedin\"\n                        },\n                        \"queueTime\": \"2019-07-07 17:18:55\",\n                        \"id\": \"179\",\n                        \"channelIds\": [],\n                        \"statsUpdated\": \"2019-07-05 17:19:48\",\n                        \"timezone\": \"UTC\",\n                        \"services\": [\n                            \"linkedin\"\n                        ],\n                        \"doNotRepost\": \"0\",\n                        \"hashtagPool\": [],\n                        \"relativeQueueTime\": \"\",\n                        \"requeueSchedule\": [],\n                        \"accountIds\": [\n                            \"62\"\n                        ],\n                        \"ownerId\": \"4299\",\n                        \"accountType\": \"personal\"\n                    },\n                    \"deliveryTimezone\": \"UTC\",\n                    \"requeueScheduleId\": \"0\",\n                    \"isTimeslotRecord\": 0,\n                    \"id\": \"262\",\n                    \"processingDate\": \"\",\n                    \"deliveryDatetime\": \"2019-07-07 17:18:55\",\n                    \"processing\": \"0\",\n                    \"isDeleted\": \"0\",\n                    \"deliveryStatus\": \"0\",\n                    \"service\": \"linkedin\",\n                    \"approvalStatus\": \"1\",\n                    \"modified\": \"0\",\n                    \"serviceConnectionStatus\": \"ok\",\n                    \"ownerId\": \"4299\",\n                    \"postId\": \"179\",\n                    \"prefix\": \"\",\n                    \"accountType\": \"personal\"\n                }\n            ],\n            \"paging\": {\n                \"next\": 0,\n                \"count\": \"2\",\n                \"first\": \"0\",\n                \"perPage\": \"100\"\n            }\n        }\n    }\n}"}],"_postman_id":"f93b12f8-a677-4d79-971e-1df62027448c"},{"name":"Docket Set","id":"ac8a46c6-dbc4-447e-bfd2-3dec6e88bf87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dockets\": [\n    {\n      \"id\": \"196\",\n      \"postId\": \"104\",\n      \"accountId\": \"34\",\n      \"deliveryDateTime\": \"now\",\n      \"returnedTimezone\": \"America/New_York\"\n    }\n  ]\n}"},"url":"{{url}}/{{apiversion}}/docket/set/","description":"<p>Set list of Docket entries</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>dockets (array[docketObjects])</li>\n<li>returnedTimezone (string) - the timezone to return <ul>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York</li>\n</ul>\n</li>\n<li>includePostDetails (integer, optional) - 0|1 - include post details in the returned Docket object</li>\n</ul>\n</li>\n<li><p>Docket Object</p>\n<ul>\n<li>id (integer) - the docketId, required for an update</li>\n<li>postId (integer) - the postId</li>\n<li>accountType (string,optional) - personal|company<ul>\n<li>defaults to 'personal'</li>\n</ul>\n</li>\n<li>ownerId (integer, optional) - userId|clientId<ul>\n<li>defaults to apikey owner</li>\n</ul>\n</li>\n<li>accountId (integer) - the service account ID</li>\n<li>timeslotMapId (integer, optional) - set docket to this timeslot</li>\n<li>addAccountSources (array[object], optional) - a list of accountSource objects to add to the docket<ul>\n<li>source (string, required) - account|group|channel</li>\n<li>id (integer, required) - the source id</li>\n</ul>\n</li>\n<li>connectionStatus (string, optional) - the service connection status, if not supplied it is determined when processed<ul>\n<li>ok</li>\n<li>paused</li>\n<li>disconnected</li>\n</ul>\n</li>\n<li>prefix (string, optional) - string to prefix content with<ul>\n<li>default is ''</li>\n</ul>\n</li>\n<li>deliveryDateTime (string) - when to attempt delivery<ul>\n<li>datetime<ul>\n<li>NOTE: datetimes are assumed to be in UTC unless a timezone is supplied. The datetime will be stored in UTC and returned in UTC, unless a returnedTimeZone is sepcified above.</li>\n<li>FORMAT: YYYY-MM-DD HH:MM:SS TIMEZONE</li>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York<ul>\n<li>see Timezones Get</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>'now' - passing in the keyword 'now' will set the docket to be delivered immediately</li>\n</ul>\n</li>\n<li>serviceOptions (object, optional) - options to pass to the service delivery engine<ul>\n<li>Service Options</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of added or updated Docket objects</p>\n","urlObject":{"path":["{{apiversion}}","docket","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"250fc71f-45a1-4d3e-9e7b-b396864dbf6a","name":"Docket Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"dockets\":[\n    \t\t\t{\t\n    \t\t\t\t\"id\":\"\",\n    \t\t\t\t\"postId\":\"1\",\n    \t\t\t\t\"service\":\"twitter\",\n    \t\t\t\t\"deliverDateTime\":\"2018-10-31 14:42:00 America/New_York\",\n    \t\t\t\t\"serviceOptions\":{}\n    \t\t\t}\n    \t\t],\n    \"returnedTimezone\":\"America/New_York\",\n    \"includePostDetails\":\"1\"\n    \n}"},"url":"{{url}}/{{apiversion}}/docket/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Oct 2018 16:55:15 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"280"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"2214154"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/docket/set/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/docket/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.660942\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"serviceOptions\": {},\n                \"service\": \"twitter\",\n                \"postDetails\": {\n                    \"id\": \"1\",\n                    \"ownerId\": \"6\",\n                    \"accountType\": \"personal\"\n                },\n                \"deliveryTimezone\": \"America/New_York\",\n                \"id\": \"28\",\n                \"ownerId\": \"6\",\n                \"postId\": \"1\",\n                \"deliveryDatetime\": \"2018-10-31 14:42:00\",\n                \"accountType\": \"personal\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ac8a46c6-dbc4-447e-bfd2-3dec6e88bf87"},{"name":"Dockets Delete","id":"456879b6-2453-4cc1-8084-094c736d8a3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"postIds\":[\"1\"]\n}"},"url":"{{url}}/{{apiversion}}/dockets/delete/","description":"<p>Delete Docket entries</p>\n<p>Marks a dockets as deleted. It can still be viewed and undeleted.</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - the docketId to delete</li>\n<li>ids (array[integer], optional) - delete multiple docketIds</li>\n<li>forPostIds (array[integer], optional) - delete all dockets for multiple postIds</li>\n</ul>\n</li>\n</ul>\n<p>Returns count of deleted Docket entries</p>\n","urlObject":{"path":["{{apiversion}}","dockets","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"87eb2f55-d66c-4589-9f09-70072297e683","name":"Docket Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"postIds\":[\"1\"]\n}"},"url":"{{url}}/{{apiversion}}/docket/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Nov 2018 14:29:18 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"157"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"2246622"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/docket/delete/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/docket/delete/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.015065\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            \"28\"\n        ]\n    }\n}"}],"_postman_id":"456879b6-2453-4cc1-8084-094c736d8a3a"}],"id":"46a599fe-8c92-4791-b533-d5943eeea1b1","description":"<p>Create, update and delete items from the delivery Docket</p>\n<p>Docket Object</p>\n<p>Properties\n    + id (integer) - the docketId, required for an update\n    + postId (integer) - the postId\n    + postDetails (object, optional) - the post details for this docket\n        + Note: the content object is limited to the content for this docket, so it is NOT an array\n    + accountType (string) - personal|company\n    + ownerId (integer) - userId|clientId\n    + accountId (string) - the service accountId\n    + accountDetails (object, optional) - the account details for this docket\n    + timeslotId (integer) - timeslotId, if any\n    + isTimeslotRecord (integer) - true if the record is an empty timeslot\n    + accountSources (array[object]) - a list of account sources to add to the Docket\n        + NOTE: this list indicates what caused the account to be added to the Docket. These are generally modified when a Post, Group or Channel is updated. They are used to determine when to mark a Docket as deleted. e.g an account is in a group and a channel. If the account is removed from a channel, but remains in the group, the Docket should remain active.\n            + was the Docket added because the account is part of a group associated with the docket? from a channel? explicitly added to the post?\n    + deliveryDateTime (datetime) - when to attempt delivery\n        + NOTE: datetimes are assumed to be in UTC unless a timezone is supplied. The datetime will be stored in UTC and returned in UTC, unless a returnedTimeZone is sepcified above.\n        + FORMAT: YYYY-MM-DD HH:MM:SS TIMEZONE\n            + TIMEZONE (optional) format is the long form: e.g. America/New_York\n            + see Timezones Get\n    + serviceOptions (object, optional) - options to pass to the service delivery engine\n        + Service Options\n    + approvalStatus (integer,optional) - 0|1 - set programatically - see Approvals\n    + approvalId (integer, read only) - the approvalId, if any\n    + deliveryStatus (integer, read only) - -2|-1|0|1\n        + -2 = missed (probably due to a disonnection)\n        + -1 = failed delivery\n        + 0 = not yet delivered\n        + 1 = delivered\n    + connectionStatus (string, optional) - the service connection status, if not supplied it is determined when processed\n    + prefix (string, optional) - string to prefix content with\n        + default is ''\n    + isDeleted (integer) - 0|1 - is the docket marked as deleted\n    + isModified (integer) - 0|1 - true if the docket has been modified since being created</p>\n","event":[{"listen":"prerequest","script":{"id":"13c75cdd-9ae4-4c17-8a10-fb3bbae33b13","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0018a178-cc3b-4f67-8149-780a46ec644f","type":"text/javascript","exec":[""]}}],"_postman_id":"46a599fe-8c92-4791-b533-d5943eeea1b1"},{"name":"Engagement","item":[],"id":"65916299-a049-4ed2-8a68-6d0e5b5448c2","description":"<p>Methods for engaging with Posts</p>\n<p>Engagement Object</p>\n<p>Properties\n    + actions (array[string], required) - like|comment|repost\n    + dateTime\n    + deliveryId\n    + comment\n    + sentiment\n        + values\n            + like\n            + ...</p>\n","_postman_id":"65916299-a049-4ed2-8a68-6d0e5b5448c2"},{"name":"GDPR","item":[],"id":"f5dc03a2-33bd-483c-b49d-cdb2485ba28f","_postman_id":"f5dc03a2-33bd-483c-b49d-cdb2485ba28f","description":""},{"name":"Groups","item":[],"id":"ac6feb49-354a-47fb-bd43-009d300779ca","description":"<p>Deprecated -- See Teams</p>\n","event":[{"listen":"prerequest","script":{"id":"bd8d74ee-700c-4063-938d-21f9ead2ebe1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eb3d9a57-6b06-473a-87a4-5c400f5928cc","type":"text/javascript","exec":[""]}}],"_postman_id":"ac6feb49-354a-47fb-bd43-009d300779ca"},{"name":"Leaderboard","item":[{"name":"Leaderboard Get","id":"a157030e-31a9-4da6-b27b-0d0eb4ae97a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"period\":\"7\"\n}"},"url":"{{url}}/{{apiversion}}/leaderboard/get/","description":"<p>Performance Overview Report</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>clientId (string, optional)<ul>\n<li>default is the apikey client</li>\n</ul>\n</li>\n<li>period (integer, optional) - past 7|30|60|90 days<ul>\n<li>defaults to 7</li>\n</ul>\n</li>\n<li>returnedTimezone (string, optional) - the timezone to return<ul>\n<li>TIMEZONE format is the long form: e.g. America/New_York</li>\n<li>Default is UTC</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>startDate (required) - YYYY-MM-DD<ul>\n<li>overrids period</li>\n</ul>\n</li>\n<li>endDate (required) - YYYY-MM-DD<ul>\n<li>overrides period</li>\n</ul>\n</li>\n<li>teamIds (array[integer], optional) - a list of Team Ids</li>\n<li>teamMemberIds (array[integer], optional) - a list of Team Member Ids</li>\n<li>teamMemberName (string, optional) <ul>\n<li>partial match for Team Member name</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>numberOfBadges (integer, optional) - the number of badges to include<ul>\n<li>default is 3</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of leaderboard objects</p>\n","urlObject":{"path":["{{apiversion}}","leaderboard","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a157030e-31a9-4da6-b27b-0d0eb4ae97a0"}],"id":"327aa611-4c64-4e7c-94d8-a15c6aa6121b","description":"<p>Leaderboard Object</p>\n<ul>\n<li>Properties<ul>\n<li>profile - team member object</li>\n<li>statistics - performance overview object</li>\n<li>badges</li>\n<li>order</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"bd5c28b5-f2ad-4ec7-8b52-525f8267eb55","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"335ddda6-7214-497f-95fb-28589504feec","type":"text/javascript","exec":[""]}}],"_postman_id":"327aa611-4c64-4e7c-94d8-a15c6aa6121b"},{"name":"Link Previews","item":[{"name":"Link Preview Get","id":"60052ee9-494d-47f7-83ba-2283d2672f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\":\"https://yahoo.com\"\n}"},"url":"{{url}}/{{apiversion}}/linkpreview/get/","description":"<p>Get a preview object from a url</p>\n<ul>\n<li>Parameters<ul>\n<li>url (string) - a url</li>\n<li>refresh (integer) - if true, skip any cached preview</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Link Preview object.</p>\n","urlObject":{"path":["{{apiversion}}","linkpreview","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d20f6349-f401-429b-9d35-eb3503abddc6","name":"Link Preview Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\":\"https://netsocialapp.com\"\n}"},"url":"{{url}}/{{apiversion}}/linkpreview/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 20 Jul 2019 18:38:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"358"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"3156497"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"f530210b76b08e2dad11b1eb7f544951"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/linkpreview/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/linkpreview/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"1.432115\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"url\": \"https://www.netsocialapp.com/\",\n            \"title\": \"NetSocial - Content amplification designed for sales and recruiting\",\n            \"description\": \"NetSocial automates social media sharing to get your jobs, posts, podcasts and videos in front of more decision makers and potential job seekers\",\n            \"image\": \"http://www.netsocial.ai/wp-content/uploads/2019/07/logo.png\"\n        }\n    }\n}"}],"_postman_id":"60052ee9-494d-47f7-83ba-2283d2672f2e"},{"name":"Feed Link Preview Get","id":"0910f2bf-5616-4ea2-9f6f-aa8490426e44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\":\"http://vaktestjb.release2.haleymktg.com/rss/rss.smpl?arg=list_post&order=26\"\n}"},"url":"{{url}}/{{apiversion}}/feedlinkpreview/get/","description":"<p>Get a sample preview object from the first element of a feed url</p>\n<ul>\n<li>Parameters<ul>\n<li>url (string) - an RSS url</li>\n<li>refresh (integer) - if true, skip any cached preview</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Link Preview object.</p>\n","urlObject":{"path":["{{apiversion}}","feedlinkpreview","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"efa3d91d-50e3-4cdf-928f-8722eec7bf6e","name":"Feed Link Preview Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\":\"http://vaktestjb.release2.haleymktg.com/rss/rss.smpl?arg=list_post&order=26\"\n}"},"url":"{{url}}/{{apiversion}}/feedlinkpreview/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Jul 2019 17:28:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"412"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"2272345"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"f530210b76b08e2dad11b1eb7f544951"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/feedlinkpreview/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/feedlinkpreview/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.194208\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"url\": \"http://vaktestjb.release2.haleymktg.com/jb/Business-Analyst-Jobs-in-Sydney-NSW/32964788\",\n            \"title\": \"Looking for a Call Centre & Customer Service Job in Sydney, NSW?\",\n            \"description\": \"We're Hiring! View additional information and apply online today to become a Business Analyst in Sydney, NSW.\",\n            \"image\": \"https://cdn.haleymarketing.com/templates/11112/socialsharing/images/join-our-team.png\"\n        }\n    }\n}"}],"_postman_id":"0910f2bf-5616-4ea2-9f6f-aa8490426e44"}],"id":"4ece251c-6168-47e2-adc7-086805d70a8c","description":"<p>Link Preview Object</p>\n<ul>\n<li>Properties<ul>\n<li>url (string) \"<a href=\"https://www.netsocialapp.com/\">https://www.netsocialapp.com/</a>\",</li>\n<li>shortlink (string) - the shortlink url</li>\n<li>title (string) \"NetSocial - Content amplification designed for sales and recruiting\",</li>\n<li>description (string) \"NetSocial automates social media sharing to get your jobs, posts, podcasts and videos in front of more decision makers and potential job seekers\",</li>\n<li>image (string) \"<a href=\"http://www.netsocial.ai/wp-content/uploads/2019/07/logo.png\">http://www.netsocial.ai/wp-content/uploads/2019/07/logo.png</a>\"</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"523ee10b-098e-4ceb-aebb-dc0a3f653d24","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d41ba6fc-153d-4a98-9252-a192e8cd1542","type":"text/javascript","exec":[""]}}],"_postman_id":"4ece251c-6168-47e2-adc7-086805d70a8c"},{"name":"Lookups","item":[{"name":"Countries Get","id":"f6400851-e623-4100-9e19-6d5b0bb41b8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"code\":\"US\"\n}"},"url":"{{url}}/{{apiversion}}/countries/get/","description":"<p>Lookup list of Country codes</p>\n<ul>\n<li>Parameters<ul>\n<li>code (string, optional) - limit by country code</li>\n<li>name (string, optional) - lookup by country name</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","countries","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9b44618f-8772-4fea-bfa5-f758957f7e15","name":"Countries Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"code\":\"US\"\n}"},"url":"{{url}}/{{apiversion}}/countries/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"188","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 07 Sep 2018 00:11:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/countries/get/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1781239","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/countries/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.005623\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"name\": \"United States of America\",\n                \"code\": \"US\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f6400851-e623-4100-9e19-6d5b0bb41b8f"},{"name":"Roles Get","id":"88a72413-d5d4-48de-b6a6-3ac60c78df74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/{{apiversion}}/roles/get/","description":"<p>Lookup list of available roles</p>\n","urlObject":{"path":["{{apiversion}}","roles","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2844d8b1-1418-462b-a48b-54a65b23fc4c","name":"Roles Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/{{apiversion}}/roles/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"265","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 07 Sep 2018 00:30:03 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/roles/get/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1672176","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/roles/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.007024\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"name\": \"Agency::Administrator\",\n                \"id\": \"35\"\n            },\n            {\n                \"name\": \"Agency::Editor\",\n                \"id\": \"41\"\n            },\n            {\n                \"name\": \"Client::Administrator\",\n                \"id\": \"37\"\n            },\n            {\n                \"name\": \"Client::Branch Manager\",\n                \"id\": \"44\"\n            },\n            {\n                \"name\": \"Client::Editor\",\n                \"id\": \"40\"\n            },\n            {\n                \"name\": \"Client::Franchise Manager\",\n                \"id\": \"38\"\n            },\n            {\n                \"name\": \"Client::User\",\n                \"id\": \"26\"\n            },\n            {\n                \"name\": \"None\",\n                \"id\": \"1\"\n            },\n            {\n                \"name\": \"View Only\",\n                \"id\": \"2\"\n            }\n        ]\n    }\n}"}],"_postman_id":"88a72413-d5d4-48de-b6a6-3ac60c78df74"},{"name":"States Get","id":"e010f36f-3300-44bf-bd7f-71a9099e51c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"country\":\"US\",\n    \"code\":\"NY\"\n}"},"url":"{{url}}/{{apiversion}}/states/get/","description":"<p>Lookup list of Country codes</p>\n<ul>\n<li>Parameters<ul>\n<li>country (string, optional) - limit by country code (see Countries Get)</li>\n<li>code (string, optional) - lookup by state code (may return more than one record)</li>\n<li>name (string, optional) - lookup by state name (may return more than one record)</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","states","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3344ae15-69bb-4173-a0e6-16deff8a18cd","name":"States Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"country\":\"US\",\n    \"code\":\"NY\"\n}"},"url":"{{url}}/{{apiversion}}/states/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"185","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 07 Sep 2018 00:10:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/states/get/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1781222","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/states/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.0077\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"country\": \"US\",\n                \"name\": \"New York\",\n                \"code\": \"NY\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e010f36f-3300-44bf-bd7f-71a9099e51c7"},{"name":"Timezones Get","id":"3fffb46a-f375-456a-a15f-9de18fd34bda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/{{apiversion}}/timezones/get/","description":"<p>Lookup list of available timezones</p>\n","urlObject":{"path":["{{apiversion}}","timezones","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"572255f7-a939-42cf-ba7c-636dc960b178","name":"Timezones Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/{{apiversion}}/timezones/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"2386","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 07 Sep 2018 00:31:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/timezones/get/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1672181","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timezones/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.125362\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            \"Africa/Abidjan\",\n            \"Africa/Accra\",\n            \"Africa/Algiers\",\n            \"Africa/Bissau\",\n            \"Africa/Cairo\",\n            \"Africa/Casablanca\",\n            \"Africa/Ceuta\",\n            \"Africa/El_Aaiun\",\n            \"Africa/Johannesburg\",\n            \"Africa/Khartoum\",\n            \"Africa/Lagos\",\n            \"Africa/Maputo\",\n            \"Africa/Monrovia\",\n            \"Africa/Nairobi\",\n            \"Africa/Ndjamena\",\n            \"Africa/Tripoli\",\n            \"Africa/Tunis\",\n            \"Africa/Windhoek\",\n            \"America/Adak\",\n            \"America/Anchorage\",\n            \"America/Araguaina\",\n            \"America/Argentina/Buenos_Aires\",\n            \"America/Argentina/Catamarca\",\n            \"America/Argentina/Cordoba\",\n            \"America/Argentina/Jujuy\",\n            \"America/Argentina/La_Rioja\",\n            \"America/Argentina/Mendoza\",\n            \"America/Argentina/Rio_Gallegos\",\n            \"America/Argentina/Salta\",\n            \"America/Argentina/San_Juan\",\n            \"America/Argentina/San_Luis\",\n            \"America/Argentina/Tucuman\",\n            \"America/Argentina/Ushuaia\",\n            \"America/Asuncion\",\n            \"America/Atikokan\",\n            \"America/Bahia\",\n            \"America/Bahia_Banderas\",\n            \"America/Barbados\",\n            \"America/Belem\",\n            \"America/Belize\",\n            \"America/Blanc-Sablon\",\n            \"America/Boa_Vista\",\n            \"America/Bogota\",\n            \"America/Boise\",\n            \"America/Cambridge_Bay\",\n            \"America/Campo_Grande\",\n            \"America/Cancun\",\n            \"America/Caracas\",\n            \"America/Cayenne\",\n            \"America/Chicago\",\n            \"America/Chihuahua\",\n            \"America/Costa_Rica\",\n            \"America/Creston\",\n            \"America/Cuiaba\",\n            \"America/Curacao\",\n            \"America/Danmarkshavn\",\n            \"America/Dawson\",\n            \"America/Dawson_Creek\",\n            \"America/Denver\",\n            \"America/Detroit\",\n            \"America/Edmonton\",\n            \"America/Eirunepe\",\n            \"America/El_Salvador\",\n            \"America/Fort_Nelson\",\n            \"America/Fortaleza\",\n            \"America/Glace_Bay\",\n            \"America/Godthab\",\n            \"America/Goose_Bay\",\n            \"America/Grand_Turk\",\n            \"America/Guatemala\",\n            \"America/Guayaquil\",\n            \"America/Guyana\",\n            \"America/Halifax\",\n            \"America/Havana\",\n            \"America/Hermosillo\",\n            \"America/Indiana/Indianapolis\",\n            \"America/Indiana/Knox\",\n            \"America/Indiana/Marengo\",\n            \"America/Indiana/Petersburg\",\n            \"America/Indiana/Tell_City\",\n            \"America/Indiana/Vevay\",\n            \"America/Indiana/Vincennes\",\n            \"America/Indiana/Winamac\",\n            \"America/Inuvik\",\n            \"America/Iqaluit\",\n            \"America/Jamaica\",\n            \"America/Juneau\",\n            \"America/Kentucky/Louisville\",\n            \"America/Kentucky/Monticello\",\n            \"America/La_Paz\",\n            \"America/Lima\",\n            \"America/Los_Angeles\",\n            \"America/Maceio\",\n            \"America/Managua\",\n            \"America/Manaus\",\n            \"America/Martinique\",\n            \"America/Matamoros\",\n            \"America/Mazatlan\",\n            \"America/Menominee\",\n            \"America/Merida\",\n            \"America/Metlakatla\",\n            \"America/Mexico_City\",\n            \"America/Miquelon\",\n            \"America/Moncton\",\n            \"America/Monterrey\",\n            \"America/Montevideo\",\n            \"America/Nassau\",\n            \"America/New_York\",\n            \"America/Nipigon\",\n            \"America/Nome\",\n            \"America/Noronha\",\n            \"America/North_Dakota/Beulah\",\n            \"America/North_Dakota/Center\",\n            \"America/North_Dakota/New_Salem\",\n            \"America/Ojinaga\",\n            \"America/Panama\",\n            \"America/Pangnirtung\",\n            \"America/Paramaribo\",\n            \"America/Phoenix\",\n            \"America/Port-au-Prince\",\n            \"America/Port_of_Spain\",\n            \"America/Porto_Velho\",\n            \"America/Puerto_Rico\",\n            \"America/Rainy_River\",\n            \"America/Rankin_Inlet\",\n            \"America/Recife\",\n            \"America/Regina\",\n            \"America/Resolute\",\n            \"America/Rio_Branco\",\n            \"America/Santarem\",\n            \"America/Santiago\",\n            \"America/Santo_Domingo\",\n            \"America/Sao_Paulo\",\n            \"America/Scoresbysund\",\n            \"America/Sitka\",\n            \"America/St_Johns\",\n            \"America/Swift_Current\",\n            \"America/Tegucigalpa\",\n            \"America/Thule\",\n            \"America/Thunder_Bay\",\n            \"America/Tijuana\",\n            \"America/Toronto\",\n            \"America/Vancouver\",\n            \"America/Whitehorse\",\n            \"America/Winnipeg\",\n            \"America/Yakutat\",\n            \"America/Yellowknife\",\n            \"Antarctica/Casey\",\n            \"Antarctica/Davis\",\n            \"Antarctica/DumontDUrville\",\n            \"Antarctica/Macquarie\",\n            \"Antarctica/Mawson\",\n            \"Antarctica/Palmer\",\n            \"Antarctica/Rothera\",\n            \"Antarctica/Syowa\",\n            \"Antarctica/Troll\",\n            \"Antarctica/Vostok\",\n            \"Asia/Almaty\",\n            \"Asia/Amman\",\n            \"Asia/Anadyr\",\n            \"Asia/Aqtau\",\n            \"Asia/Aqtobe\",\n            \"Asia/Ashgabat\",\n            \"Asia/Atyrau\",\n            \"Asia/Baghdad\",\n            \"Asia/Baku\",\n            \"Asia/Bangkok\",\n            \"Asia/Barnaul\",\n            \"Asia/Beirut\",\n            \"Asia/Bishkek\",\n            \"Asia/Brunei\",\n            \"Asia/Chita\",\n            \"Asia/Choibalsan\",\n            \"Asia/Colombo\",\n            \"Asia/Damascus\",\n            \"Asia/Dhaka\",\n            \"Asia/Dili\",\n            \"Asia/Dubai\",\n            \"Asia/Dushanbe\",\n            \"Asia/Famagusta\",\n            \"Asia/Gaza\",\n            \"Asia/Hebron\",\n            \"Asia/Ho_Chi_Minh\",\n            \"Asia/Hong_Kong\",\n            \"Asia/Hovd\",\n            \"Asia/Irkutsk\",\n            \"Asia/Jakarta\",\n            \"Asia/Jayapura\",\n            \"Asia/Jerusalem\",\n            \"Asia/Kabul\",\n            \"Asia/Kamchatka\",\n            \"Asia/Karachi\",\n            \"Asia/Kathmandu\",\n            \"Asia/Khandyga\",\n            \"Asia/Kolkata\",\n            \"Asia/Krasnoyarsk\",\n            \"Asia/Kuala_Lumpur\",\n            \"Asia/Kuching\",\n            \"Asia/Macau\",\n            \"Asia/Magadan\",\n            \"Asia/Makassar\",\n            \"Asia/Manila\",\n            \"Asia/Nicosia\",\n            \"Asia/Novokuznetsk\",\n            \"Asia/Novosibirsk\",\n            \"Asia/Omsk\",\n            \"Asia/Oral\",\n            \"Asia/Pontianak\",\n            \"Asia/Pyongyang\",\n            \"Asia/Qatar\",\n            \"Asia/Qyzylorda\",\n            \"Asia/Riyadh\",\n            \"Asia/Sakhalin\",\n            \"Asia/Samarkand\",\n            \"Asia/Seoul\",\n            \"Asia/Shanghai\",\n            \"Asia/Singapore\",\n            \"Asia/Srednekolymsk\",\n            \"Asia/Taipei\",\n            \"Asia/Tashkent\",\n            \"Asia/Tbilisi\",\n            \"Asia/Tehran\",\n            \"Asia/Thimphu\",\n            \"Asia/Tokyo\",\n            \"Asia/Tomsk\",\n            \"Asia/Ulaanbaatar\",\n            \"Asia/Urumqi\",\n            \"Asia/Ust-Nera\",\n            \"Asia/Vladivostok\",\n            \"Asia/Yakutsk\",\n            \"Asia/Yangon\",\n            \"Asia/Yekaterinburg\",\n            \"Asia/Yerevan\",\n            \"Atlantic/Azores\",\n            \"Atlantic/Bermuda\",\n            \"Atlantic/Canary\",\n            \"Atlantic/Cape_Verde\",\n            \"Atlantic/Faroe\",\n            \"Atlantic/Madeira\",\n            \"Atlantic/Reykjavik\",\n            \"Atlantic/South_Georgia\",\n            \"Atlantic/Stanley\",\n            \"Australia/Adelaide\",\n            \"Australia/Brisbane\",\n            \"Australia/Broken_Hill\",\n            \"Australia/Currie\",\n            \"Australia/Darwin\",\n            \"Australia/Eucla\",\n            \"Australia/Hobart\",\n            \"Australia/Lindeman\",\n            \"Australia/Lord_Howe\",\n            \"Australia/Melbourne\",\n            \"Australia/Perth\",\n            \"Australia/Sydney\",\n            \"CET\",\n            \"CST6CDT\",\n            \"EET\",\n            \"EST\",\n            \"EST5EDT\",\n            \"Europe/Amsterdam\",\n            \"Europe/Andorra\",\n            \"Europe/Astrakhan\",\n            \"Europe/Athens\",\n            \"Europe/Belgrade\",\n            \"Europe/Berlin\",\n            \"Europe/Brussels\",\n            \"Europe/Bucharest\",\n            \"Europe/Budapest\",\n            \"Europe/Chisinau\",\n            \"Europe/Copenhagen\",\n            \"Europe/Dublin\",\n            \"Europe/Gibraltar\",\n            \"Europe/Helsinki\",\n            \"Europe/Istanbul\",\n            \"Europe/Kaliningrad\",\n            \"Europe/Kiev\",\n            \"Europe/Kirov\",\n            \"Europe/Lisbon\",\n            \"Europe/London\",\n            \"Europe/Luxembourg\",\n            \"Europe/Madrid\",\n            \"Europe/Malta\",\n            \"Europe/Minsk\",\n            \"Europe/Monaco\",\n            \"Europe/Moscow\",\n            \"Europe/Oslo\",\n            \"Europe/Paris\",\n            \"Europe/Prague\",\n            \"Europe/Riga\",\n            \"Europe/Rome\",\n            \"Europe/Samara\",\n            \"Europe/Saratov\",\n            \"Europe/Simferopol\",\n            \"Europe/Sofia\",\n            \"Europe/Stockholm\",\n            \"Europe/Tallinn\",\n            \"Europe/Tirane\",\n            \"Europe/Ulyanovsk\",\n            \"Europe/Uzhgorod\",\n            \"Europe/Vienna\",\n            \"Europe/Vilnius\",\n            \"Europe/Volgograd\",\n            \"Europe/Warsaw\",\n            \"Europe/Zaporozhye\",\n            \"Europe/Zurich\",\n            \"HST\",\n            \"Indian/Chagos\",\n            \"Indian/Christmas\",\n            \"Indian/Cocos\",\n            \"Indian/Kerguelen\",\n            \"Indian/Mahe\",\n            \"Indian/Maldives\",\n            \"Indian/Mauritius\",\n            \"Indian/Reunion\",\n            \"MET\",\n            \"MST\",\n            \"MST7MDT\",\n            \"PST8PDT\",\n            \"Pacific/Apia\",\n            \"Pacific/Auckland\",\n            \"Pacific/Bougainville\",\n            \"Pacific/Chatham\",\n            \"Pacific/Chuuk\",\n            \"Pacific/Easter\",\n            \"Pacific/Efate\",\n            \"Pacific/Enderbury\",\n            \"Pacific/Fakaofo\",\n            \"Pacific/Fiji\",\n            \"Pacific/Funafuti\",\n            \"Pacific/Galapagos\",\n            \"Pacific/Gambier\",\n            \"Pacific/Guadalcanal\",\n            \"Pacific/Guam\",\n            \"Pacific/Honolulu\",\n            \"Pacific/Kiritimati\",\n            \"Pacific/Kosrae\",\n            \"Pacific/Kwajalein\",\n            \"Pacific/Majuro\",\n            \"Pacific/Marquesas\",\n            \"Pacific/Nauru\",\n            \"Pacific/Niue\",\n            \"Pacific/Norfolk\",\n            \"Pacific/Noumea\",\n            \"Pacific/Pago_Pago\",\n            \"Pacific/Palau\",\n            \"Pacific/Pitcairn\",\n            \"Pacific/Pohnpei\",\n            \"Pacific/Port_Moresby\",\n            \"Pacific/Rarotonga\",\n            \"Pacific/Tahiti\",\n            \"Pacific/Tarawa\",\n            \"Pacific/Tongatapu\",\n            \"Pacific/Wake\",\n            \"Pacific/Wallis\",\n            \"UTC\",\n            \"WET\"\n        ]\n    }\n}"}],"_postman_id":"3fffb46a-f375-456a-a15f-9de18fd34bda"},{"name":"Languages Get","id":"2317a7a2-47ab-4aa1-badf-3baebe5d8def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/{{apiversion}}/languages/get/","description":"<p>Lookup list of supported languages</p>\n","urlObject":{"path":["{{apiversion}}","languages","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"250bcd08-61f8-4d6c-afd3-88e011fafc5f","name":"Languages Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/{{apiversion}}/languages/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 Apr 2019 17:36:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"184"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"36025"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/languages/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/languages/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.152171\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"label\": \"English - US\",\n                \"code\": \"en-us\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2317a7a2-47ab-4aa1-badf-3baebe5d8def"},{"name":"Keywords Get","id":"ffbaae2d-e8d3-4165-b719-7e1452c05b54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"text\":\"\",\n\t\"url\":\"https://www.netsocialapp.com\",\n\t\"autoformat\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/keywords/get/","description":"<p>Lookup list of suggested keywords for supplied text and/or url</p>\n<ul>\n<li>Parameters<ul>\n<li>text (string, optional)</li>\n<li>url (string, optional)</li>\n<li>autoformat (integer, optional) 0|1 - return phrases as CamelCase tags</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of keywords</p>\n","urlObject":{"path":["{{apiversion}}","keywords","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6e951f29-3789-4bd8-88dc-0524cb0480f5","name":"Keywords Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"text\":\"\",\n\t\"url\":\"http://vaktestjb.release2.haleymktg.com/jb/-Net-Developer-Jobs-in-Seattle-Washington/32966318\",\n\t\"autoformat\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/keywords/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Sep 2019 17:38:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"225"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"41151"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"b098a8256c44a98a91641ff5931150cc"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/keywords/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/keywords/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.174546\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"ok\"\n        },\n        \"data\": [\n            \"ViewAdditionalInformation\",\n            \"TelecommsJob\",\n            \"AdditionalInformation\",\n            \"OnlineToday\",\n            \"NetDeveloper\",\n            \"Washington\"\n        ]\n    }\n}"}],"_postman_id":"ffbaae2d-e8d3-4165-b719-7e1452c05b54"},{"name":"NetSocial Accounts Get","id":"ffa65949-ebf2-4f4f-9fb6-20d28b9a3b06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"keywords\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/netSocialAccounts/get/","description":"<p>Returns a list of clients. For a NetSocial Admin also returns matching free and pro users.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>accountType (string, optional) - [company|personal]</li>\n<li>ownerId (integer, optional) - Team member or Company id (defaults to the client and user of the apikey)</li>\n<li>includeInactive (integer, optional) - include inactive accounts<ul>\n<li>default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>keywords (string, optional) - can enter name, ID or, for NetSocial Admins, email<ul>\n<li>Note: useful for typeahead searching</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 50</li>\n<li>maximum is 50</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a result list in alphabetical name order</p>\n<ul>\n<li>Properties<ul>\n<li>name</li>\n<li>ownerId</li>\n<li>accountType</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","netSocialAccounts","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"eae18b3f-1345-4f99-9187-a8c34de999a9","name":"Keywords Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"text\":\"\",\n\t\"url\":\"http://vaktestjb.release2.haleymktg.com/jb/-Net-Developer-Jobs-in-Seattle-Washington/32966318\",\n\t\"autoformat\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/keywords/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Sep 2019 17:38:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"225"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"41151"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"b098a8256c44a98a91641ff5931150cc"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/keywords/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/keywords/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.174546\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"ok\"\n        },\n        \"data\": [\n            \"ViewAdditionalInformation\",\n            \"TelecommsJob\",\n            \"AdditionalInformation\",\n            \"OnlineToday\",\n            \"NetDeveloper\",\n            \"Washington\"\n        ]\n    }\n}"}],"_postman_id":"ffa65949-ebf2-4f4f-9fb6-20d28b9a3b06"}],"id":"ab6293ae-1d1a-4a4c-9272-bd18e13e871b","description":"<p>Utility API Calls</p>\n","event":[{"listen":"prerequest","script":{"id":"3386316b-7a24-475d-879b-3e1e5d1d3313","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4f553d3f-cbd5-47dc-bd87-7c88a56f1793","type":"text/javascript","exec":[""]}}],"_postman_id":"ab6293ae-1d1a-4a4c-9272-bd18e13e871b"},{"name":"Marketplace Subscriptions","item":[{"name":"Marketplace Subscription Set","id":"cf2ab72f-6ea1-430d-8671-d157736bd7f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"channelId\":573,\n\t\"ownerId\":5001,\n\t\"action\":\"resume\",\n\t\"isPaused\":0,\n\t\"isSubscribed\":1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/{{apiversion}}/marketplaceSubscription/set/","description":"<p>Subscribe or Unsubscribe a Company from a Marketplace Channel</p>\n<p>NOTE: only a Company can Subscribe</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer, optional) - required for an update, in the url or body</li>\n<li>channelId (integer) - required<ul>\n<li>NOTE: can not be updated</li>\n</ul>\n</li>\n<li>ownerId (integer, optional)<ul>\n<li>defaults to the apikey clientId</li>\n<li>must be a clientId for business users</li>\n<li>must be the personal ownerId fro Pro users</li>\n</ul>\n</li>\n<li>accountType (string, optional)<ul>\n<li>defaults to 'company'</li>\n</ul>\n</li>\n<li>categoryId (integer, optional) - still compatible with Channel GroupId</li>\n<li>customVariables (array[object], optional)<ul>\n<li>key</li>\n<li>value</li>\n</ul>\n</li>\n<li>create (integer, optional) - required to create a new subscription record - '1'</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>action (string)<ul>\n<li>pause | resume<ul>\n<li>sets <em>isPaused</em> attribute</li>\n</ul>\n</li>\n<li>subscribe | unsubscribe<ul>\n<li>sets the <em>isSubscribed</em> attribute to 1|0 respectively</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Marketplace Channel Subscriber object</p>\n","urlObject":{"path":["{{apiversion}}","marketplaceSubscription","set",""],"host":["{{url}}"],"query":[{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"cf2ab72f-6ea1-430d-8671-d157736bd7f8"},{"name":"Marketplace Subscriptions Get","id":"94900593-41e2-4b76-aeb5-c9000c042b33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/marketplaceSubscriptions/get/","description":"<p>Returns a list of Marketplace Channel Company Subscriptions</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - channel id</li>\n<li>ownerId (integer, optional) - defaults to the apikey ownerId</li>\n<li>accountType (string, optional) - defaults to the apikey accountType</li>\n</ul>\n</li>\n<li>Filters<ul>\n<li>isSubscribed (integer, optional) - 0|1 - limit to currently subscribed </li>\n<li>isPaused (integer, optional) - 0|1 - limit to currently paused</li>\n</ul>\n</li>\n<li>Options:<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - one of 'id'|'status'<ul>\n<li>defaults to 'name'</li>\n</ul>\n</li>\n<li>order (string, optional) - 'ASC'|'DESC'<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n<li>showAll (integer, optional) - 0|1 - show all subsciptions<ul>\n<li>default is to show only the subscription record beloning to the ownerId</li>\n<li>to see other subscripitons:<ul>\n<li>the team member must be an admin</li>\n<li>the channel must be owned by an client the user can admin</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Marketplace Channel Subscription objects</p>\n","urlObject":{"path":["{{apiversion}}","marketplaceSubscriptions","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"94900593-41e2-4b76-aeb5-c9000c042b33"}],"id":"651a5ff6-7190-4372-b239-2f6d349e8bb9","description":"<p>Marketplace Channels</p>\n<p>Marketplace Channels are created, updated and deleted using regular Channel endpoints.<br />Team Members subscribe to Marketplace Channels using Channel Subscriptions endpoints.</p>\n<p>Companies subscribe to a Marketplace Channels to make them available to Team Members.</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer) - the subscription id</li>\n<li>ownerId (integer)</li>\n<li>accountType (string)</li>\n<li>channelId (integer) - the channel id</li>\n<li>isSubscribed (integer)</li>\n<li>isPaused (integer)</li>\n<li>expiration (date)</li>\n<li>groupId (integer)</li>\n</ul>\n</li>\n</ul>\n<p>Subscription Log</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer) - the subscription id</li>\n<li>date (date) - date of activity</li>\n<li>action (string) - start|stop</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"a65dd8b7-b25f-4fe9-90dd-e9b4b92883e2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4e3c036e-1c2d-4cf6-bef5-922e51c7466b","type":"text/javascript","exec":[""]}}],"_postman_id":"651a5ff6-7190-4372-b239-2f6d349e8bb9"},{"name":"Media","item":[{"name":"Media Set","id":"bf051970-1432-4e40-9512-ab9189910e52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"create\":\"1\",\n\t\"label\":\"test image\",\n\t\"contentLength\":\"30910\",\n\t\"mediaType\":\"image/png\"\n}"},"url":"{{url}}/{{apiversion}}/media/set/","description":"<p>Set Media Info</p>\n<ul>\n<li>Parameters<ul>\n<li>create (integer, optional) - required to create</li>\n<li>id (integer, optiona) - media id, required for an update</li>\n<li>ownerId (integer, optional) - default is the apikey ownerId</li>\n<li>accountType (string, optional) - default is the apikey accountType</li>\n<li>personalized (integer, optional) - 0 | 1<ul>\n<li>defaults to 0</li>\n<li>if not personalized, media record is saved with account type 'personal' and owner id 0</li>\n<li>if personalized, media record is saved with account type [ accountType param value ] and owner id [ ownerId param value ]</li>\n</ul>\n</li>\n<li>label (file,optional)</li>\n<li>contentLength (integer) - the size of the media being uploaded in bytes</li>\n<li>mediaType (string) - media mime-type<ul>\n<li>allowed mime-types<ul>\n<li>image/gif</li>\n<li>image/png</li>\n<li>image/jpeg</li>\n<li>video/mp4</li>\n<li>video/mov</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>finalize (integer, optional) - 0|1<ul>\n<li>update to 1 when all media chunks have been uploaded</li>\n<li>unfinalized uploads are removed after 12 hours</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Media object</p>\n","urlObject":{"path":["{{apiversion}}","media","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b7457e46-7f15-4034-9451-7b3ac5037af9","name":"Media Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"create\":\"1\",\n\t\"label\":\"test image\",\n\t\"contentLength\":\"30910\",\n\t\"mediaType\":\"image/png\"\n}"},"url":"{{url}}/{{apiversion}}/media/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 20:33:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"419"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1246000"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"a3c0eac66a004678a37e2f00ffb04368"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/media/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/media/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.047115\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"date\": \"2019-06-05 20:33:07\",\n            \"uuid\": \"8BB7A19C-A60C-3DAF-971D-CDFAD76078FA\",\n            \"downloadUrl\": \"https://cdn.netsocialapp.com/images/uploads/84DE9B50-12FB-3422-A123-25A6ADFA8FF7/8BB7A19C-A60C-3DAF-971D-CDFAD76078FA.png\",\n            \"contentLength\": \"30910\",\n            \"mediaType\": \"image/png\",\n            \"parts\": \"0\",\n            \"finalized\": \"0\",\n            \"label\": \"test image\",\n            \"directoryUuid\": \"84DE9B50-12FB-3422-A123-25A6ADFA8FF7\",\n            \"id\": \"1\",\n            \"ownerId\": \"4265\",\n            \"accountType\": \"personal\"\n        }\n    }\n}"}],"_postman_id":"bf051970-1432-4e40-9512-ab9189910e52"},{"name":"Media Get","id":"1b2ee6b7-f23c-476d-9bcd-13506fb7c658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ownerId\":\"\",\n\t\"accountType\":\"\",\n\t\"primaryColor\":\"#391d81\",\n\t\"secondaryColor\":\"#5e9942\"\n}"},"url":"{{url}}/{{apiversion}}/media/get/","description":"<p>Get Media Info</p>\n<ul>\n<li>Parameters<ul>\n<li>id (string) - the media id</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Media object</p>\n","urlObject":{"path":["{{apiversion}}","media","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b2ee6b7-f23c-476d-9bcd-13506fb7c658"},{"name":"Media Delete","id":"8acc38aa-c084-44a5-b9f3-d2341a381b20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ownerId\":\"\",\n\t\"accountType\":\"\",\n\t\"primaryColor\":\"#391d81\",\n\t\"secondaryColor\":\"#5e9942\"\n}"},"url":"{{url}}/{{apiversion}}/media/get/","description":"<p>Delete Media</p>\n<ul>\n<li>Parameters<ul>\n<li>id (string) - the media id</li>\n</ul>\n</li>\n</ul>\n<p>Returns a status object</p>\n","urlObject":{"path":["{{apiversion}}","media","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8acc38aa-c084-44a5-b9f3-d2341a381b20"},{"name":"Media Upload","id":"9c3b6097-b9b8-4f4e-9878-cc9401cf617f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"ownerId","value":"5328","type":"text","uuid":"0ac7fcbc-3101-4d07-9a11-66537f16d644"},{"key":"media","type":"file","uuid":"d2ecc4b1-bf65-4068-b302-e2c396bc8e37","src":"postman-cloud:///1f0576d4-30e7-4c80-b5c8-203dbe9b15ed"},{"key":"accountType","value":"company","type":"text","uuid":"3462ed75-ffb4-4e87-81c6-ef15cc211821"}]},"url":"{{url}}/{{apiversion}}/media/upload/","description":"<p>Upload a Media File</p>\n<p><strong>Requests should be formatted as a multipart/form-data POST</strong></p>\n<p>Size restrictions for uploading via API</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Image 5MB\nGIF 15MB\nVideo 15MB\n\n</code></pre><ul>\n<li>Parameters<ul>\n<li><p>ownerId (integer, optional) - defaults to the apikey ownerId</p>\n</li>\n<li><p>accountType (string, optional) - defaults to the apikey accountType</p>\n</li>\n<li><p>uuid (string) - the media UUID</p>\n</li>\n<li><p>segmentIndex (integer) - 0 based</p>\n</li>\n<li><p>media (string) - the raw binary file content being uploaded</p>\n<ul>\n<li>Maximum chunk size is 5MB</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Media object</p>\n","urlObject":{"path":["{{apiversion}}","media","upload",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c3b6097-b9b8-4f4e-9878-cc9401cf617f"}],"id":"875e2151-9b52-4241-b148-c588cacc3c9c","description":"<p>Media is uploaded in chunks. For chunked uploads, you must:</p>\n<ul>\n<li>Initialize the upload using the Media Set endpoint<ul>\n<li>this returns a mediaId you will need to subsequently upload chunks of data</li>\n</ul>\n</li>\n<li>Upload each chunk of bytes using the Media Upload endpoint</li>\n<li>When all your chucks have been successfully uploaded, using the Media Set endpoint, set finalize to 1<ul>\n<li>this causes the image chunks to be verified and joined on the server</li>\n<li>the final image url is returned</li>\n</ul>\n</li>\n</ul>\n<p>Max chunk size is 5MB.</p>\n<p>Media Object</p>\n<ul>\n<li>Properties<ul>\n<li>id</li>\n<li>uuid (string) - UUID of the media file</li>\n<li>ownerId</li>\n<li>accountType</li>\n<li>label</li>\n<li>date</li>\n<li>contentLength</li>\n<li>mediaType</li>\n<li>status</li>\n<li>downloadURL</li>\n<li>parts (integer) - number of parts uploaded, will be 0 if finalized</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"719622dd-b988-400b-b6dc-62fd34d5594b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"816b88a6-d608-4146-929f-7416dc5e969e","type":"text/javascript","exec":[""]}}],"_postman_id":"875e2151-9b52-4241-b148-c588cacc3c9c"},{"name":"Notification Templates","item":[{"name":"Notification Template Delete","id":"dc58562c-7c4c-42ce-8adf-7bc07a35b489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplate/delete/","description":"<p>Delete a notification template and all it's parts.</p>\n<p>Only NetSocial Admins may delete universal templates.</p>\n<ul>\n<li>Parameters<ul>\n<li>templateId (integer)</li>\n<li>clientId (inetger) - the owner of the template</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplate","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc58562c-7c4c-42ce-8adf-7bc07a35b489"},{"name":"Notification Template Get","id":"566a68b0-8944-4a22-8cff-1ad53a491531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplate/get/","description":"<p>Get a notification template</p>\n<p>The template returned is specific to the client requesting the template, unless returnDefault is passed.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>templateId (integer)</li>\n<li>clientId (integer, optional)<ul>\n<li>defaults to apikey owner</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>returnDefault (integer, optional)</li>\n<li>includeTemplateDetails (integer, optional) - 0|1<ul>\n<li>Default is 1</li>\n</ul>\n</li>\n<li>omitEmailBaseTemplate (integer, optional) - 0|1<ul>\n<li>Default is 0, include it<ul>\n<li>if you are requesting the template to edit it, you probably want to mit the base template</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>forMethods (array[string], optional) - limit details to only these methods</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Notification Template object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplate","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"566a68b0-8944-4a22-8cff-1ad53a491531"},{"name":"Notification Template Name Check Get","id":"bee2c0fc-07b1-4503-9da9-0fef4484a620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplateNameCheck/get/","description":"<p>Check if a template name is available</p>\n<ul>\n<li>Parameters<ul>\n<li>name (string)</li>\n<li>clientId (inetger) - the owner of the template</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplateNameCheck","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bee2c0fc-07b1-4503-9da9-0fef4484a620"},{"name":"Notification Template Part Delete","id":"d51b5a1d-9342-4f25-acfb-68a29bf8f85c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplatePart/delete/","description":"<p>Delete a notification template part.</p>\n<p>Only NetSocial Admins may delete universal parts.</p>\n<ul>\n<li>Parameters<ul>\n<li>templatePartId (integer)</li>\n<li>clientId (inetger) - the owner of the template part</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Notification Template object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplatePart","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d51b5a1d-9342-4f25-acfb-68a29bf8f85c"},{"name":"Notification Template Part Set","id":"0d0a93fe-24c5-47d7-963e-de97cc486f69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplatePart/set/","description":"<p>Create or update a default notification template.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>templateId - (integer, optional)<ul>\n<li>required for an update</li>\n</ul>\n</li>\n<li>templatePartId - (integer, optional)<ul>\n<li>required for an update</li>\n</ul>\n</li>\n<li>clientId (integer) - the clientID\n      + defaults to apikey owner\n      + can not be updated</li>\n<li>create (integer) - required for create <ul>\n<li>Required on create (ignored on update)<ul>\n<li>templateId (integer, optional) - the templateId</li>\n<li>method (string) - the notification method<ul>\n<li>see Notification Methods</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>title (string,optional) - the notification title template</li>\n<li>body (string) - the notification body template</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>isUniversal (integer) - is this a template part for all clients?<ul>\n<li>only available for NetSocial Admin accounts on create</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Notification Template object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplatePart","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d0a93fe-24c5-47d7-963e-de97cc486f69"},{"name":"Notification Template Reset","id":"541ddbff-baea-457c-9777-afeb05c11c3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplate/reset/","description":"<p>Reset a Universal Notification Template to its default parts. This ihas no effect on a private template.</p>\n<p>This removes all customized parts for the client from the Notification Template. </p>\n<ul>\n<li>Parameters<ul>\n<li>templateId (integer)</li>\n<li>clientId (inetger) - the owner of the template</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplate","reset",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"541ddbff-baea-457c-9777-afeb05c11c3b"},{"name":"Notification Template Set","id":"c981c813-c143-45eb-b321-5ed9ffd5041e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplate/set/","description":"<p>Create or update a default notification template.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>templateId (integer, optional) - required for an update</li>\n<li>clientId (integer, optional)<ul>\n<li>defaults to apikey owner</li>\n<li>can not be changed</li>\n</ul>\n</li>\n<li>name (string) - a unique name for the template<ul>\n<li>names must be lower case and contain only a-z 0-9</li>\n<li>names must be unique</li>\n</ul>\n</li>\n<li>description (string) - a description about what the template is for</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>create (integer) - required for create <ul>\n<li>also creates a blank 'default' template part</li>\n</ul>\n</li>\n<li>isUniversal (integer) - is this a template for all clients?<ul>\n<li>only available for NetSocial Admin accounts</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Notification Template object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplate","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c981c813-c143-45eb-b321-5ed9ffd5041e"},{"name":"Notification Templates Get","id":"4b879723-7091-4532-bcb5-6cdecf53c75c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"includeTemplateDetails\":\"0\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplates/get/","description":"<p>Get a list of notification templates. </p>\n<p>Templates returned are specific to the client requesting the template, unless returnDefault is passed.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>clientId (integer, optional)<ul>\n<li>defaults to apikey owner</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>returnDefault (integer) - 0|1</li>\n<li>includeTemplateDetails (integer) - 0|1</li>\n<li>omitEmailBaseTemplate (integer, optional) - 0|1<ul>\n<li>Default is 0, include it<ul>\n<li>if you are requesting the template to edit it, you probably want to mit the base template</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>forMethods (array[string]) - limit details to only these methods</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Notification Template objects</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplates","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b879723-7091-4532-bcb5-6cdecf53c75c"}],"id":"cf219831-1fcb-40bd-ab63-6ab7189f905b","description":"<p><em>Templates</em> may be used to format <em>content</em>.\nEach <em>template</em> may define a specific template part for each notification <em>method</em>. Every template must have at least a 'default' template part. If there is no template part for a specific method, the default will be used.</p>\n<p>Clients may create customized versions of any default template. This is done by creating client specific parts for the template. And parts not defined for the client use the default parts.</p>\n<p>Template parts can always use client and teamMember variables. The variables are prefixed with their object type. Template variables are enclosed in double brackets; e.g. {{client.name}}</p>\n<p>In addition to client and teamMember variables, some templates have other specific variables available. These are documented wihtin the default templates.</p>\n","event":[{"listen":"prerequest","script":{"id":"3ebc7c84-745d-442d-8730-e4ee53d189ef","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"39527b67-9f48-4212-b39b-77436fd0a322","type":"text/javascript","exec":[""]}}],"_postman_id":"cf219831-1fcb-40bd-ab63-6ab7189f905b"},{"name":"Notifications","item":[{"name":"Notification Set","id":"48f50aff-189d-41f1-9951-f9fa7d059131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"teamMemberIds\":[4346],\n\t\"templateName\":\"delivery_approval\",\n\t\"methods\":[\"sms\",\"email\"],\n\t\"class\":\"critical\",\n\t\"data\":{\"approvalUrl\":\"http://someurl.com\"}\n}"},"url":"{{url}}/{{apiversion}}/notification/set/","description":"<p>Create a Notification</p>\n<ul>\n<li>Parameters<ul>\n<li>clientId (integer, optional)<ul>\n<li>defaults to apikey clientId</li>\n</ul>\n</li>\n<li>teamMemberIds (array[integer]) - only TeamMembers can receive notifications</li>\n<li>templateName (string, optional) - the template to use for the notification<ul>\n<li>one of templateName OR body must be specified</li>\n</ul>\n</li>\n<li>methods (array[string], optional) - limit delivery to certain methods<ul>\n<li>default is all</li>\n<li>see Notification Methods Get</li>\n</ul>\n</li>\n<li>content (object) - a content object to use<ul>\n<li>one of templateName OR content must be specified</li>\n</ul>\n</li>\n<li>class (string) - the class of the notification<ul>\n<li>default is info</li>\n<li>see Notification Methods Get</li>\n</ul>\n</li>\n<li>data (array[objects]) - a list of key/value pairs to use as replacement variables in addition to the teamMember and clientInfo objects that are automatically provided.</li>\n<li>actions (array[objects], optional) - a list of actions [{label:label,action:url}]</li>\n</ul>\n</li>\n</ul>\n<p>Returns a success object</p>\n","urlObject":{"path":["{{apiversion}}","notification","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"48f50aff-189d-41f1-9951-f9fa7d059131"},{"name":"Notification Preferences Set","id":"440031f4-b307-45bf-9cd3-b135a066c3ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"preferences\":{\"email\":{\"critical\":\"1\",\"alert\":\"0\",\"approval\":\"1\"},\"sms\":{\"critical\":\"1\",\"approval\":\"1\"}},\n\t\"teamMemberId\":\"4346\"\n}"},"url":"{{url}}/{{apiversion}}/notificationPreferences/set/","description":"<p>Update a Team Member's Notification Preferences</p>\n<p>By default, all preferences, except critical email, are set to disabled (0).</p>\n<p>Note: The critical email preference is always enabled and can not be disabled.</p>\n<ul>\n<li>Parameters<ul>\n<li>teamMemberId (integer, optional)<ul>\n<li>defaults to apikey teamMemberId</li>\n</ul>\n</li>\n<li>preferences (object) - a Notification Preference object</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Notification Preference object</p>\n","urlObject":{"path":["{{apiversion}}","notificationPreferences","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"440031f4-b307-45bf-9cd3-b135a066c3ea"},{"name":"Notification Preferences Get","id":"4b28dec6-ed74-4081-9342-c006823abf8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n}"},"url":"{{url}}/{{apiversion}}/notificationPreferences/get/","description":"<p>Get a Team Member's Notification Preferences</p>\n<ul>\n<li>Parameters<ul>\n<li>teamMemberId (integer, optional)<ul>\n<li>defaults to apikey teamMemberId</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Notification Preference object</p>\n","urlObject":{"path":["{{apiversion}}","notificationPreferences","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6ee40d9d-76d5-4c4e-8851-1b3d180aae62","name":"Notification Preferences Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n}"},"url":"{{url}}/{{apiversion}}/notificationPreferences/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Sep 2019 17:52:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"219"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"41206"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"b098a8256c44a98a91641ff5931150cc"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/notificationPreferences/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/notificationPreferences/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.016542\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"email\": {\n                \"info\": \"1\",\n                \"critical\": \"1\",\n                \"alert\": \"0\",\n                \"approval\": \"1\"\n            },\n            \"nsl\": {\n                \"info\": \"0\",\n                \"critical\": \"0\",\n                \"alert\": \"0\",\n                \"approval\": \"0\"\n            },\n            \"sms\": {\n                \"info\": \"0\",\n                \"critical\": \"1\",\n                \"alert\": \"0\",\n                \"approval\": \"1\"\n            }\n        }\n    }\n}"}],"_postman_id":"4b28dec6-ed74-4081-9342-c006823abf8b"},{"name":"Notification Status Set","id":"b959243e-6c25-4628-9bc8-1bffd67d14b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"notificationId\":\"7\",\n\t\"teamMemberId\":\"4169\",\n\t\"status\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationStatus/set/","description":"<p>Update an internal Notification's Read Status</p>\n<ul>\n<li>Parameters<ul>\n<li>teamMemberId (integer, optional) - teamMemberId<ul>\n<li>defaults to apikey owner</li>\n</ul>\n</li>\n<li>notificationId (integer)</li>\n<li>status (integer) - 0|1 - mark an NSL internal notification as read.</li>\n</ul>\n</li>\n</ul>\n<p>Returns a success object</p>\n","urlObject":{"path":["{{apiversion}}","notificationStatus","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"aae699de-f96d-487b-afc0-fe3962600631","name":"Notification Status Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"notificationId\":\"7\",\n\t\"teamMemberId\":\"4169\",\n\t\"status\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationStatus/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Mar 2019 18:35:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"159"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"528182"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/notificationStatus/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/notificationStatus/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.018451\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"b959243e-6c25-4628-9bc8-1bffd67d14b7"},{"name":"Notifications Delete","id":"b2719892-fdf1-4d8f-b9f9-f38e5ff2d6ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"notifcationId\":\"6\",\n\t\"status\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notifications/delete/","description":"<p>Delete a list of NSL internal Notifications</p>\n<ul>\n<li>Parameters<ul>\n<li>notificationIds (array[integer]) - list of notificationIds to delete</li>\n<li>teamMemberId (integer, optional)<ul>\n<li>defaults to apikey owner</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a success object</p>\n","urlObject":{"path":["{{apiversion}}","notifications","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2719892-fdf1-4d8f-b9f9-f38e5ff2d6ce"},{"name":"Notifications Get","id":"7c428f02-0d95-4e48-a5ce-167d5865cfd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n}"},"url":"{{url}}/{{apiversion}}/notifications/get/","description":"<p>Retrieve a list of NSL internal notifications.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>teamMemberId (integer, optional)<ul>\n<li>defaults to apikey owner</li>\n</ul>\n</li>\n<li>status (integer, optional) - 1|0 - limit to read or unread<ul>\n<li>default is all</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>returnedTimezone (string) - the timezone to return in the Docket object<ul>\n<li>defaults to team member's timezone</li>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Notification objects</p>\n","urlObject":{"path":["{{apiversion}}","notifications","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f63c271e-b333-4a71-80aa-ad6a0b7e5377","name":"Notifications Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"teamMemberId\":\"4169\"\n}"},"url":"{{url}}/{{apiversion}}/notifications/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Mar 2019 18:32:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"246"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"331859"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/notifications/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/notifications/get/\",\n        \"apikey\": \"{{aapikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.012058\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"body\": \"NAME: Terry\",\n                \"readStatus\": \"0\",\n                \"date\": \"2019-03-19 18:22:26\",\n                \"id\": \"7\",\n                \"class\": \"info\",\n                \"title\": \"Test Notification\",\n                \"recipientId\": \"4169\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7c428f02-0d95-4e48-a5ce-167d5865cfd4"},{"name":"Banners Get","id":"bdacb2d1-c071-4175-aa96-9c6bfe1856c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n}"},"url":"{{url}}/{{apiversion}}/dashboardBanners/get/","description":"<p>Retrieve a list of banners.</p>\n<ul>\n<li><p>Parameters</p>\n</li>\n<li><p>Options</p>\n</li>\n</ul>\n<p>Returns a list of Banner objects</p>\n","urlObject":{"path":["{{apiversion}}","dashboardBanners","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"feef7125-4c47-434d-85d0-5ff44ed552e6","name":"Notifications Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"teamMemberId\":\"4169\"\n}"},"url":"{{url}}/{{apiversion}}/notifications/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Mar 2019 18:32:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"246"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"331859"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/notifications/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/notifications/get/\",\n        \"apikey\": \"{{aapikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.012058\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"body\": \"NAME: Terry\",\n                \"readStatus\": \"0\",\n                \"date\": \"2019-03-19 18:22:26\",\n                \"id\": \"7\",\n                \"class\": \"info\",\n                \"title\": \"Test Notification\",\n                \"recipientId\": \"4169\"\n            }\n        ]\n    }\n}"}],"_postman_id":"bdacb2d1-c071-4175-aa96-9c6bfe1856c4"},{"name":"Menu Notifications Get","id":"f7fb802c-745d-449d-8632-51090b5b389a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n}"},"url":"{{url}}/{{apiversion}}/menuNotifications/get/","description":"<p>Retrieve Menu Notification Counts</p>\n<p>Note: this function returns static info. Real data is not yet coded.</p>\n<ul>\n<li>Parameters<ul>\n<li>ownerId (integer, optional)<ul>\n<li>defaults to apikey owner</li>\n</ul>\n</li>\n<li>accountType (integer, optional)<ul>\n<li>defaults to apikey accountType</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Menu Notifcation Count Object</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>'queue' =&gt; 0,\n'content' =&gt; 0,\n'settings' =&gt; 0,\n'pending' =&gt; 0,\n'approvals' =&gt; 0,\n'settings' =&gt; 1,\n'billing' =&gt; 1,\n'accounts' =&gt; 0,\n'manageQueue' =&gt; 0\n</code></pre>","urlObject":{"path":["{{apiversion}}","menuNotifications","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8f33d2c4-e8dd-4f8b-b10d-0c8242e047ac","name":"Menu Notifications Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n}"},"url":"{{url}}/{{apiversion}}/menuNotifications/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Dec 2019 23:58:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"232"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"7899"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"60955d6829b8c64aeb8afa66c636b99c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/menuNotifications/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/menuNotifications/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.115163\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"create\": 0,\n            \"feeds\": 0,\n            \"pending\": 0,\n            \"teamFeeds\": 0,\n            \"settings\": 0,\n            \"approvals\": 0,\n            \"teamAccounts\": 0,\n            \"curate\": 0,\n            \"pipelines\": 0,\n            \"queue\": 0,\n            \"accounts\": 0,\n            \"billing\": 0\n        }\n    }\n}"}],"_postman_id":"f7fb802c-745d-449d-8632-51090b5b389a"},{"name":"Notification Methods Get","id":"ea25bc5a-b7f8-4a36-bbda-04675ad99852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/notificationMethods/get/","description":"<p>Retrieve a list of allowed Notification Methods</p>\n","urlObject":{"path":["{{apiversion}}","notificationMethods","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"154eacfb-79d6-4cae-b115-27174f470550","name":"Notification Methods Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/notificationMethods/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Mar 2019 23:37:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"328966"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/notificationMethods/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/notificationMethods/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.013214\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            \"email\",\n            \"nsl\"\n        ]\n    }\n}"}],"_postman_id":"ea25bc5a-b7f8-4a36-bbda-04675ad99852"},{"name":"Notification Classes Get","id":"9c4bbdfb-bb9f-4f68-b73d-2505650d18bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/notificationClasses/get/","description":"<p>Retrieve a list of allowed Notification Classes</p>\n","urlObject":{"path":["{{apiversion}}","notificationClasses","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"aef8db92-121a-4ed2-a887-6e67d3118c20","name":"Notification Methods Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/notificationMethods/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Mar 2019 23:37:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"328966"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/notificationMethods/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/notificationMethods/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.013214\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            \"email\",\n            \"nsl\"\n        ]\n    }\n}"}],"_postman_id":"9c4bbdfb-bb9f-4f68-b73d-2505650d18bf"}],"id":"31cbb889-39d5-4b52-8bbf-ec9414dcb193","description":"<p><em>Notification Set</em> builds notifications objects and inserts them into the <strong>Notification Queue and/or Notifications Table (for NSL).</strong> Each notification may be built using a template or custom text. \nA single call can generate any number of notifications. For example, a new content notification can be sent to multiple team members and groups. Notification Set checks delivery preferences for each recipient before creating any specific notification. A single call can also send the same content via multiple methods. For example, by SMS and NSL. </p>\n<p>Since Notifications are intended to be delivered immediately, they can not be altered once created.</p>\n<p>Notifcation Object</p>\n<ul>\n<li>Properties<ul>\n<li>recipientId (integer)</li>\n<li>title (string, optional)</li>\n<li>body (string)</li>\n<li>method (string)</li>\n<li>address (string)</li>\n<li>readStatus (integer)</li>\n<li>class (string)</li>\n<li>date</li>\n</ul>\n</li>\n</ul>\n<p>Notification Log Object</p>\n<ul>\n<li>Properties<ul>\n<li>createDate (datetime) - must be UTC</li>\n<li>deliveryDate (datetime, optional) - defaults to NOW, must be UTC</li>\n<li>elapsedTime (integer) - seconds between createDate and deliveryDate</li>\n<li>status (string) - ok|error</li>\n<li>xstatus (string) - extended status message</li>\n<li>notfication (object) - the notification object</li>\n</ul>\n</li>\n</ul>\n<p>Notification Preference Object</p>\n<ul>\n<li>Properties<ul>\n<li>methodName<ul>\n<li>class<ul>\n<li>0|1</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>{\n    \"method1\":{\"info\":\"1\"...},\n    ...\n}</p>\n<p>Content Object</p>\n<ul>\n<li>a content object defines the title and body template for one or more notification methods. Only a default entry is required.\n{\n  \"default\":{title:\"\",body:\"\"},\n  \"email\":{title:\"\",body:\"\"}\n  ...\n}</li>\n</ul>\n<p>Menu Notification Object</p>\n<ul>\n<li>Properties<ul>\n<li>menuName<ul>\n<li>alertCount</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"f10e7fe8-6339-4c84-b5f2-7f1917f8cd88","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5fef9771-52c2-4fd6-a3cd-513be37b4e6c","type":"text/javascript","exec":[""]}}],"_postman_id":"31cbb889-39d5-4b52-8bbf-ec9414dcb193"},{"name":"Plans","item":[{"name":"Plans Get","id":"694e96c5-06da-4e5d-970c-1044a6113582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"includeFeatures\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/plans/get/","description":"<p>List of rate plans</p>\n<ul>\n<li>Parameters<ul>\n<li>Filters<ul>\n<li>id (integer, optional)</li>\n<li>accountType (string, optional)</li>\n</ul>\n</li>\n<li>Options<ul>\n<li>includeLimits (integer, optional) - 0|1<ul>\n<li>default is 1</li>\n</ul>\n</li>\n<li>includeFeatures (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Plan objects</p>\n","urlObject":{"path":["{{apiversion}}","plans","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"694e96c5-06da-4e5d-970c-1044a6113582"},{"name":"Plan Set","id":"c4221fa5-c927-40b0-a1e9-007aec18e68a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\",\n    \"accountType\":\"\",\n    \"planId\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/plan/set/","description":"<p>Set the rate plan for an individual or company account</p>\n<p>Agency and Franchise Accounts Only</p>\n<ul>\n<li>Parameters<ul>\n<li>ownerId (integer) - the user or company id<ul>\n<li>defaults to apikey ownerId</li>\n</ul>\n</li>\n<li>accountType (string) - personal|company<ul>\n<li>defaults to apikey accountType</li>\n</ul>\n</li>\n<li>planId (integer) - the plan id to set</li>\n<li>comment (string, optional) - comments about the plan change</li>\n</ul>\n</li>\n</ul>\n<p>This call checks to make sure a plan can be downgraded. If any resources are over the plan limits, an error is returned with a plan limit object.</p>\n","urlObject":{"path":["{{apiversion}}","plan","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4221fa5-c927-40b0-a1e9-007aec18e68a"},{"name":"Plan Counts Get","id":"b6a3abe4-d2fb-4d6d-8277-6009d344b385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ownerId\":\"\",\n    \"accountType\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/planCounts/get/","description":"<p>Returns a plan limit object</p>\n<ul>\n<li>Parameters<ul>\n<li>ownerId (integer) - the user or company id<ul>\n<li>defaults to apikey ownerId</li>\n</ul>\n</li>\n<li>accountType (string) - personal|company<ul>\n<li>defaults to apikey accountType</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","planCounts","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1797d2df-9d95-4e53-bec7-859154419875","name":"Plan Counts Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ownerid\":\"\",\n    \"accountType\":\"\",\n    \"planId\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/planCounts/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Nov 2018 16:36:31 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"295"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"327848"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/planCounts/get/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/planCounts/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.013007\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"limits\": [\n                {\n                    \"value\": \"150\",\n                    \"name\": \"socialAccounts\"\n                },\n                {\n                    \"value\": \"2000\",\n                    \"name\": \"postsPerAccount\"\n                },\n                {\n                    \"value\": \"10000\",\n                    \"name\": \"socialSignins\"\n                },\n                {\n                    \"value\": \"1\",\n                    \"name\": \"sms\"\n                },\n                {\n                    \"value\": \"10\",\n                    \"name\": \"pushApps\"\n                },\n                {\n                    \"value\": \"1\",\n                    \"name\": \"pushSubscribers\"\n                },\n                {\n                    \"value\": 0,\n                    \"name\": \"teamMembers\"\n                }\n            ],\n            \"over\": [\n                \"teamMembers\"\n            ],\n            \"counts\": {\n                \"pushApps\": 0,\n                \"pushSubscribers\": 0,\n                \"sms\": 0,\n                \"teamMembers\": \"1\",\n                \"postsPerAccount\": 0,\n                \"socialAccounts\": 0,\n                \"socialSignins\": 0\n            }\n        }\n    }\n}"}],"_postman_id":"b6a3abe4-d2fb-4d6d-8277-6009d344b385"}],"id":"f89cd80a-ac80-40d1-971d-ba8b884ef77f","description":"<p>List Plans</p>\n<p>Plan Object</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer) - the planId</li>\n<li>name (string) - the plan name</li>\n<li>rate (float) - the plan monthly rate</li>\n<li>accountType (string) - personal|company|agency</li>\n<li>limits (array[object]) - account limits<ul>\n<li>name (string) - limit name</li>\n<li>limit (integer) - limit value</li>\n</ul>\n</li>\n<li>features (array[object]) - enabled features<ul>\n<li>name (string) - feature name</li>\n<li>limit (integer) - 0|1</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Plan Limit Object</p>\n<ul>\n<li>Properties<ul>\n<li>limits (array[objects]) - array of plan limits<ul>\n<li>name (string) - limit name</li>\n<li>limit (integer) - limit value</li>\n</ul>\n</li>\n<li>counts (array[objects]) - array of counts of plan limits<ul>\n<li>name (string) - limit name</li>\n<li>count (integer) - limit count</li>\n</ul>\n</li>\n<li>over (array[strings]) - list of limits that are exceeded</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"641fbc92-d777-4429-9efb-007307a7c8e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"74c61f70-42ff-4df8-9b70-08783c122035","type":"text/javascript","exec":[""]}}],"_postman_id":"f89cd80a-ac80-40d1-971d-ba8b884ef77f"},{"name":"Posts","item":[{"name":"Post Delete","id":"21c1419f-fb09-4a2d-9c97-4b93b90c799a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"postIds\":[]\n}"},"url":"{{url}}/{{apiversion}}/post/set/","description":"<p>Delete a Post</p>\n<ul>\n<li>NOTE<ul>\n<li>Delete post will delete deliveries that are able to be deleted (i.e. not instagram, or if an api key is invalid)</li>\n</ul>\n</li>\n<li>Parameters<ul>\n<li>id (integer, required) - the post to delete</li>\n<li>accountType (string, optional) - personal | company<ul>\n<li>defaults to apikey type</li>\n</ul>\n</li>\n<li>ownerId (integer, optional) — this is who created the content<ul>\n<li>defaults to apikey user</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Status object</p>\n","urlObject":{"path":["{{apiversion}}","post","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21c1419f-fb09-4a2d-9c97-4b93b90c799a"},{"name":"Post Content Delete","id":"f72f60ef-a5a7-4a65-ab3f-fabb0640a31a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"postId\":2282,\n   \"accountType\":\"personal\",\n   \"ownerId\":4702\n}"},"url":"{{url}}/{{apiversion}}/postContent/delete/","description":"<p>Delete Custom Content from a Post</p>\n<ul>\n<li><p>NOT YET IMPLEMENTED</p>\n</li>\n<li><p>Parameters</p>\n<ul>\n<li>postId (integer, required) - the postId</li>\n<li>accountType (string, optional) - personal | company<ul>\n<li>defaults to apikey type</li>\n</ul>\n</li>\n<li>ownerId (integer, optional) — this is who created the content<ul>\n<li>defaults to apikey user</li>\n</ul>\n</li>\n<li>service (string, optional) - twitter | linkedin | facebook<ul>\n<li>defaults to deleting all for postId, accountType, and ownerId combination (twitter | linkedin | facebook | default)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Post object</p>\n","urlObject":{"path":["{{apiversion}}","postContent","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f72f60ef-a5a7-4a65-ab3f-fabb0640a31a"},{"name":"Post Content Set","id":"7308d4ea-f99b-4ff8-b7ef-072525829cd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"postId\":\"2282\",\n  \"content\": [\n                        {\n                            \"linkPreviews\": [],\n                            \"body\": \"First Test!\",\n                            \"media\": [],\n                            \"text\": \"\",\n                            \"service\": \"twitter\"\n                        },\n                        {\n                            \"linkPreviews\": [],\n                            \"body\": \"First Test!\",\n                            \"media\": [],\n                            \"text\": \"\",\n                            \"service\": \"default\"\n                        }\n                    ],\n  \"includeDocket\": 1,\n  \"returnedTimezone\": \"America/New_York\"\n}"},"url":"{{url}}/{{apiversion}}/postContent/set/","description":"<p>Create/Update Customized Post Content</p>\n<ul>\n<li><p>NOT YET IMPLEMENTED</p>\n</li>\n<li><p>Parameters</p>\n<ul>\n<li>accountType (string, optional) - personal | company<ul>\n<li>defaults to apikey type</li>\n<li>can not be updated</li>\n</ul>\n</li>\n<li>ownerId (integer, optional) — this is who created the content<ul>\n<li>defaults to apikey user</li>\n<li>can not be updated</li>\n</ul>\n</li>\n<li>postId (integer, required)</li>\n<li>content (array[object], required) - the content to post<ul>\n<li>service (string, required) - the service this entry is for<ul>\n<li>a 'default' service is the only required entry; service specific entries are optional.</li>\n</ul>\n</li>\n<li>body (string, required) - the text to post</li>\n<li>doNotRepost (integer, optional) - 0|1 - exclude this service from automatic reposting<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>options (object, optional)<ul>\n<li>service specific options</li>\n<li>{\"optionName\":\"value\"}</li>\n</ul>\n</li>\n<li>media (array[objects]) - list of medial objects<ul>\n<li>media from the 'default' entry is used unless overridden here</li>\n<li>type (string, required) - nsMediaId|none<ul>\n<li>use 'none' to specify NOT to use media supplied in the default</li>\n</ul>\n</li>\n<li>nsMediaId (string) - a NetSocial mediaId</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>includeDocket (integer, optional) - 0|1 - include the Docket object in the result<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>returnedTimezone (string) - the timezone to return in the Post object<ul>\n<li>defaults to UTC</li>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Post object</p>\n","urlObject":{"path":["{{apiversion}}","postContent","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7308d4ea-f99b-4ff8-b7ef-072525829cd1"},{"name":"Personalized Content Set","id":"bb989968-4fce-428d-976f-385f23156df4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"postId\":\"48652\",\n  \"content\": [\n                        {\n                            \"linkPreviews\": [],\n                            \"body\": \"Personalized sailbot twitter....\",\n                            \"media\": [],\n                            \"text\": \"\",\n                            \"service\": \"twitter\"\n                        },\n                        {\n                            \"linkPreviews\": [],\n                            \"body\": \"Personalized sailbot default....\",\n                            \"media\": [],\n                            \"text\": \"\",\n                            \"service\": \"default\"\n                        },\n                        {\n                            \"linkPreviews\": [],\n                            \"body\": \"Personalized sailbot facebook....\",\n                            \"media\": [],\n                            \"text\": \"\",\n                            \"service\": \"facebook\"\n                        }\n                    ],\n  \"includeDocket\": 1,\n  \"returnedTimezone\": \"America/New_York\",\n  \"accountType\":\"personal\",\n  \"ownerId\":4385\n}"},"url":"{{url}}/{{apiversion}}/personalizedContent/set/","description":"<p>Create Personalized Version of Post Content</p>\n<h3>Parameters</h3>\n\n<ul>\n<li><strong>accountType</strong> (string, optional) - personal | company<ul>\n<li>defaults to personal</li>\n</ul>\n</li>\n<li><strong>ownerId</strong> (integer, optional) — this is who owns the personalized the content<ul>\n<li>defaults to apikey user for 'personal' accountType</li>\n<li>defaults to client id for 'company' accountType</li>\n</ul>\n</li>\n<li><strong>postId</strong> (integer, required)</li>\n<li><strong>revert</strong> (integer, optional) - 0 | 1 - deletes post content, media, and link records associated with the account type and owner id of the request<ul>\n<li>cannot be used with content param</li>\n</ul>\n</li>\n<li><strong>content</strong> (array[object], required) - the content to post<ul>\n<li>service (string, required) - the service this entry is for<ul>\n<li>a 'default' service is the only required entry; service specific entries are optional.</li>\n</ul>\n</li>\n<li>body (string, required) - the text to post</li>\n<li>doNotRepost (integer, optional) - 0|1 - exclude this service from automatic reposting<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>options (object, optional)<ul>\n<li>service specific options</li>\n<li>{\"optionName\":\"value\"}</li>\n</ul>\n</li>\n<li>media (array[objects]) - list of media objects<ul>\n<li>media from the 'default' entry is used unless overridden here</li>\n<li>type (string, required) - nsMediaId|none<ul>\n<li>use 'none' to specify NOT to use media supplied in the default</li>\n</ul>\n</li>\n<li>nsMediaId (string) - a NetSocial mediaId</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3>Options</h3>\n\n<ul>\n<li>returnedTimezone (string) - the timezone to return in the Post object<ul>\n<li>defaults to UTC</li>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Post object</p>\n","urlObject":{"path":["{{apiversion}}","personalizedContent","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb989968-4fce-428d-976f-385f23156df4"},{"name":"Post Set","id":"20bb7c8a-d905-45e6-ba0a-371bb65421f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountIds\": [\n        \"3591\"\n    ],\n    \"channelIds\": [],\n    \"services\": [\n        \"instagram\"\n    ],\n    \"queueTime\": \"now\",\n    \"content\": [\n        {\n            \"service\": \"default\",\n            \"body\": \"Mi Videos Amore\",\n            \"media\": [\n                { \"nsMediaId\": \"257011\", \"type\": \"nsMediaId\" },\n                { \"nsMediaId\": \"257111\", \"type\": \"nsMediaId\" }\n            ]\n        },\n        {\n            \"service\": \"instagram\",\n            \"body\": \"Mi Videos Amore\",\n            \"media\": [\n                { \"nsMediaId\": \"257011\", \"type\": \"nsMediaId\"  },\n                { \"nsMediaId\": \"257111\", \"type\": \"nsMediaId\" }\n            ]\n        }\n    ],\n    \"create\": 1,\n    \"publish\": 1,\n    \"includeDocket\": 1,\n    \"returnedTimezone\": \"America/New_York\",\n    \"groupIds\": [],\n    \"allowPersonalization\": 0,\n    \"accountType\": \"personal\",\n    \"ownerId\": 6876\n}"},"url":"{{url}}/{{apiversion}}/post/set/","description":"<p>Post content to social and notification services</p>\n<ul>\n<li><p>NOTE</p>\n<ul>\n<li><p>only supplied parameters are updated. A blank parameter will SET that parameter.</p>\n</li>\n<li><p>updates to channelIds or teamMemberIds made after a post is published will only apply to future posts in the ReQueue Schedule</p>\n</li>\n<li><p>updates to the Requeue Schedule should be made with /requeueSchedule/set/</p>\n<ul>\n<li>updates will not affect previously delivered items</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Parameters</p>\n<ul>\n<li><p>accountType (string, optional) - personal | company</p>\n<ul>\n<li><p>defaults to apikey type</p>\n</li>\n<li><p>can not be updated</p>\n</li>\n</ul>\n</li>\n<li><p>ownerId (integer, optional) — this is who created the content</p>\n<ul>\n<li><p>defaults to apikey user</p>\n</li>\n<li><p>content is assigned to this user, unless groups, team members or client ids are also specified. Be sure to add the current user to those parameters if that's what you intend!</p>\n</li>\n<li><p>can not be updated</p>\n</li>\n</ul>\n</li>\n<li><p>contentSourceId (integer, optional) - if from a content source</p>\n</li>\n<li><p>contentSourceLogId (integer, optional) - if from a content source</p>\n</li>\n<li><p>postId (integer, optional) - required to update an existing post</p>\n</li>\n<li><p>accountIds (array[integer], optional) - required on create if no channelIds or groupIds or contentPoolIds are specified</p>\n<ul>\n<li>accounts not belonging to the apikey owner are ONLY ALLOWED FOR EDITORS</li>\n</ul>\n</li>\n<li><p>channelIds (array[integer], optional) - required on create if no accountIds or groupIds or contentPoolIds are specified</p>\n<ul>\n<li>ONLY EDITORS MAY ASSIGN TO SHARED CHANNELS</li>\n</ul>\n</li>\n<li><p>groupIds (array[integer], optional) - required on create if no accountIds or channelIds or contentPoolIds are specified</p>\n<ul>\n<li>ONLY ALLOWED FOR EDITORS</li>\n</ul>\n</li>\n<li><p>contentPoolIds (array[integer], optional) - required on create if no accountIds or channelIds or groupIds are specified</p>\n<ul>\n<li><p>ONLY ALLOWED FOR CONTENT POOLS OWNED BY THIS CLIENT/USER</p>\n</li>\n<li><p>NOTE: can not be used in conjunction with accountIds,channelIds or groupIds</p>\n</li>\n<li><p>NOTE: if the Content Pool is 'ordered', the post is added as the last in order</p>\n<ul>\n<li>See: /contentPoolPostOrder/set</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>services (array[string], optional) - list of services to publish to</p>\n<ul>\n<li><p>this will filter accountIds, limiting them to only the services specified</p>\n</li>\n<li><p>special identifiers</p>\n<ul>\n<li><p>all → all connected services</p>\n</li>\n<li><p>all-content → all connected content services</p>\n</li>\n<li><p>all-notification → all connected notification services</p>\n</li>\n</ul>\n</li>\n<li><p>default is 'all-content'</p>\n</li>\n</ul>\n</li>\n<li><p><code>queueTime</code> (string) - date and time to deliver</p>\n<ul>\n<li><p>dateTime in the format YYYY-MM-DD HH:MM:SS Timezone</p>\n<ul>\n<li><p>For valid timezones, see Timezones Get</p>\n</li>\n<li><p>If omitted, the default timezone is UTC</p>\n</li>\n<li><p>On error, the current date/time and supplied queueTime will be returned in Epoch seconds.</p>\n</li>\n</ul>\n</li>\n<li><p>next - next available slot (at time of approval and publishing)</p>\n</li>\n<li><p>now - at time of approval and publishing</p>\n</li>\n<li><p>default on create is 'next'</p>\n</li>\n</ul>\n</li>\n<li><p>slotOnDate (date) - date to limit next slot to</p>\n<ul>\n<li><p>Note: used by the Content Pool Engine</p>\n</li>\n<li><p>ONLY ALLOWED FOR ENGINE ACCOUNTS</p>\n</li>\n</ul>\n</li>\n<li><p>slotOnObservanceId (integer) - id of an observance (like National Cake Day) - NOT IMPLEMENTED</p>\n</li>\n<li><p>requeueSchedule (array[objects], optional) - post again at scheduled times</p>\n<ul>\n<li><p>NOTE: untested!!</p>\n</li>\n<li><p>NOTE: for updates use requeueSchedule/set</p>\n</li>\n<li><p>requeues can not be scheduled beyond 1 year</p>\n</li>\n<li><p>requeue dates in the past are ignored</p>\n</li>\n<li><p>content can not be scheduled to requeue more than 30 times</p>\n</li>\n<li><p>default is to include in automatic reposts</p>\n<ul>\n<li><p>see doNotRepost below</p>\n</li>\n<li><p>on datetime</p>\n<ul>\n<li>{\"on\":\"2018-11-28 05:42 America/New_York\"}</li>\n</ul>\n</li>\n<li><p>relative to first post</p>\n<ul>\n<li>{\"relative\":{\"count\":\"1\",\"timeframe\":\"1 week\"}}<ul>\n<li><p>count(integer) - how many times to redeliver during the timeframe</p>\n<ul>\n<li><p>counts of \"1\" will be redelvered at the end of the timeframe</p>\n</li>\n<li><p>counts other than 1 will be equally spaced throughout the timeframe</p>\n</li>\n</ul>\n</li>\n<li><p>timeframe(string) - in what period</p>\n<ul>\n<li>space delimited integer 1-90 and unit: hour|day|week|month (plural unit is also valid, e.g hours)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>requeuePrefixPool (array[string], optional) - list of strings to randomly prefix post content</p>\n<ul>\n<li><p>default is ''</p>\n</li>\n<li><p>e.g. 'In case you missed it: ','A blast from the past: '</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>hashtagPool (array[string], optional) - list of hashtags to choose from</p>\n<ul>\n<li><p>randomly includes up to 3 in post and repost, depending on content length</p>\n</li>\n<li><p>original tags are not removed</p>\n</li>\n</ul>\n</li>\n<li><p>doNotRepost (integer, optional) - 0|1 - exclude entirely from automatic reposting</p>\n<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li><p>content (array[object], required) - the content to post</p>\n<ul>\n<li><p>service (string, required) - the service this entry is for</p>\n<ul>\n<li>a 'default' service is the only required entry; service specific entries are optional.</li>\n</ul>\n</li>\n<li><p>body (string, required) - the text to post</p>\n<ul>\n<li>can include client and teamMember variables<ul>\n<li>e.g. {{client.name}}</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>media (array[objects]) - list of medial objects</p>\n<ul>\n<li><p>media from the 'default' entry is used unless overridden here</p>\n</li>\n<li><p>type (string, required) - nsMediaId|none</p>\n<ul>\n<li>use 'none' to specify NOT to use media supplied in the default</li>\n</ul>\n</li>\n<li><p>nsMediaId (string) - a NetSocial mediaId</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>approvalNotes (string, optional) - notes about why a post was not approved</p>\n</li>\n<li><p>allowPersonalization (int, optional) - 0 | 1 flag for channel posts to allow channel subscribers who receive the post to customize the content</p>\n<ul>\n<li><p>default is 0 for channel post</p>\n</li>\n<li><p>default is 1 for personal account post</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li><p>create (integer, optional) - required to create a new post</p>\n</li>\n<li><p>publish (integer, optional) - -1|0|1|2 - publish this post</p>\n<ul>\n<li><p>default on create is 0</p>\n</li>\n<li><p>0 == save as a draft</p>\n</li>\n<li><p>-1 == request to publish denied</p>\n</li>\n<li><p>1 == request to publish</p>\n</li>\n<li><p>2 == make available to be published (content pools only)</p>\n</li>\n<li><p>if not specified in an update, status is left unchanged (it will be pending|draft|published|denied|available)</p>\n</li>\n</ul>\n</li>\n<li><p>includeDocket (integer, optional) - 0|1 - include the Docket object in the result</p>\n<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li><p>returnedTimezone (string) - the timezone to return in the Post object</p>\n<ul>\n<li><p>defaults to UTC</p>\n</li>\n<li><p>TIMEZONE (optional) format is the long form: e.g. America/New_York</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Post object</p>\n","urlObject":{"path":["{{apiversion}}","post","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"75016522-d2dc-4bf7-93cd-2272d39cc997","name":"Post Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"create\":\"1\",\n   \"postId\":\"\",\n   \"queueTime\":\"next\",\n   \"publish\":\"1\",\n   \"services\":[\"twitter\",\"linkedin\"],\n   \"content\":[{\"service\":\"default\",\"body\":\"Hello Wizarding World! https://www.netsocial.ai\"}],\n   \"includeDocket\":\"1\",\n   \"returnedTimezone\":\"America/New_York\",\n   \"requeueSchedule\":[{\"on\":\"2019-09-30 01:00:00 America/New_York\"}],\n   \"accountIds\":[\"23\",\"25\"]\n}"},"url":"{{url}}/{{apiversion}}/post/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 May 2019 12:31:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"578"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"431490"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/post/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/post/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"1.29473\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"contentSourceId\": \"\",\n            \"statsUpdated\": \"2019-05-08 12:31:34\",\n            \"services\": [\n                \"linkedin\",\n                \"twitter\"\n            ],\n            \"status\": \"published\",\n            \"content\": [\n                {\n                    \"body\": \"Hello Wizarding World! https://www.netsocial.ai\",\n                    \"text\": \"\",\n                    \"service\": \"default\"\n                },\n                {\n                    \"body\": \"Hello Wizarding World! https://www.netsocial.ai\",\n                    \"text\": \"\",\n                    \"service\": \"linkedin\"\n                },\n                {\n                    \"body\": \"Hello Wizarding World! https://www.netsocial.ai\",\n                    \"text\": \"\",\n                    \"service\": \"twitter\"\n                }\n            ],\n            \"doNotRepost\": \"0\",\n            \"hashtagPool\": [],\n            \"queueTime\": \"next\",\n            \"dockets\": [\n                {\n                    \"accountId\": \"23\",\n                    \"serviceOptions\": {},\n                    \"timeslotMapId\": \"2307\",\n                    \"deliveryStatus\": \"0\",\n                    \"approvalStatus\": \"1\",\n                    \"deliveryTimezone\": \"America/New_York\",\n                    \"serviceConnectionStatus\": \"1\",\n                    \"id\": \"142\",\n                    \"processingDate\": \"\",\n                    \"deliveryDatetime\": \"2019-05-08 10:54:00\",\n                    \"ownerId\": \"5\",\n                    \"postId\": \"51\",\n                    \"processing\": \"0\",\n                    \"accountType\": \"personal\",\n                    \"prefix\": \"\"\n                },\n                {\n                    \"accountId\": \"23\",\n                    \"serviceOptions\": {},\n                    \"timeslotMapId\": \"0\",\n                    \"deliveryStatus\": \"0\",\n                    \"approvalStatus\": \"1\",\n                    \"deliveryTimezone\": \"America/New_York\",\n                    \"serviceConnectionStatus\": \"1\",\n                    \"id\": \"143\",\n                    \"processingDate\": \"\",\n                    \"deliveryDatetime\": \"2019-09-30 01:00:00\",\n                    \"ownerId\": \"5\",\n                    \"postId\": \"51\",\n                    \"processing\": \"0\",\n                    \"accountType\": \"personal\",\n                    \"prefix\": \"\"\n                }\n            ],\n            \"requeueSchedule\": [\n                {\n                    \"on\": \"2019-09-30 01:00:00 America/New_York\",\n                    \"requeuePrefixPool\": [],\n                    \"id\": \"39\"\n                }\n            ],\n            \"accountIds\": [\n                \"23\",\n                \"25\"\n            ],\n            \"id\": \"51\",\n            \"channelIds\": [],\n            \"ownerId\": \"5\",\n            \"accountType\": \"personal\"\n        }\n    }\n}"}],"_postman_id":"20bb7c8a-d905-45e6-ba0a-371bb65421f5"},{"name":"Posts Get","id":"43550a96-c745-4346-869e-90b0dabf0e13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 754486\n}"},"url":"{{url}}/{{apiversion}}/posts/get/","description":"<p>Get a list of Posts</p>\n<ul>\n<li>Parameters<ul>\n<li><p>accountType (string, optional)</p>\n<ul>\n<li>defaults to the apikey account</li>\n</ul>\n</li>\n<li><p>ownerId (integer, optional)</p>\n<ul>\n<li>defaults to the apikey owner</li>\n</ul>\n</li>\n<li><p>Fiters:</p>\n<ul>\n<li><p>One of the following is required</p>\n<ul>\n<li><p>id (integer, optional) - the postId</p>\n</li>\n<li><p>ids (array[integer], optional) - list of postIds</p>\n</li>\n<li><p>accounts (array[integer], optional) - list of accountIds</p>\n</li>\n<li><p>channels (array[integer], optional) - list of channelIds</p>\n</li>\n<li><p>contentPools (array[integer], optional) - list of contentPoolIds</p>\n</li>\n<li><p>owners (array[object], optional) - list of owner objects</p>\n<ul>\n<li>owner object: {\"ownerId\":\"1\",\"acountType\":\"company\"}</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Optional:</p>\n<ul>\n<li><p>approvalStatus (string, optional) - pending|denied|approved - approval status</p>\n</li>\n<li><p>approvalType (string, optional) - content|delivery - required with approvalStatus</p>\n<ul>\n<li>default is post</li>\n</ul>\n</li>\n<li><p>queueDateRange (object, optional)</p>\n<ul>\n<li><p>startDate (required) - YYYY-MM-DD</p>\n</li>\n<li><p>endDate (required) - YYYY-MM-DD</p>\n</li>\n<li><p>timezone (optional)</p>\n<ul>\n<li>defaults to returnedTimezone</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>status (string, optional) - published|pending|draft|denied|available</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options:</p>\n<ul>\n<li><p>first (integer, optional) - the first record to return</p>\n<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li><p>perPage (integer, optional)</p>\n<ul>\n<li><p>defaults to 100</p>\n</li>\n<li><p>maximum is 500</p>\n</li>\n</ul>\n</li>\n<li><p>sortBy (string, optional) - one of 'id'|'queueTime'|'status'|'category'|'order'|'createDate'|'publishingOnDate'</p>\n<ul>\n<li><p>defaults to 'id'</p>\n</li>\n<li><p>'order' is only valid for requests containing contentPools</p>\n</li>\n</ul>\n</li>\n<li><p>order (string, optional) - 'ASC'|'DESC'</p>\n<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n<li><p>returnedTimezone (string) - the timezone to return in the Docket object</p>\n<ul>\n<li><p>defaults to UTC</p>\n</li>\n<li><p>TIMEZONE (optional) format is the long form: e.g. America/New_York</p>\n</li>\n</ul>\n</li>\n<li><p>includeDocket (integer, optional) - include Docket objects in the returned Post object</p>\n<ul>\n<li>personal | team</li>\n</ul>\n</li>\n<li><p>includeDeliveries (string, optional) - include Delivery objects in the returned Post object</p>\n<ul>\n<li>personal | team</li>\n</ul>\n</li>\n<li><p>includeDeliveryStats (integer, optional) - 0|1 - include Delivery statistics in the returned Delivery objects</p>\n<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li><p>includePostStats (string, optional) - include Post statistics</p>\n<ul>\n<li>personal | team</li>\n</ul>\n</li>\n<li><p>noPreviews (integer, optional) - 0|1 - don't include link previews</p>\n<ul>\n<li>default 0</li>\n</ul>\n</li>\n<li><p>includeAccounts (string, optional) - one of 'subscription' | 'docket'. Include accountIds in post object.</p>\n<ul>\n<li><p>defaults to 'docket'</p>\n</li>\n<li><p>includeAccounts indicates what method the API should use to check for accountIds associated with a post. 'subscription' is used for getting accounts associated with a post that has an approval. 'docket' is used for getting accounts associated with a scheduled post with a docket.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns paging parameters and a list of Post objects</p>\n","urlObject":{"path":["{{apiversion}}","posts","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d3c6f6ec-7962-4e44-8cae-7c226820788a","name":"Posts Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\",\n    \"ownerId\":[\"6\"],\n    \"accountType\":\"personal\",\n    \"includeDocket\":\"1\",\n    \"returnedTimezone\":\"America/New_York\",\n    \"sortBy\":\"id\",\n    \"order\":\"DESC\"\n}"},"url":"{{url}}/{{apiversion}}/posts/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Dec 2018 17:32:48 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"624"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"369929"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/posts/get/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/posts/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.049848\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"dockets\": [\n                {\n                    \"categoryId\": \"0\",\n                    \"clientIds\": [],\n                    \"teamMemberIds\": [],\n                    \"status\": \"published\",\n                    \"content\": [\n                        {\n                            \"text\": \"Hello Wizarding World!\",\n                            \"service\": \"default\"\n                        },\n                        {\n                            \"text\": \"Hello Wizarding World!\",\n                            \"service\": \"linkedin\"\n                        },\n                        {\n                            \"text\": \"Hello Wizarding World!\",\n                            \"service\": \"twitter\"\n                        }\n                    ],\n                    \"queueTime\": \"next\",\n                    \"id\": \"8\",\n                    \"services\": [\n                        \"linkedin\",\n                        \"twitter\"\n                    ],\n                    \"doNotRepost\": \"0\",\n                    \"hashtagPool\": [],\n                    \"feedsourceId\": \"\",\n                    \"groupIds\": [],\n                    \"requeueSchedule\": [],\n                    \"relatedDockets\": [\n                        {\n                            \"serviceOptions\": {},\n                            \"timeslotMapId\": \"70\",\n                            \"deliveryStatus\": \"0\",\n                            \"service\": \"twitter\",\n                            \"approvalStatus\": \"0\",\n                            \"deliveryTimezone\": \"America/New_York\",\n                            \"serviceConnectionStatus\": \"0\",\n                            \"id\": \"50\",\n                            \"ownerId\": \"6\",\n                            \"postId\": \"8\",\n                            \"deliveryDatetime\": \"2018-12-06 13:48:00\",\n                            \"accountType\": \"personal\",\n                            \"prefix\": \"\"\n                        },\n                        {\n                            \"serviceOptions\": {},\n                            \"timeslotMapId\": \"2\",\n                            \"deliveryStatus\": \"0\",\n                            \"service\": \"linkedin\",\n                            \"approvalStatus\": \"0\",\n                            \"deliveryTimezone\": \"America/New_York\",\n                            \"serviceConnectionStatus\": \"0\",\n                            \"id\": \"49\",\n                            \"ownerId\": \"6\",\n                            \"postId\": \"8\",\n                            \"deliveryDatetime\": \"2018-12-06 19:36:00\",\n                            \"accountType\": \"personal\",\n                            \"prefix\": \"\"\n                        }\n                    ],\n                    \"ownerId\": \"6\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"categoryId\": \"\",\n                    \"clientIds\": [],\n                    \"teamMemberIds\": [],\n                    \"status\": \"draft\",\n                    \"content\": [\n                        {\n                            \"text\": \"Hello Social World!\",\n                            \"service\": \"default\"\n                        },\n                        {\n                            \"text\": \"Hello Social World!\",\n                            \"service\": \"linkedin\"\n                        },\n                        {\n                            \"text\": \"Hello Social World!\",\n                            \"service\": \"twitter\"\n                        }\n                    ],\n                    \"queueTime\": \"now\",\n                    \"id\": \"7\",\n                    \"services\": [],\n                    \"doNotRepost\": \"0\",\n                    \"hashtagPool\": [],\n                    \"feedsourceId\": \"\",\n                    \"groupIds\": [],\n                    \"requeueSchedule\": [],\n                    \"relatedDockets\": [],\n                    \"ownerId\": \"6\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"categoryId\": \"\",\n                    \"clientIds\": [],\n                    \"teamMemberIds\": [],\n                    \"status\": \"draft\",\n                    \"content\": [\n                        {\n                            \"text\": \"Hello Social World!\",\n                            \"service\": \"default\"\n                        },\n                        {\n                            \"text\": \"Hello Social World!\",\n                            \"service\": \"linkedin\"\n                        },\n                        {\n                            \"text\": \"Hello Social World!\",\n                            \"service\": \"twitter\"\n                        }\n                    ],\n                    \"queueTime\": \"now\",\n                    \"id\": \"6\",\n                    \"services\": [],\n                    \"doNotRepost\": \"0\",\n                    \"hashtagPool\": [],\n                    \"feedsourceId\": \"\",\n                    \"groupIds\": [],\n                    \"requeueSchedule\": [],\n                    \"relatedDockets\": [],\n                    \"ownerId\": \"6\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"categoryId\": \"\",\n                    \"clientIds\": [],\n                    \"teamMemberIds\": [],\n                    \"status\": \"draft\",\n                    \"content\": [\n                        {\n                            \"text\": \"Hello Social World!\",\n                            \"service\": \"default\"\n                        },\n                        {\n                            \"text\": \"Hello Social World!\",\n                            \"service\": \"linkedin\"\n                        },\n                        {\n                            \"text\": \"Hello Social World!\",\n                            \"service\": \"twitter\"\n                        }\n                    ],\n                    \"queueTime\": \"now\",\n                    \"id\": \"5\",\n                    \"services\": [],\n                    \"doNotRepost\": \"0\",\n                    \"hashtagPool\": [],\n                    \"feedsourceId\": \"\",\n                    \"groupIds\": [],\n                    \"requeueSchedule\": [],\n                    \"relatedDockets\": [],\n                    \"ownerId\": \"6\",\n                    \"accountType\": \"personal\"\n                },\n                {\n                    \"categoryId\": \"\",\n                    \"clientIds\": [],\n                    \"teamMemberIds\": [],\n                    \"status\": \"draft\",\n                    \"content\": [\n                        {\n                            \"text\": \"Hello Social World!\",\n                            \"service\": \"default\"\n                        },\n                        {\n                            \"text\": \"Hello Social World!\",\n                            \"service\": \"twitter\"\n                        },\n                        {\n                            \"text\": \"Hello Social World!\",\n                            \"service\": \"linkedin\"\n                        }\n                    ],\n                    \"queueTime\": \"now\",\n                    \"id\": \"4\",\n                    \"services\": [],\n                    \"doNotRepost\": \"0\",\n                    \"hashtagPool\": [],\n                    \"feedsourceId\": \"\",\n                    \"groupIds\": [],\n                    \"requeueSchedule\": [],\n                    \"relatedDockets\": [],\n                    \"ownerId\": \"6\",\n                    \"accountType\": \"personal\"\n                }\n            ],\n            \"paging\": {\n                \"next\": 0,\n                \"count\": \"5\",\n                \"first\": \"0\",\n                \"perPage\": \"100\"\n            }\n        }\n    }\n}"}],"_postman_id":"43550a96-c745-4346-869e-90b0dabf0e13"},{"name":"RequeueSchedule Set","id":"0e1c4318-f919-4858-bc96-33e4a8eb9399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"postId\":\"16\",\n    \"ownerId\":\"6\",\n    \"accountType\":\"personal\",\n    \"requeueSchedule\":[{\"remove\":\"all\"}]\n}"},"url":"{{url}}/{{apiversion}}/requeueSchedule/set/","description":"<p>Modify a Post's requeueSchedule</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - the postId</li>\n<li>accountType (string, optional)<ul>\n<li>defaults to the apikey account</li>\n</ul>\n</li>\n<li>ownerId (integer, optional)<ul>\n<li>defaults to the apikey owner</li>\n</ul>\n</li>\n<li>requeueSchedule (array[objects]) - post again at scheduled times<ul>\n<li>shcedule objects with an id attribute are updated</li>\n<li>schedule objects without an id are added</li>\n<li>requeues can not be scheduled beyond 1 year</li>\n<li>requeue dates in the past are ignored</li>\n<li>content can not be scheduled to requeue more than 30 times<ul>\n<li>on datetime<ul>\n<li>{\"on\":\"2018-11-28 05:42 America/New_York\"}</li>\n</ul>\n</li>\n<li>relative to first post<ul>\n<li>{\"relative\":{\"count\":\"1\",\"timeframe\":\"1 week\"}}<ul>\n<li>count(integer) - how many times to redeliver during the timeframe<ul>\n<li>counts of \"1\" will be redelvered at the end of the timeframe</li>\n<li>counts other than 1 will be equally spaced throughout the timeframe</li>\n</ul>\n</li>\n<li>timeframe(string) - in what period<ul>\n<li>space delimited integer 1-90 and unit: hour|day|week|month (plural unit is also valid, e.g hours)</li>\n<li></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>remove<ul>\n<li>{\"remove\":\"234\"} - removes the indicated queue entry</li>\n<li>options<ul>\n<li>use keyword \"all\" to delete all entries<ul>\n<li>{\"remove\":\"all\"}</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>requeuePrefixPool (array[string], optional) - list of strings to randomly prefix post content<ul>\n<li>default is ''</li>\n<li>e.g. 'In case you missed it: ','A blast from the past: '</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>options<ul>\n<li>returnedTimezone (string) - the timezone to return in the Post object<ul>\n<li>defaults to UTC</li>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York</li>\n</ul>\n</li>\n<li>includeDocket (integer, optional) - 0|1 - include Docket objects in the returned Post object<ul>\n<li>default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Post object</p>\n","urlObject":{"path":["{{apiversion}}","requeueSchedule","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d0e6b529-eeee-457b-871c-6003c3d1da80","name":"RequeueSchedule Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"postId\":\"16\",\n    \"ownerId\":\"6\",\n    \"accountType\":\"personal\",\n    \"requeueSchedule\":[{\"remove\":\"all\"}]\n}"},"url":"{{url}}/{{apiversion}}/requeueSchedule/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Dec 2018 19:03:35 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"356"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"468500"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/requeueSchedule/set/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/requeueSchedule/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.031226\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"categoryId\": \"0\",\n            \"clientIds\": [],\n            \"services\": [\n                \"linkedin\",\n                \"twitter\"\n            ],\n            \"teamMemberIds\": [],\n            \"status\": \"published\",\n            \"content\": [\n                {\n                    \"text\": \"Hello Wizarding World!\",\n                    \"service\": \"default\"\n                },\n                {\n                    \"text\": \"Hello Wizarding World!\",\n                    \"service\": \"linkedin\"\n                },\n                {\n                    \"text\": \"Hello Wizarding World!\",\n                    \"service\": \"twitter\"\n                }\n            ],\n            \"doNotRepost\": \"0\",\n            \"hashtagPool\": [],\n            \"queueTime\": \"next\",\n            \"groupIds\": [],\n            \"feedsourceId\": \"\",\n            \"requeueSchedule\": [],\n            \"id\": \"16\",\n            \"ownerId\": \"6\",\n            \"accountType\": \"personal\"\n        }\n    }\n}"}],"_postman_id":"0e1c4318-f919-4858-bc96-33e4a8eb9399"}],"id":"0b518844-9953-4a08-aaec-5b2f0b7c1f71","description":"<p>Post content to social and notification services</p>\n<p>When a Post is created or updated, the scheduling options are parsed and individual service entries lodged to the Docket if the status is 'publish'.</p>\n<p>If the Post is submitted with a status of 'draft', no Docket entries are created.</p>\n<p>If the Post is submitted with a status of 'publish', but the content requires approval, it is set to pending and no Docket entries are created. xstatus in the result will be 'pending approval'</p>\n<p>When Docket entries are created, any entires for accounts that require approval to publish are set to 'pending'. </p>\n<p>Updating a Post will rebuild the Docket entries if necessary, which could result in entries being removed. Only Docket entries in the future will be modified. This allows reposting queues and content to be modified, even after some Docket entries have been delivered. </p>\n<p>Once created, the following can not be altered:</p>\n<ul>\n<li>accountType</li>\n<li>ownerId</li>\n<li>postId</li>\n<li>contentSourceId</li>\n<li>contentSourceLogId</li>\n</ul>\n<p>Once published, the following can not be altered:</p>\n<ul>\n<li>queueTime can not be altered</li>\n<li>updates to groupIds, clientIds and teamMemberIds will only apply to future posts in the ReQueue Schedule</li>\n<li>updates to the Requeue Schedule will not affect previously delivered items</li>\n</ul>\n<p>A note about Post content: the default content should be built for the most restrictive service so that the content won't be arbitrarily truncated. Service content parameters can be pulled from the getServiceInfo endpoint. If all content does not validate, the post willbe created with a status of 'draft', xstatus will be set to 'content errors' and details returned in contentErrors.</p>\n<ul>\n<li>Post Object<ul>\n<li>accountType (string, optional) - personal | company<ul>\n<li>defaults to apikey type</li>\n</ul>\n</li>\n<li>ownerId (integer, optional) — this is who created the content<ul>\n<li>defaults to apikey user</li>\n<li>content is assigned to this user<ul>\n<li>groups, team members and client ids override this so be sure to add the current user to those vars if that's what you intend!</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>contentSourceId (integer, optional) - if from a contentSource</li>\n<li>contentSourceLogId (integer, optional) - if from a contentSource</li>\n<li>postId (integer, optional) - required to edit</li>\n<li>create (integer, optional) - required to create a new post</li>\n<li>accountIds (array[integer], optional) - required to create a new post</li>\n<li>channelIds (array[integer], optional) - required to create a new post</li>\n<li>groupIds (array[integer], optional) - required to create a new post</li>\n<li>createDate (date) - the date the post was created</li>\n<li>status (string, optional) - published|pending|draft|denied|available<ul>\n<li>defaults to draft</li>\n<li>personal accounts, and those without approvals enabled, only have draft and publish options</li>\n<li>NOTE; the status of 'published' is set by the system after a post has been sucessfully processed.</li>\n<li>NOTE: the status of 'available' is only valid for content pools</li>\n</ul>\n</li>\n<li>services (array[string], optional) - list of services to publish to<ul>\n<li>special identifiers<ul>\n<li>all → all connected services</li>\n<li>all-content → all connected content services</li>\n<li>all-notification → all connected notification services</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>queueTime (string) - date and time to deliver<ul>\n<li>think about notifications delivered days or weeks ahead of content</li>\n</ul>\n<ul>\n<li>default is next available slot</li>\n<li>specific date/time</li>\n<li>now</li>\n</ul>\n</li>\n<li>pulishingOnDate (date) - read only value of when the dockets for the post were created; approximates when the post is shared</li>\n<li>requeueSchedule (array[objects], optional) - post again at scheduled times<ul>\n<li>default is to include in automatic reposts<ul>\n<li>see doNotRepost below</li>\n</ul>\n</li>\n<li>requeues can not be scheduled beyond 1 year</li>\n<li>content can not be scheduled to requeue more than 30 times<ul>\n<li>on datetime<ul>\n<li>{\"on\":\"2018-11-28 05:42 America/New_York\"}</li>\n</ul>\n</li>\n<li>relative to first post<ul>\n<li>{\"relative\":{\"count\":\"1\",\"timeframe\":\"1 week\"}}<ul>\n<li>count(integer) - how many times to redeliver during the timeframe<ul>\n<li>counts of \"1\" will be redelvered at the end of the timeframe</li>\n<li>counts other than 1 will be equally spaced throughout the timeframe</li>\n</ul>\n</li>\n<li>timeframe(string) - in what period<ul>\n<li>space delimited integer [1-90] and unit [hour,day,week,month]</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>requeuePrefixPool (array[string], optional) - list of strings strings to randomly prefix post content<ul>\n<li>default is ''</li>\n<li>e.g. 'In case you missed it: ','A blast from the past: '</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>hashtagPool (array[string], optional) - list of hashtags to choose from<ul>\n<li>randomly includes up to 3 in post and repost, depending on content length</li>\n<li>original tags are not removed</li>\n</ul>\n</li>\n<li>doNotRepost (integer, optional) - 0|1 - exclude entirely from automatic reposting<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>content (array[object], required) - the content to post<ul>\n<li>returned content objects are assigned an id</li>\n<li>service (string, required) - the service this entry is for<ul>\n<li>a 'default' service is the only required entry for content services</li>\n<li>body (string, required) - the text to post<ul>\n<li>can include client and teamMember variables<ul>\n<li>e.g. {{client.name}}</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>media (array[objects]) - list of medial objects<ul>\n<li>type (string, required) - nsMediaId|none<ul>\n<li>use 'none' to specify NOT to use media supplied in the default</li>\n</ul>\n</li>\n<li>nsMediaId (string)</li>\n<li>resourceUrl (string) - url to the media resource</li>\n</ul>\n</li>\n<li>linkPreviews (array[objects]) - list of link preview objects<ul>\n<li>title</li>\n<li>description</li>\n<li>image</li>\n<li>url</li>\n<li>shortlink</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>customContent (array[object], required) - the version of content specific to the owner making the request<ul>\n<li>NOTE: NOT YET IMPLEMENTED</li>\n<li>returned content objects are assigned an id</li>\n<li>service (string, required) - the service this entry is for<ul>\n<li>a 'default' service is the only required entry for content services</li>\n<li>body (string, required) - the text to post</li>\n<li>media (array[objects]) - list of medial objects<ul>\n<li>type (string, required) - nsMediaId|none<ul>\n<li>use 'none' to specify NOT to use media supplied in the default</li>\n</ul>\n</li>\n<li>nsMediaId (string)</li>\n<li>resourceUrl (string) - url to the media resource</li>\n</ul>\n</li>\n<li>linkPreviews (array[objects]) - list of link preview objects<ul>\n<li>title</li>\n<li>description</li>\n<li>image</li>\n<li>url</li>\n</ul>\n</li>\n<li>linkUrls (array[string]) - list of urls</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>dockets (array[object]) - a list of related Docket objects</li>\n<li>deliveries (array[object]) - a list of related Delivery objects</li>\n<li>statistics (object) - a Post statistics object</li>\n<li>contentErrors (array[object) - a list of service content with errors<ul>\n<li>service (string)</li>\n<li>error (string)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"da82e56b-2a7f-4679-9b15-29b7ce5b4652","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec39cd8e-d643-457a-a0b2-7cdcb92590fa","type":"text/javascript","exec":[""]}}],"_postman_id":"0b518844-9953-4a08-aaec-5b2f0b7c1f71"},{"name":"Queue","item":[{"name":"Queue Status Set","id":"da778765-062f-4b2d-ace0-1ab64c37504a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \n}"},"url":"{{url}}/{{apiversion}}/queueStatus/set/","description":"<p>Start or Stop Delivery Queues</p>\n<p>This is a global halt on delivery queues for all accounts associated with the clientId.</p>\n<p>When called, an inApp notification is sent to all team members and the clientObject is updated to queueStopped:1</p>\n<ul>\n<li>Parameters<ul>\n<li>clientId (integer, optional)<ul>\n<li>defaults to apikey owner's clientID</li>\n</ul>\n</li>\n<li>action (string) - start|stop</li>\n<li>message (string, optional) - a message describing the reason for stopping the queue</li>\n</ul>\n</li>\n</ul>\n<p>Returns a queue status object.</p>\n","urlObject":{"path":["{{apiversion}}","queueStatus","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"da778765-062f-4b2d-ace0-1ab64c37504a"}],"id":"82fc94ea-d339-4e26-961e-cb24c4216371","_postman_id":"82fc94ea-d339-4e26-961e-cb24c4216371","description":""},{"name":"Reporting","item":[{"name":"Preformance Overview Get","id":"2ebb3bda-dde6-440e-b383-257fc8fa8c13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"period\":\"7\",\n    \"teamview\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/performanceOverview/get/","description":"<p>Performance Overview Report</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>ownerId (integer, optional) - default is the apikey ownerId</li>\n<li>accountType (string, optional) - default is the apikey accountType</li>\n<li>NOTE: to get the performane overview of a company, submit the companyId</li>\n<li>view (string, optional) - personal | company | organization<ul>\n<li>defaults to personal</li>\n<li>organization = company + personal data</li>\n</ul>\n</li>\n<li>period (integer, optional) - past 7|30|60|90 days<ul>\n<li>defaults to 7</li>\n</ul>\n</li>\n<li>accountService (array[string], optional) - facebook | linkedin | instagram</li>\n<li>startDate (string, optional) - YYYY-MM-DD HH:MM:SS</li>\n<li>endDate (string, optional) - YYYY-MM-DD HH:MM:SS</li>\n<li>clientFilter (int, optional) - clientId to filter by for agency and master franchise users <ul>\n<li>defaults to organization view</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Returns</p>\n<ul>\n<li>period</li>\n<li>accounts - number of active social accounts<ul>\n<li>current</li>\n<li>previous</li>\n<li>change</li>\n<li>indication - positive|negative</li>\n</ul>\n</li>\n<li>deliveries<ul>\n<li>current</li>\n<li>previous</li>\n<li>change</li>\n<li>indication - positive|negative</li>\n</ul>\n</li>\n<li>clicks<ul>\n<li>current</li>\n<li>previous</li>\n<li>change</li>\n<li>indication - positive|negative</li>\n</ul>\n</li>\n<li>likes<ul>\n<li>current</li>\n<li>previous</li>\n<li>change</li>\n<li>indication - positive|negative</li>\n</ul>\n</li>\n<li>shares<ul>\n<li>current</li>\n<li>previous</li>\n<li>change</li>\n<li>indication - positive|negative</li>\n</ul>\n</li>\n<li>impressions<ul>\n<li>current</li>\n<li>previous</li>\n<li>change</li>\n<li>indication - positive|negative</li>\n</ul>\n</li>\n<li>value<ul>\n<li>current</li>\n<li>previous</li>\n<li>change</li>\n<li>indication - positive|negative</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","performanceOverview","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"031bacf6-991b-4a72-83c5-de7c251d37ca","name":"Preformance Overview Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"period\":\"7\",\n    \"teamview\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/performanceOverview/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Sep 2019 15:06:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"298"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"429879"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"60955d6829b8c64aeb8afa66c636b99c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/performanceOverview/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/performanceOverview/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.021376\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"shares\": {\n                \"previous\": \"9\",\n                \"change\": \"100.00%\",\n                \"indication\": \"negative\",\n                \"current\": \"0\"\n            },\n            \"clicks\": {\n                \"previous\": \"8\",\n                \"change\": \"100.00%\",\n                \"indication\": \"negative\",\n                \"current\": \"0\"\n            },\n            \"period\": \"7\",\n            \"value\": {\n                \"previous\": \"12.45\",\n                \"change\": \"100.00%\",\n                \"indication\": \"negative\",\n                \"current\": \"0.00\"\n            },\n            \"impressions\": {\n                \"previous\": \"45\",\n                \"change\": \"100.00%\",\n                \"indication\": \"negative\",\n                \"current\": \"0\"\n            },\n            \"deliveries\": {\n                \"previous\": \"30\",\n                \"change\": \"-100.00%\",\n                \"indication\": \"negative\",\n                \"current\": \"0\"\n            },\n            \"likes\": {\n                \"previous\": \"7\",\n                \"change\": \"100.00%\",\n                \"indication\": \"negative\",\n                \"current\": \"0\"\n            },\n            \"accounts\": {\n                \"previous\": \"0\",\n                \"change\": \"100.00%\",\n                \"indication\": \"positive\",\n                \"current\": \"29\"\n            }\n        }\n    }\n}"}],"_postman_id":"2ebb3bda-dde6-440e-b383-257fc8fa8c13"},{"name":"Delivery Preformance Get","id":"ab2fa081-1e9d-4dd1-956b-826b055b8e33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"period\":\"30\",\n    \"perPage\":\"3\"\n}"},"url":"{{url}}/{{apiversion}}/deliveryPerformance/get/","description":"<p>Delivery Performance Report</p>\n<p>Gather the best performing posts for the period.</p>\n<ul>\n<li>Parameters<ul>\n<li>ownerId (integer, optional) - default is the apikey ownerId</li>\n<li>accountType (string, optional) - default is the apikey accountType</li>\n<li>period (integer, optional) - past 7|30|60|90 days<ul>\n<li>defaults to 7</li>\n</ul>\n</li>\n<li>view (string, optional) - personal | company | organization<ul>\n<li>defaults to personal</li>\n<li>organization = company + personal stats</li>\n</ul>\n</li>\n<li>clientFilter (int, optional) - clientId to filter by for agency and master franchise users <ul>\n<li>organization view only param</li>\n</ul>\n</li>\n<li>accountService (array[string], optional) - facebook | linkedin | instagram</li>\n<li>startDate (string, optional) - YYYY-MM-DD HH:MM:SS </li>\n<li>endDate (string, optional) - YYYY-MM-DD HH:MM:SS</li>\n<li>Options:<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 5</li>\n<li>maximum is 50</li>\n</ul>\n</li>\n<li>returnedTimezone (string) - the timezone to return in the Docket object<ul>\n<li>defaults to UTC</li>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns paging parameters and a list of Post objects</p>\n","urlObject":{"path":["{{apiversion}}","deliveryPerformance","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab2fa081-1e9d-4dd1-956b-826b055b8e33"},{"name":"Timeseries get","id":"c0c24c25-1110-4715-ba80-35a0b7cc238d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\":[\"earnedValue\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/{{apiversion}}/timeseries/get/","description":"<p>Returns delivery stats compared to the previous period and are indexed by period\nEX) Stats requested from </p>\n<ul>\n<li>params<ul>\n<li>ownerId (int)<ul>\n<li>defaults to the apikey owner</li>\n</ul>\n</li>\n<li>accountType (string)<ul>\n<li>defaults to the apikey account</li>\n</ul>\n</li>\n<li>type (array[string], required) - earnedValue | likes | shares | clicks | impressions</li>\n<li>startDate (string, required) - YYYY-MM-DD</li>\n<li>endDate (string, required) - YYYY-MM-DD</li>\n<li>returnedTimezone (string, optional) - the timezone to return<ul>\n<li>TIMEZONE format is the long form: e.g. America/New_York</li>\n<li>Default is UTC</li>\n</ul>\n</li>\n<li>accountService (array[string], optional) - facebook | linkedin | instagram</li>\n<li>view (string, optional) - personal | company | organization<ul>\n<li>defaults to personal</li>\n<li>organization = company + personal stats</li>\n</ul>\n</li>\n<li>clientFilter (int, optional) - clientId to filter by for agency and master franchise users <ul>\n<li>organization view only param</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","timeseries","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0c24c25-1110-4715-ba80-35a0b7cc238d"},{"name":"Stats Export Get","id":"5aedfa87-c2fc-47ff-9e9b-d88b5651fbd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"type\":[\"earnedValue\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/{{apiversion}}/statsExport/get/","description":"<ul>\n<li>Parameters<ul>\n<li>startDate (string, required) - YYYY-MM-DD</li>\n<li>endDate (string, required) - YYYY-MM-DD</li>\n<li>accountService (array[string], optional) - facebook | linkedin | twitter<ul>\n<li>defaults to all</li>\n</ul>\n</li>\n<li>format (string, optional) - excel | pdf | csv | email<ul>\n<li>defaults to csv</li>\n</ul>\n</li>\n<li>order (string, optional) - deliveryDateAsc | deliveryDateDesc | earnedValue<ul>\n<li>defaults to deliveryDateAsc</li>\n</ul>\n</li>\n<li>view (string, optional) - personal | company | organization<ul>\n<li>defaults to personal</li>\n<li>organization = company + personal stats</li>\n</ul>\n</li>\n<li>teamIds (array[integer], optional) - a list of Team Ids<ul>\n<li>only used if view is organization </li>\n<li>defaults to return all team members</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Options<ul>\n<li>compare (integer, optional) - 0|1 <ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>compareMethod (string, required if compare == 1) - custom | previousYear | previousPeriod<ul>\n<li>previousYear spans: startDate - 360 days --&gt; startDate</li>\n</ul>\n</li>\n<li>compareStartDate (string, required if compareMethod == custom) - YYYY-MM-DD</li>\n<li>compareEndDate (string, required if compareMethod == custom) - YYYY-MM-DD</li>\n<li>comparePeriod (string, optional but used if compareMethod == previousPeriod) - 30 | 60 | 90<ul>\n<li>defaults to 30</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","statsExport","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5aedfa87-c2fc-47ff-9e9b-d88b5651fbd8"},{"name":"Billing Report","id":"25d72098-bd28-4ab3-99be-2f659332e953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/{{apiversion}}/billingReport/get","description":"<p>Returns object that includes client name, deliveries (last 30 days), active team members (not deleted, includes paused)</p>\n<ul>\n<li>Parameters<ul>\n<li>id (int, required) agency id <ul>\n<li>defaults to the client's parent agencyId</li>\n</ul>\n</li>\n<li>filters:<ul>\n<li>tmsWithDeliveries (int) - 0 | 1 - team members that have delivered content in the past 30 days</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","billingReport","get"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"25d72098-bd28-4ab3-99be-2f659332e953"}],"id":"c095c9ea-4cb0-41ec-bf41-36303ce52aad","_postman_id":"c095c9ea-4cb0-41ec-bf41-36303ce52aad","description":""},{"name":"Reports","item":[{"name":"Process Queue","id":"4de439e3-8fc5-4a8a-ba20-c1c05a1e0f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"5002\",\n    \"reportType\": \"usage_report_user\"\n}\n\n"},"url":"{{url}}/{{apiversion}}/processQueue/","description":"<p>Process Queue Report</p>\n<ul>\n<li>Parameters<ul>\n<li>clientId (integer, required) - default is the apikey clientId</li>\n<li>reportType (string, optional) - default is the apikey accountType</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","processQueue",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6066bf46-41ff-4f73-8e33-46e131bde108","name":"Preformance Overview Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"period\":\"7\",\n    \"teamview\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/performanceOverview/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Sep 2019 15:06:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"298"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"429879"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"60955d6829b8c64aeb8afa66c636b99c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/performanceOverview/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/performanceOverview/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.021376\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"shares\": {\n                \"previous\": \"9\",\n                \"change\": \"100.00%\",\n                \"indication\": \"negative\",\n                \"current\": \"0\"\n            },\n            \"clicks\": {\n                \"previous\": \"8\",\n                \"change\": \"100.00%\",\n                \"indication\": \"negative\",\n                \"current\": \"0\"\n            },\n            \"period\": \"7\",\n            \"value\": {\n                \"previous\": \"12.45\",\n                \"change\": \"100.00%\",\n                \"indication\": \"negative\",\n                \"current\": \"0.00\"\n            },\n            \"impressions\": {\n                \"previous\": \"45\",\n                \"change\": \"100.00%\",\n                \"indication\": \"negative\",\n                \"current\": \"0\"\n            },\n            \"deliveries\": {\n                \"previous\": \"30\",\n                \"change\": \"-100.00%\",\n                \"indication\": \"negative\",\n                \"current\": \"0\"\n            },\n            \"likes\": {\n                \"previous\": \"7\",\n                \"change\": \"100.00%\",\n                \"indication\": \"negative\",\n                \"current\": \"0\"\n            },\n            \"accounts\": {\n                \"previous\": \"0\",\n                \"change\": \"100.00%\",\n                \"indication\": \"positive\",\n                \"current\": \"29\"\n            }\n        }\n    }\n}"}],"_postman_id":"4de439e3-8fc5-4a8a-ba20-c1c05a1e0f58"}],"id":"1ae9c43f-d912-42c9-acf4-e3e7af5772a1","_postman_id":"1ae9c43f-d912-42c9-acf4-e3e7af5772a1","description":""},{"name":"Resources","item":[{"name":"Resources Get","id":"b1a47201-9e80-40db-baca-99dacb14a8f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"connectionId\": 343,\n\t\"type\":\"page\",\n\t\"includeNativeResponse\":1\n}"},"url":"{{url}}/{{apiversion}}/resources/get/","description":"<p>Retrieve a list of Resources available for a Connection</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>connectionId (required)</li>\n<li>type (string, optional. Defaults to profile)<ul>\n<li>type of resources to get (page, group, profile)</li>\n</ul>\n</li>\n<li>includeNativeResponse (integer) 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n<li>only available for types [page,group]</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Resource objects</p>\n","urlObject":{"path":["{{apiversion}}","resources","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"49338576-a10c-44f9-88a2-350e8b6c7c71","name":"Resources Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"connectionId\": 24,\n\t\"type\":\"profile\",\n\t\"includeNativeResponse\":1\n}"},"url":"{{url}}/{{apiversion}}/resources/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 May 2019 23:44:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1062"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"535644"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/resources/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/resources/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.391824\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"accessToken\": \"\",\n                \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                \"name\": \"William Bit\",\n                \"description\": \"Hello, World\",\n                \"email\": \"engineering@test.com\",\n                \"nativeResponse\": {},\n                \"id\": 1009512914074636288,\n                \"screen_name\": \"GroupHaley\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b1a47201-9e80-40db-baca-99dacb14a8f2"},{"name":"Type Ahead Folowers Get","id":"2be41a51-03a1-4f6e-8e41-78fde2616740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"debug\" : 1,\n    \"keywords\": \"lac\",\n\t\"accountId\": 3561\n}"},"url":"{{url}}/{{apiversion}}/typeAheadFollowers/get/","description":"<p>Retrieve a list of type ahead folllowers available for an account id</p>\n<ul>\n<li>Parameters<ul>\n<li><p>accountId (required)</p>\n</li>\n<li><p>keywords (required, string) - keywords to search for</p>\n</li>\n<li><p>type (string, optional. Defaults to page)</p>\n<ul>\n<li>type of resources to get folowers from(page, group, profile)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of follower objects</p>\n","urlObject":{"path":["{{apiversion}}","typeAheadFollowers","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1b694ad8-eb07-4660-8091-2b2209ee4923","name":"Resources Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"connectionId\": 24,\n\t\"type\":\"profile\",\n\t\"includeNativeResponse\":1\n}"},"url":"{{url}}/{{apiversion}}/resources/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 May 2019 23:44:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1062"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"535644"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/resources/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/resources/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.391824\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"accessToken\": \"\",\n                \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1016671600781824005/gHjU1bjJ_normal.jpg\",\n                \"name\": \"William Bit\",\n                \"description\": \"Hello, World\",\n                \"email\": \"engineering@test.com\",\n                \"nativeResponse\": {},\n                \"id\": 1009512914074636288,\n                \"screen_name\": \"GroupHaley\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2be41a51-03a1-4f6e-8e41-78fde2616740"}],"id":"b7449827-757f-4a56-b566-65dd79c625a9","description":"<p>Resources are the different types of accounts that can be added under a given connection. They can be a profile, page, or group.</p>\n<ul>\n<li>Resource Identifiers:<ul>\n<li>Facebook<ul>\n<li>Profile</li>\n<li>Page</li>\n<li>Group</li>\n</ul>\n</li>\n<li>Twitter<ul>\n<li>Profile</li>\n</ul>\n</li>\n<li>LinkedIn<ul>\n<li>Profile</li>\n<li>Group</li>\n<li>Page (Company Page)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Resource Object</p>\n<ul>\n<li>Properties<ul>\n<li>id (string) - the resource id</li>\n<li>type (string) - the type or resource (profile, page, group)</li>\n<li>name (string) - the name of the resource</li>\n<li>description (string) - the description of the resource</li>\n<li>accessToken (string) - the access token for the resource</li>\n<li>connectionId (integer) - the connectionId</li>\n<li>nativeResponse (object) - the raw response from the service</li>\n<li>isConnected (integer) - 1 if the resource is already connected</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"b18c6627-77fc-44b8-a24e-2bff41a1cc4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"47d4b3eb-2695-48d8-af03-9fbce6481904","type":"text/javascript","exec":[""]}}],"_postman_id":"b7449827-757f-4a56-b566-65dd79c625a9"},{"name":"Schedules","item":[{"name":"Schedule Delete","id":"6dfcfa10-73c2-47d7-8f8a-a560f6a0bd41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"5\"\n}"},"url":"{{url}}/{{apiversion}}/schedule/delete/","description":"<p>Delete a Schedule and its Timeslots</p>\n<p><em>A schedule for an existing connection can not be deleted</em></p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - the scheduleId</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","schedule","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"01aff79b-4615-4b47-8068-208379e7fa2d","name":"Schedule Delete","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"5\"\n}"},"url":"{{url}}/{{apiversion}}/schedule/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 27 Oct 2018 14:09:14 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"153"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"2196340"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/schedule/delete/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/schedule/delete/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.015796\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"6dfcfa10-73c2-47d7-8f8a-a560f6a0bd41"},{"name":"Schedule Get","id":"2b39ce05-5c75-4bb7-a734-7c9f97019a1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n\t\"accountId\": \"81\"\n}"},"url":"{{url}}/{{apiversion}}/schedule/get/","description":"<p>Retrieve a Schedule and its Timeslots</p>\n<ul>\n<li>Parameters<ul>\n<li>acountType (string, optional) - company|personal<ul>\n<li>defaults to 'personal'</li>\n</ul>\n</li>\n<li>ownerId (integer, optional) - teamMemberId|clientId<ul>\n<li>required for create</li>\n<li>default is the user|company associated with the apikey</li>\n</ul>\n</li>\n<li>scheduleId (integer, optional) - the scheduleId</li>\n<li>accountId (integer, optional)  - an accountId</li>\n</ul>\n</li>\n</ul>\n<p>Returns lists of timeslots by time and by weekday</p>\n","urlObject":{"path":["{{apiversion}}","schedule","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"26e9d20e-dc61-4218-bbf6-662ce65a4c27","name":"Schedule Get","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/schedule/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Oct 2018 21:30:12 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"288"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"445224"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/schedule/get/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/schedule/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.017581\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"id\": \"1\",\n            \"timeslots\": [\n                {\n                    \"categoryId\": \"0\",\n                    \"scheduleId\": \"1\",\n                    \"time\": \"10:54\",\n                    \"daysOfWeek\": {\n                        \"Mon\": \"1\",\n                        \"Tue\": \"1\",\n                        \"Fri\": \"1\",\n                        \"Wed\": \"1\",\n                        \"Sat\": \"1\",\n                        \"Thu\": \"1\",\n                        \"Sun\": \"1\"\n                    },\n                    \"id\": \"2\"\n                },\n                {\n                    \"categoryId\": \"0\",\n                    \"scheduleId\": \"1\",\n                    \"time\": \"13:48\",\n                    \"daysOfWeek\": {\n                        \"Mon\": \"1\",\n                        \"Tue\": \"1\",\n                        \"Fri\": \"1\",\n                        \"Wed\": \"1\",\n                        \"Sat\": \"1\",\n                        \"Thu\": \"1\",\n                        \"Sun\": \"1\"\n                    },\n                    \"id\": \"3\"\n                },\n                {\n                    \"categoryId\": \"0\",\n                    \"scheduleId\": \"1\",\n                    \"time\": \"16:42\",\n                    \"daysOfWeek\": {\n                        \"Mon\": \"1\",\n                        \"Tue\": \"1\",\n                        \"Fri\": \"1\",\n                        \"Wed\": \"1\",\n                        \"Sat\": \"1\",\n                        \"Thu\": \"1\",\n                        \"Sun\": \"1\"\n                    },\n                    \"id\": \"4\"\n                },\n                {\n                    \"categoryId\": \"0\",\n                    \"scheduleId\": \"1\",\n                    \"time\": \"19:36\",\n                    \"daysOfWeek\": {\n                        \"Mon\": \"1\",\n                        \"Tue\": \"1\",\n                        \"Fri\": \"1\",\n                        \"Wed\": \"1\",\n                        \"Sat\": \"1\",\n                        \"Thu\": \"1\",\n                        \"Sun\": \"1\"\n                    },\n                    \"id\": \"5\"\n                }\n            ],\n            \"ownerId\": \"6\",\n            \"service\": \"Twitter\"\n        }\n    }\n}"}],"_postman_id":"2b39ce05-5c75-4bb7-a734-7c9f97019a1c"},{"name":"Schedules Get","id":"c22a6414-31e2-4436-8756-2a9d7214b28b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/schedules/get/","description":"<p>Retrieve all schedules for a user or company</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - the client or user id<ul>\n<li>defaults to the apikey owner</li>\n</ul>\n</li>\n<li>accountType (string) - personal|company<ul>\n<li>defaults to 'personal'</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","schedules","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8e6ffb12-f8f4-4795-a413-1836fda27d6d","name":"Schedules Get","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/schedules/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Oct 2018 21:28:01 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"309"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"445207"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/schedules/get/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/schedules/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.017881\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"id\": \"1\",\n                \"timeslots\": [\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"10:54\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"2\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"13:48\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"3\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"16:42\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"4\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"19:36\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"5\"\n                    }\n                ],\n                \"ownerId\": \"6\",\n                \"service\": \"Twitter\"\n            },\n            {\n                \"id\": \"2\",\n                \"timeslots\": [],\n                \"ownerId\": \"6\",\n                \"service\": \"Linkedin\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c22a6414-31e2-4436-8756-2a9d7214b28b"},{"name":"Schedule Set","id":"e4b25c6c-87dd-47fe-93c8-1e75fe37e3d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\",\n    \"create\":\"1\",\n    \"accountId\":\"\",\n    \"createDefaultTimeslots\":{\"create\":\"1\"}\n}"},"url":"{{url}}/{{apiversion}}/schedule/set/","description":"<p>Create or Update a Schedule</p>\n<ul>\n<li>Parameters<ul>\n<li>scheduleId (integer, optional)<ul>\n<li>required for an update</li>\n</ul>\n</li>\n<li>accountId (integer, optional) - the service account id<ul>\n<li>required for create</li>\n<li>only one schedule per accountId is allowed</li>\n<li>can not be set in an update</li>\n</ul>\n</li>\n<li>acountType (string, optional) - company|personal<ul>\n<li>defaults to 'personal'</li>\n</ul>\n</li>\n<li>ownerId (integer, optional) - teamMemberId|clientId<ul>\n<li>required for create</li>\n<li>default is the user|company associated with the apikey</li>\n<li>can not be set in an update</li>\n</ul>\n</li>\n<li>timeslots (array[object], optional) - an array of timeslot objects</li>\n</ul>\n</li>\n<li>options<ul>\n<li>create (integer, optional) - required to create a new schedule</li>\n<li>createDefaultTimeslots (object, optional) - creates equally distributed timeslot entries, replacing any previously defined timeslots<ul>\n<li>create (integer) - 1<ul>\n<li>required to create default schedules</li>\n</ul>\n</li>\n<li>numberOfTimeslots (integer, optional) - 1-96, default is 4</li>\n<li>between (object, optional) - 00:00 - 23:59 - default is {\"startTime\":\"08:00\",\"endTime\";\"20:00\"}</li>\n<li>daysOfWeek (object, optional) - {\"Sun\":\"0\",\"Mon\":\"1\",\"Tue\":\"1\",\"Wed\":\"1\",\"Thu\":\"1\",\"Fri\":\"1\",\"Sat\":\"0\"}<ul>\n<li>also accepts the shortcuts: {\"all\":\"1\"}, {\"weekends\":\"1\"}, {\"weekdays\":\"1\"}</li>\n<li>deafult is {\"all\":\"1\"}</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>replaceTimeslots (integer, optional) - replace all timeslots with 'timeslots' array <ul>\n<li>NOTE: passing an empty timeslots array and the replaceTimeslots option will result in clearing all timeslots</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","schedule","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"135bef33-d1d1-4f6e-af4e-3ee0f4adb0cc","name":"Schedule Set","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\",\n    \n    \"service\":\"twitter\",\n    \"createDefaultTimeslots\":{\"create\":\"1\"}\n}"},"url":"{{url}}/{{apiversion}}/schedule/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Oct 2018 21:04:38 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"293"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"445137"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/schedule/set/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/schedule/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.718385\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"schedule\": {\n                \"id\": \"1\",\n                \"timeslots\": [\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"10:54\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"2\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"13:48\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"3\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"16:42\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"4\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"19:36\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"5\"\n                    }\n                ],\n                \"ownerId\": \"6\",\n                \"service\": \"Twitter\"\n            }\n        }\n    }\n}"}],"_postman_id":"e4b25c6c-87dd-47fe-93c8-1e75fe37e3d3"}],"id":"fe0a7ec9-0334-4376-abf3-c3ea85174ed3","description":"<p>Schedule Object</p>\n<p>NOTE: all schedules are timezone agnostic and timezone offsets are applied to the actual docket items when they are created</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer, optional) - the scheduleId</li>\n<li>accountId (string, required) - only one schedule per connection is allowed</li>\n<li>teamMemberId (integer, required) - teamMemberId or clientId</li>\n<li>timeslots (array[objects], optional) - an array of timeslot definitions</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"ba9ee464-840b-4124-be2f-531b0a5a0e39","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"45914741-460a-414a-b213-2db105aafbf0","type":"text/javascript","exec":[""]}}],"_postman_id":"fe0a7ec9-0334-4376-abf3-c3ea85174ed3"},{"name":"Shortlinks","item":[{"name":"Shortlinks Set","id":"0f4e70d1-1837-4dd8-88e5-5aa7badf0c94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"urls\":[\"https://www.haleymarketing.com\"]\n}"},"url":"{{url}}/{{apiversion}}/shortlinks/set/","description":"<p>Create a shortlink from a full URL</p>\n<ul>\n<li>Parameters<ul>\n<li>accountType (string, optional) - personal | company<ul>\n<li>defaults to apikey type</li>\n</ul>\n</li>\n<li>ownerId (integer, optional) — this is who created the content<ul>\n<li>defaults to apikey user</li>\n</ul>\n</li>\n<li>urls (array[string]) - the urls to shorten</li>\n</ul>\n</li>\n</ul>\n<p>Return a list of shortlink objects.</p>\n","urlObject":{"path":["{{apiversion}}","shortlinks","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"07bf2c41-4101-4277-82a6-5fa43293473f","name":"Shortlinks Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"urls\":[\"https://www.haleymarketing.com\"]\n}"},"url":"{{url}}/{{apiversion}}/shortlinks/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Jan 2019 16:04:11 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"209"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"379866"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/shortlinks/set/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/shortlinks/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.024466\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"domain\": \"nts.al\",\n                \"shortlink\": \"https://nts.al/isX\",\n                \"url\": \"https://www.haleymarketing.com\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0f4e70d1-1837-4dd8-88e5-5aa7badf0c94"},{"name":"Shortlinks Get","id":"d6a7e7c6-4bf4-4549-8929-a24b3ce624db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"shortlinks\":[\"https://nts.al/2\"]\n}"},"url":"{{url}}/{{apiversion}}/shortlinks/get/","description":"<p>Get a shortlink object from the shortlink url</p>\n<ul>\n<li>Parameters<ul>\n<li>shortlinks (array[string]) - list of shortened urls</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of shortlink objects.</p>\n","urlObject":{"path":["{{apiversion}}","shortlinks","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"08766299-bc47-4718-90de-a365289f5b21","name":"Shortlinks Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"shortlinks\":[\"https://nts.al/2\"]\n}"},"url":"{{url}}/{{apiversion}}/shortlinks/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Jan 2019 16:15:37 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"212"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"438219"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/shortlinks/get/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/shortlinks/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.009529\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"domain\": \"nts.al\",\n                \"shortlink\": \"https://nts.al/2\",\n                \"url\": \"https://www.haleymarketing.com\",\n                \"code\": \"2\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d6a7e7c6-4bf4-4549-8929-a24b3ce624db"},{"name":"ShortlinkByCode Get","id":"4b025125-8237-4612-93f1-d491ccfcec7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"return_raw\":\"0\",\n\t\"updateCache\":\"0\"\n}"},"url":"{{url}}/{{apiversion}}/shortlinkByCode/get/isZ","description":"<p>Get a shortlink object from the shortlink code</p>\n<ul>\n<li>Parameters<ul>\n<li>code (string) - in the url or the body</li>\n<li>return_raw (integer) - return the url only as text<ul>\n<li>default is 1</li>\n</ul>\n</li>\n<li>updateCache (integer, optional) - update the cache with the url<ul>\n<li>default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a shortlink objects, or if return raw, the url as text.</p>\n","urlObject":{"path":["{{apiversion}}","shortlinkByCode","get","isZ"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e884539f-d6b5-4bc4-a55f-44ca70f3c37b","name":"ShortlinkByCode Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}"},"url":"{{url}}/{{apiversion}}/shortlinkByCode/get/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Jan 2019 18:59:51 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"214"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"438237"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/shortlinkByCode/get/2"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/shortlinkByCode/get/2\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.009839\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"domain\": \"nts.al\",\n            \"shortlink\": \"https://nts.al/2\",\n            \"url\": \"https://www.haleymarketing.com\",\n            \"code\": \"2\"\n        }\n    }\n}"}],"_postman_id":"4b025125-8237-4612-93f1-d491ccfcec7c"},{"name":"ShortlinkById Get","id":"e0aab369-839f-43c4-9d43-268c2881d26e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"return_raw\":\"0\",\n\t\"updateCache\":\"0\"\n}"},"url":"{{url}}/{{apiversion}}/shortlinkById/get/70989","description":"<p>Get a shortlink object from the shortlink code</p>\n<ul>\n<li>Parameters<ul>\n<li>code (string) - in the url or the body</li>\n<li>return_raw (integer) - return the url only as text<ul>\n<li>default is 1</li>\n</ul>\n</li>\n<li>updateCache (integer, optional) - update the cache with the url<ul>\n<li>default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a shortlink objects, or if return raw, the url as text.</p>\n","urlObject":{"path":["{{apiversion}}","shortlinkById","get","70989"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0aab369-839f-43c4-9d43-268c2881d26e"}],"id":"de5e943b-c494-4889-97fb-f4faa1d5e4fc","description":"<p>The Shortlink Object</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer)</li>\n<li>url (string)</li>\n<li>code (string)</li>\n<li>domain (string)</li>\n<li>shortlink (string)</li>\n<li>accountType (string)</li>\n<li>ownerId (integer)</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"9e188b93-f9e5-4b25-ad6f-3047233afc10","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b10c01b5-8563-4a44-b34c-ce41bfe0c547","type":"text/javascript","exec":[""]}}],"_postman_id":"de5e943b-c494-4889-97fb-f4faa1d5e4fc"},{"name":"Services","item":[{"name":"Service Info Get","id":"e2236b8f-d034-4ea4-a8cf-e11961c5e2fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"services\":[\"all-content\"]\n}"},"url":"{{url}}/{{apiversion}}/serviceInfo/get/","description":"<p>Returns an array of social service info objects</p>\n\n<ul>\n<li>Parameters<ul>\n<li><p>services (array[string], optional) - limit to specific services e.g. 'Twitter'</p>\n<ul>\n<li><p>special identifiers</p>\n<ul>\n<li><p>all → all connected services</p>\n</li>\n<li><p>all-content → all connected content services</p>\n</li>\n<li><p>all-notification → all connected notification services</p>\n</li>\n</ul>\n</li>\n<li><p>default is 'all-content'</p>\n</li>\n</ul>\n</li>\n<li><p>reload (integer, optional) - 1 - clear cached data</p>\n</li>\n<li><p>includeDefault ( 0 | 1, optional )</p>\n<ul>\n<li><p>defaults to 1 (because PWA would need some changes, but this should eventually change)</p>\n</li>\n<li><p>includes default object with strictest media restrictions from all service objects</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","serviceInfo","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"96185e12-b9d1-4e32-8080-b99aacd1a42d","name":"Service Info Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"services\":[]\n}"},"url":"{{url}}/{{apiversion}}/serviceInfo/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 May 2019 17:22:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"342"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"488628"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/serviceInfo/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/serviceInfo/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.1609\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"maxImageSize\": \"5MB\",\n                \"name\": \"Twitter\",\n                \"mediaNotes\": \"up to 4 images represented by a single URL, or 1 GIF, or 1 video\",\n                \"credentials\": \"\",\n                \"contentLength\": \"240\",\n                \"contentNotes\": \"\",\n                \"maxVidoeSize\": \"15MB\",\n                \"maxMediaAttachments\": \"4\"\n            },\n            {\n                \"maxImageSize\": \"\",\n                \"name\": \"Facebook\",\n                \"mediaNotes\": \"\",\n                \"credentials\": \"\",\n                \"contentLength\": \"\",\n                \"contentNotes\": \"\",\n                \"maxVidoeSize\": \"1GB\",\n                \"maxMediaAttachments\": \"\"\n            },\n            {\n                \"maxImageSize\": \"\",\n                \"name\": \"Linkedin\",\n                \"mediaNotes\": \"\",\n                \"credentials\": \"\",\n                \"contentLength\": \"\",\n                \"contentNotes\": \"\",\n                \"maxVidoeSize\": \"\",\n                \"maxMediaAttachments\": \"\"\n            },\n            {\n                \"maxImageSize\": \"\",\n                \"name\": \"Amazon\",\n                \"mediaNotes\": \"\",\n                \"credentials\": \"\",\n                \"contentLength\": \"\",\n                \"contentNotes\": \"\",\n                \"maxVidoeSize\": \"\",\n                \"maxMediaAttachments\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e2236b8f-d034-4ea4-a8cf-e11961c5e2fa"}],"id":"721135e7-8921-4b98-b85a-3b92b1e538ac","description":"<p>Services are the backbone on NetSocial. This is where you interact with each social and notification service.</p>\n<ul>\n<li><p>Social service indentifiers:</p>\n<ul>\n<li>Twitter</li>\n<li>Facebook</li>\n<li>Instagram</li>\n<li>LinkedIn</li>\n<li>Pinterest</li>\n</ul>\n</li>\n<li><p>Notification service identifiers</p>\n<ul>\n<li>email</li>\n<li>appPush</li>\n<li>webPush</li>\n<li>SMS</li>\n<li>Slack</li>\n<li>FacebookDM</li>\n<li>TwitterDM</li>\n</ul>\n</li>\n</ul>\n<p>Service Info Object</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>+ Properties\n    + name (string)\n    + credentials (object) - NetSocial Admin Only\n    + contentLength\n    + contentNotes\n    + mediaNotes\n    + authUrl (string) - the auth url fro new connections\n    \n</code></pre>","event":[{"listen":"prerequest","script":{"id":"c7b72dbf-72a0-42d0-b2ac-b08ab6db6449","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5760eb25-e05a-42f6-a876-0892a18873aa","type":"text/javascript","exec":[""]}}],"_postman_id":"721135e7-8921-4b98-b85a-3b92b1e538ac"},{"name":"Team Members","item":[{"name":"Team Member Avatar Set","id":"be50d7e3-fe26-4dfa-9a02-1302414094c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"2\",\n\t\"url\":\"http://cdn.stable.netsocialapp.com/uploads/avatar.jpg?1\"\n}"},"url":"{{url}}/{{apiversion}}/teamMemberAvatar/set/","description":"<p>Set a Client's Logo</p>\n<ul>\n<li><p>admin only call</p>\n</li>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer, optional) - the client id, in the url or in the post body<ul>\n<li>defaults to the APIKEY client id</li>\n</ul>\n</li>\n<li>url (string, required) - a url to a logo image</li>\n</ul>\n</li>\n</ul>\n<p>Returns an LogoUrls object</p>\n","urlObject":{"path":["{{apiversion}}","teamMemberAvatar","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b5361d50-adb0-46c6-8f88-1dc21b9d6057","name":"Team Member Avatar Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"2\",\n\t\"url\":\"http://cdn.stable.netsocialapp.com/uploads/avatar.jpg?1\"\n}"},"url":"{{url}}/{{apiversion}}/teamMemberAvatar/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 May 2019 19:46:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"324"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"961046"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/teamMemberAvatar/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMemberAvatar/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"4.621896\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"teammember_thumb2x\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb2x-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_small_square\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_small_square-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_small\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_small-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_small2x_square\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_small2x_square-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_square2x\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_square2x-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_square\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_square-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_small2x\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_small2x-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            }\n        }\n    }\n}"}],"_postman_id":"be50d7e3-fe26-4dfa-9a02-1302414094c9"},{"name":"Team Member Avatar Delete","id":"4d2e4647-984e-4db0-86b9-03b20765f998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"2\"\n}"},"url":"{{url}}/{{apiversion}}/teamMemberAvatar/delete/","description":"<p>Delete a Team Member's Avatar</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, required) - the TeamMemberId, in the url or in the post body</li>\n</ul>\n</li>\n</ul>\n<p>Returns an success object</p>\n","urlObject":{"path":["{{apiversion}}","teamMemberAvatar","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f78938f1-1758-490e-b2d1-6ba2e48c60db","name":"Team Member Avatar Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"2\"\n}"},"url":"{{url}}/{{apiversion}}/teamMemberAvatar/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 May 2019 20:01:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"167"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"808089"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/teamMemberAvatar/delete/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMemberAvatar/delete/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.013563\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"4d2e4647-984e-4db0-86b9-03b20765f998"},{"name":"Team Member Get","id":"dee9ed97-33b9-43fa-8237-6b65be7605e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}","description":"<p>apikey</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":[\"*\"],\n    \"id\":4299,\n    \"includePermissionInfo\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/teamMember/get/","description":"<p>Returns a team member's details</p>\n\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - the team member id, in the URL</li>\n<li>Options<ul>\n<li>includePermissionInfo (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>includeAccountInfo (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>includeChannelInfo (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>includeGroupInfo (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>includeClientInfo (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>includeStatistics (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>statisticsPeriod (integer, optional) - statistics and rank in the past 7|30|60|90 days<ul>\n<li>defaults to 7</li>\n<li>only used if includeStatistics is 1</li>\n</ul>\n</li>\n<li>includeBadges (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n<li>not implemented</li>\n</ul>\n</li>\n<li>fields (array[string], optional) - fields to return<ul>\n<li>Options:<ul>\n<li>address1</li>\n<li>address2</li>\n<li>avatarUrls</li>\n<li>city</li>\n<li>country</li>\n<li>email</li>\n<li>firstName</li>\n<li>id</li>\n<li>lastInviteDate</li>\n<li>lastName</li>\n<li>phone</li>\n<li>state</li>\n<li>status</li>\n<li>zip</li>\n<li>displayTm</li>\n<li>distributionApprovalRequired</li>\n<li>editorApprovalRequired</li>\n</ul>\n</li>\n<li>Default:<ul>\n<li>address1</li>\n<li>address2</li>\n<li>avatarUrls</li>\n<li>city</li>\n<li>country</li>\n<li>email</li>\n<li>firstName</li>\n<li>lastName</li>\n<li>lastInviteDate</li>\n<li>phone</li>\n<li>state</li>\n<li>status</li>\n<li>title</li>\n<li>zip</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","teamMember","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ad288adb-5985-47e3-b582-7b791c85d60c","name":"Team Member Get by Id","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}","description":"apikey"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":[\"id\"]\n}"},"url":"{{url}}/{{apiversion}}/teamMember/get/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\t\"ticket\":{\n\t\t\t\"authtoken\":\"\",\n\t\t\t\"authtoken-expiration\":\"\",\n\t\t\t\"endpoint\":\"/v1.1/teamMembers/get/\",\n\t\t\t\"apikey\":\"{{apikey}}\",\n\t\t\t\"elapsed\":\"0.1234\",\n\t\t\t\"api-version\":\"1.1\"\n\t\t},\n\t\t\"results\": {\n        \t\"status\": \"ok\",\n        \t\"xstatus\": \"\",\n\t        \"data\": {\n\t            \"list_meta\": {\n\t                \"total\": \"1\"\n\t            },\n\t            \"list\": [\n\t                {\n\t                    \"id\":\"1234\"\n\t                }\n\t             ]\n\t        }\n\t    }\n\t}"}],"_postman_id":"dee9ed97-33b9-43fa-8237-6b65be7605e3"},{"name":"Team Member Set","id":"70f7205e-aece-46ba-9e57-70853715f758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \n    \"id\": 4386,\n    \"password\": \"NetSocial!\"\n}"},"url":"{{url}}/{{apiversion}}/teamMember/set/","description":"<p>Create or Update a Team Member</p>\n<p>NOTE: Only parameters included are updated.</p>\n<ul>\n<li>Parameters<ul>\n<li>create (integer,optional) - required to create a new team member - [1]</li>\n<li>clientId (integer,optional) - required for an agency account to create a new team member within a client's account</li>\n<li>id (integer, optional) - the TeamMemberId required for an update, in the url or in the post body</li>\n<li>email (string, optional) - required on create</li>\n<li>password (string, optional)</li>\n<li>firstName (string, optional)</li>\n<li>lastName (string, optional)</li>\n<li>isIndividual (integer, optional) - only allowed on create by a NetScocial Admin key<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>roleId (integer, optional) <ul>\n<li>defaults <ul>\n<li>26: Client::User for business accounts</li>\n<li>41: Agency::Editor for agency accounts</li>\n<li>46: Individual when isIndividual is set<ul>\n<li>Note: 46 only allowed for NetScocial Admin keys</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>(see Roles Get) limited to roles allowed for the APIKey</li>\n</ul>\n</li>\n<li>password (string, optional)<ul>\n<li>a random password is set on create, if not supplied</li>\n</ul>\n</li>\n<li>title (string, optional)</li>\n<li>status (integer, optional) - is the user allowed to use NetSocial [0|1], default is 1<ul>\n<li>NOTE: setting status to 0 disables the Team Member, removes them from all groups and channels, and removes any unsent docket entries.</li>\n</ul>\n</li>\n<li>address (string,optional)</li>\n<li>address2 (string,optional)</li>\n<li>city (string,optional)</li>\n<li>state (string,optional) - see States Get for allowed values</li>\n<li>zip (string,optional)</li>\n<li>phone (string,optional) - must be country code + 10 digits<ul>\n<li>include the '+' e.g. +15553334444</li>\n</ul>\n</li>\n<li>country (string,optional) - see Countries Get for allowed values</li>\n<li>timezone (string,optional) - see Timezones Get for allowed values, defaults to client's timezone</li>\n<li>language (string, optional) - see Languages Get for allowed values, defaults to client's language</li>\n<li>avatarUrl (string, optional) - url to an avatar image source<ul>\n<li>NOTE: this can be a url to a NetSocial media upload, or any external file</li>\n<li>The file will be imported and resized</li>\n</ul>\n</li>\n<li>editorApprovalRequired (integer, optional) - 0|1 - can only be set by an admin<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>canCreateContent (integer, optional) - 0|1 - can only be set by an admin<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>distributionApprovalRequired (integer, optional) - 0|1<ul>\n<li>default is 1</li>\n</ul>\n</li>\n<li>Options<ul>\n<li>pause (integer, optional) - 0|1 - set the account to paused<ul>\n<li>this sets all connections to paused</li>\n</ul>\n</li>\n<li>sendNotification (integer, optional) - 0|1 - send an invite or email verification on create<ul>\n<li>default is 1</li>\n<li>Note: no notifications are sent on updates</li>\n</ul>\n</li>\n<li>fields (array[string], optional) - fields to return<ul>\n<li>Options:<ul>\n<li>address1</li>\n<li>address2</li>\n<li>avatarUrls</li>\n<li>city</li>\n<li>country</li>\n<li>email</li>\n<li>firstName</li>\n<li>id</li>\n<li>isPaused</li>\n<li>lastInviteDate</li>\n<li>lastName</li>\n<li>phone</li>\n<li>state</li>\n<li>status</li>\n<li>title</li>\n<li>zip</li>\n<li>distributionApprovalRequired</li>\n<li>editorApprovalRequired</li>\n<li>canCreateContent</li>\n</ul>\n</li>\n<li>Default:<ul>\n<li>address1</li>\n<li>address2</li>\n<li>avatarUrls</li>\n<li>city</li>\n<li>country</li>\n<li>email</li>\n<li>firstName</li>\n<li>isPaused</li>\n<li>lastInviteDate</li>\n<li>lastName</li>\n<li>phone</li>\n<li>state</li>\n<li>status</li>\n<li>title</li>\n<li>zip</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","teamMember","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4a07d4b2-3a8d-488d-94ee-b9b2980b2f96","name":"Team Member Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Test \",\n    \"email\": \"test0516@cooltheory.com\",\n    \"create\": 1,\n    \"lastName\": \"User\",\n    \"clientId\": \"4944\",\n    \"roleId\": \"36\"\n}"},"url":"{{url}}/{{apiversion}}/teamMember/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2019 19:51:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"389"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"670322"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/teamMember/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMember/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"2.35198\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"isIndividual\": \"0\",\n            \"status\": \"1\",\n            \"isPro\": \"0\",\n            \"emailValid\": \"0\",\n            \"state\": \"\",\n            \"email\": \"test0516@cooltheory.com\",\n            \"city\": \"\",\n            \"createDate\": \"2019-05-16 19:51:25\",\n            \"lastName\": \"User\",\n            \"id\": \"4241\",\n            \"country\": \"\",\n            \"firstName\": \"Test \",\n            \"timezone\": \"America/New_York\",\n            \"language\": \"en-us\",\n            \"notificationPreferences\": {\n                \"email\": {\n                    \"info\": 0,\n                    \"critical\": 1,\n                    \"alert\": 0,\n                    \"approval\": 0\n                },\n                \"nsl\": {\n                    \"info\": 0,\n                    \"critical\": 0,\n                    \"alert\": 0,\n                    \"approval\": 0\n                }\n            },\n            \"phone\": \"\",\n            \"address2\": \"\",\n            \"zip\": \"\",\n            \"title\": \"\",\n            \"address1\": \"\"\n        }\n    }\n}"}],"_postman_id":"70f7205e-aece-46ba-9e57-70853715f758"},{"name":"Team Member Delete","id":"fdd0b580-842d-403b-8dee-6756242d132e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\": []\n}"},"url":"{{url}}/{{apiversion}}/teamMember/delete/","description":"<p>Delete Team Member</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, required) - team member id to delete</li>\n<li>ids (array of integers, optional) - array of team member ids to delete</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","teamMember","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"74215a7b-1988-426b-acf8-c8c1e2c9a7c2","name":"Team Member Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\": []\n}"},"url":"{{url}}/{{apiversion}}/teamMember/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2019 19:51:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"389"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"670322"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/teamMember/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMember/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"2.35198\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"isIndividual\": \"0\",\n            \"status\": \"1\",\n            \"isPro\": \"0\",\n            \"emailValid\": \"0\",\n            \"state\": \"\",\n            \"email\": \"test0516@cooltheory.com\",\n            \"city\": \"\",\n            \"createDate\": \"2019-05-16 19:51:25\",\n            \"lastName\": \"User\",\n            \"id\": \"4241\",\n            \"country\": \"\",\n            \"firstName\": \"Test \",\n            \"timezone\": \"America/New_York\",\n            \"language\": \"en-us\",\n            \"notificationPreferences\": {\n                \"email\": {\n                    \"info\": 0,\n                    \"critical\": 1,\n                    \"alert\": 0,\n                    \"approval\": 0\n                },\n                \"nsl\": {\n                    \"info\": 0,\n                    \"critical\": 0,\n                    \"alert\": 0,\n                    \"approval\": 0\n                }\n            },\n            \"phone\": \"\",\n            \"address2\": \"\",\n            \"zip\": \"\",\n            \"title\": \"\",\n            \"address1\": \"\"\n        }\n    }\n}"}],"_postman_id":"fdd0b580-842d-403b-8dee-6756242d132e"},{"name":"Team Member Onboard","id":"c976b048-d1b4-4dc8-8fee-4688df332162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/teamMember/onboard/","description":"<p>Mark a Team Member as onboarded.</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - the TeamMemberId</li>\n</ul>\n</li>\n</ul>\n<p>Return a status object</p>\n","urlObject":{"path":["{{apiversion}}","teamMember","onboard",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c976b048-d1b4-4dc8-8fee-4688df332162"},{"name":"Team Member Validate Email Send","id":"998f05c0-4475-4539-802c-4b11652045ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"teamMemberId\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/teamMemberValidateEmail/send/","description":"<p>Send an email validation to a  Team Member</p>\n<ul>\n<li>Parameters<ul>\n<li>teamMemberId (integer)<ul>\n<li>defaults to the apikey user</li>\n</ul>\n</li>\n<li>template (string, optional) - what email template to use<ul>\n<li>'invite' - use the invitation template</li>\n<li>'validate' - default - use the email validate template</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a success object</p>\n","urlObject":{"path":["{{apiversion}}","teamMemberValidateEmail","send",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"998f05c0-4475-4539-802c-4b11652045ae"},{"name":"Team Member Validate Email Set","id":"e2271883-6689-417a-84de-26a68bfbb39b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/teamMemberValidateEmail/set/","description":"<p>Validate an Team Member's Email</p>\n<p>This endpoint can only be called with the teamMember's own key.</p>\n<ul>\n<li>Parameters<ul>\n<li>none</li>\n</ul>\n</li>\n</ul>\n<p>Returns a success object</p>\n","urlObject":{"path":["{{apiversion}}","teamMemberValidateEmail","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2271883-6689-417a-84de-26a68bfbb39b"},{"name":"Team Members Get","id":"65ced347-7add-4fa5-b415-52cd9f71aba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"fields\":[\"*\"],\n\t\"sort\":\"firstName\",\n\t\"order\":\"DESC\",\n\t\"includePermissionInfo\":\"1\",\n\t\"includeClientInfo\":\"1\",\n\t\"includeAccountInfo\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/teamMembers/get/","description":"<p>Returns a list of team members and their details</p>\n\n<ul>\n<li>Parameters<ul>\n<li>clientId (integer, optional) - defaults to the APIkey clientId<ul>\n<li>OR ownerId (integer, optional) + accountType (integer, optional)<ul>\n<li>if not passed a company accountType, the passed ownerId's clientId is used</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Filters<ul>\n<li>location (string, optional) - filter by location (exact match against city, state or country)</li>\n<li>keyword (string, optional) - filter by keyword (must be at least 3 characters)</li>\n<li>email (string, optional) - filter by email (exact match email)</li>\n<li>teamId (integer, optional) - filter by teamId (formerly groupId)</li>\n<li>isActive (integer, optional) - filter by status<ul>\n<li>0 = not active, team member can not log in</li>\n<li>1 = active</li>\n</ul>\n</li>\n<li>emailValid (integer, optional) - filter by emailValid status<ul>\n<li>0 = not valid</li>\n<li>1 = valid</li>\n</ul>\n</li>\n<li>isPaused (integer, optional) - filter by isPaused status<ul>\n<li>0 = not paused</li>\n<li>1 = paused</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Options<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - order of results may be any field name from the fields list. Default is \"lastName\"</li>\n<li>order (string, optional) - \"ASC\" or \"DESC\", default is \"ASC\"      </li>\n<li>returnedTimezone (string) - the timezone to return in any date/time fields<ul>\n<li>defaults to the Client Timezone</li>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York</li>\n</ul>\n</li>\n<li>includeClientInfo (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>includePermissionInfo (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>includeAccountInfo (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>includeAccountDeletes (integeral, optional) - 0|1 include deleted accounts. Requires includeAccountInfo (1)<ul>\n<li>default: 0</li>\n</ul>\n</li>\n<li>includeChannelInfo (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>includeGroupInfo (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>includeStatistics (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>fields<ul>\n<li>Options:<ul>\n<li>address1</li>\n<li>address2</li>\n<li>avatarUrls</li>\n<li>city</li>\n<li>clientId</li>\n<li>country</li>\n<li>email</li>\n<li>firstName</li>\n<li>id</li>\n<li>lastName</li>\n<li>phone</li>\n<li>state</li>\n<li>status</li>\n<li>title</li>\n<li>zip</li>\n<li>distributionApprovalRequired</li>\n<li>editorApprovalRequired</li>\n<li>isIndividual</li>\n<li>isPro</li>\n</ul>\n</li>\n<li>Default: [\"*\"]</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Return a paging object and a list of Team Member objects.</p>\n","urlObject":{"path":["{{apiversion}}","teamMembers","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d58604fd-c786-424f-afaf-3220ec2c20bc","name":"Team Members Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"fields\":[\"*\"],\n\t\"sort\":\"firstName\",\n\t\"order\":\"DESC\",\n\t\"includePermissionInfo\":\"1\",\n\t\"includeClientInfo\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/teamMembers/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Jul 2019 22:26:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1801"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1291951"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"60955d6829b8c64aeb8afa66c636b99c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/teamMembers/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMembers/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.290073\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"members\": [\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"tshoemaker2@cooltheory.com\",\n                    \"roleId\": \"37\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"enabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"enabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"enabled\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"enabled\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-07-07 17:25:40\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Test\",\n                    \"id\": \"4324\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"US\",\n                    \"firstName\": \"Tiffany\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {\n                        \"teammember_thumb2x\": \"https://cdn.stable.netsocialapp.com/images/team-members/4981/4324/thumbs/teammember_thumb2x-F96CADCB-88C2-3770-AD75-93B5E59AC403.png\",\n                        \"teammember_thumb_small_square\": \"https://cdn.stable.netsocialapp.com/images/team-members/4981/4324/thumbs/teammember_thumb_small_square-F96CADCB-88C2-3770-AD75-93B5E59AC403.png\",\n                        \"teammember_thumb_small\": \"https://cdn.stable.netsocialapp.com/images/team-members/4981/4324/thumbs/teammember_thumb_small-F96CADCB-88C2-3770-AD75-93B5E59AC403.png\",\n                        \"teammember_thumb_small2x_square\": \"https://cdn.stable.netsocialapp.com/images/team-members/4981/4324/thumbs/teammember_thumb_small2x_square-F96CADCB-88C2-3770-AD75-93B5E59AC403.png\",\n                        \"teammember_thumb_square2x\": \"https://cdn.stable.netsocialapp.com/images/team-members/4981/4324/thumbs/teammember_thumb_square2x-F96CADCB-88C2-3770-AD75-93B5E59AC403.png\",\n                        \"teammember_thumb_square\": \"https://cdn.stable.netsocialapp.com/images/team-members/4981/4324/thumbs/teammember_thumb_square-F96CADCB-88C2-3770-AD75-93B5E59AC403.png\",\n                        \"teammember_thumb\": \"https://cdn.stable.netsocialapp.com/images/team-members/4981/4324/thumbs/teammember_thumb-F96CADCB-88C2-3770-AD75-93B5E59AC403.png\",\n                        \"teammember_thumb_small2x\": \"https://cdn.stable.netsocialapp.com/images/team-members/4981/4324/thumbs/teammember_thumb_small2x-F96CADCB-88C2-3770-AD75-93B5E59AC403.png\"\n                    },\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"Administrator\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"testnewtest@cooltheory.com\",\n                    \"roleId\": \"37\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"enabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"enabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"enabled\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"enabled\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-06-11 17:48:27\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Administrator\",\n                    \"id\": \"4283\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"myHaley\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"Administrator\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"kelliott@cooltheory.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-06-11 18:40:12\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Elliott Ragazincky\",\n                    \"id\": \"4295\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"Kristin\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"jselders@cooltheory.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-06-11 18:40:24\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Selders\",\n                    \"id\": \"4303\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"Julie\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"jlabno@crystalequation.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-06-13 20:16:37\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Labno\",\n                    \"id\": \"4314\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"John\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"jtharp@crystalequation.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-06-13 20:16:31\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Tharp\",\n                    \"id\": \"4313\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"Jeff\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"haley_marketing@cooltheory.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-06-11 18:40:21\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Marketing\",\n                    \"id\": \"4301\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"Haley\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"haleytest@cooltheory.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-06-11 18:40:22\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Test\",\n                    \"id\": \"4302\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"Haley\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"dseals@crystalequation.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-06-13 20:16:38\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Seals\",\n                    \"id\": \"4315\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"Deonte\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"bruce@cooltheory.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-06-11 18:40:25\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Lee\",\n                    \"id\": \"4304\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"Bruce\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"ahowell@crystalequation.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-07-06 17:22:10\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Howell\",\n                    \"id\": \"4316\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"Anna\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"1\",\n                    \"state\": \"\",\n                    \"email\": \"atomasek@cooltheory.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-07-08 18:05:00\",\n                    \"isPaused\": \"1\",\n                    \"lastName\": \"Tomasek\",\n                    \"id\": \"4299\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"Allison\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"t_foltz@cooltheory.com\",\n                    \"roleId\": \"37\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"enabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"enabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"enabled\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"enabled\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-07-07 17:25:39\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"\",\n                    \"id\": \"4290\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"Administrator\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"tms@haleymarketing.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-07-07 17:25:40\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"\",\n                    \"id\": \"4291\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"sgonzalez@cooltheory.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-07-07 17:26:08\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"\",\n                    \"id\": \"4293\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"Pelias@cooltheory.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-07-07 17:26:08\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"\",\n                    \"id\": \"4294\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"cpomes@cooltheory.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-07-07 17:26:09\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"\",\n                    \"id\": \"4296\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"1\",\n                    \"state\": \"\",\n                    \"email\": \"rbush@cooltheory.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-07-07 17:26:09\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"\",\n                    \"id\": \"4297\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"careers@cooltheory.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-07-07 17:26:09\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"\",\n                    \"id\": \"4298\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                {\n                    \"isIndividual\": \"0\",\n                    \"status\": \"1\",\n                    \"isPro\": \"0\",\n                    \"emailValid\": \"0\",\n                    \"state\": \"\",\n                    \"email\": \"blester@cooltheory.com\",\n                    \"roleId\": \"26\",\n                    \"city\": \"\",\n                    \"permissionInfo\": {\n                        \"accountLimits\": {\n                            \"pushApps\": \"1\",\n                            \"pushSubscribers\": \"50000\",\n                            \"sms\": \"1000\",\n                            \"teamMembers\": \"5\",\n                            \"socialAccounts\": \"25\",\n                            \"postsPerAccount\": \"15\",\n                            \"socialSignins\": \"5000\"\n                        },\n                        \"permissions\": {\n                            \"socialSignIn\": \"enabled\",\n                            \"linkShortening\": \"enabled\",\n                            \"multipleClients\": \"hidden\",\n                            \"editorApprovalRequired\": \"0\",\n                            \"restApi\": \"enabled\",\n                            \"teams\": \"enabled\",\n                            \"queueForOthers\": \"disabled\",\n                            \"3rdPartyApi\": \"enabled\",\n                            \"contentSources\": \"enabled\",\n                            \"groupTeamMembers\": \"disabled\",\n                            \"reQueue\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"accountSettings\": \"hidden\",\n                            \"channels\": \"enabled\",\n                            \"billingSettings\": \"hidden\",\n                            \"distributionApprovalRequired\": \"1\",\n                            \"scheduleByChannel\": \"enabled\",\n                            \"analytics\": \"enabled\",\n                            \"calendar\": \"enabled\",\n                            \"queueToChannel\": \"enabled\",\n                            \"advancedAnalytics\": \"enabled\"\n                        },\n                        \"name\": \"Small\",\n                        \"id\": \"3\"\n                    },\n                    \"createDate\": \"2019-07-07 17:26:09\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"\",\n                    \"id\": \"4300\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"firstName\": \"\",\n                    \"clientId\": \"4981\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"language\": \"en-us\",\n                    \"phone\": \"\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": 0,\n                            \"critical\": 1,\n                            \"alert\": 0,\n                            \"approval\": 0\n                        },\n                        \"nsl\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\",\n                            \"approval\": \"1\"\n                        }\n                    },\n                    \"address2\": \"\",\n                    \"roleLabel\": \"User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"name\": \"Vicki's Test Account\",\n                        \"description\": \"Client Imported from HMG\",\n                        \"state\": \"State\",\n                        \"address2\": \"Address (line 2)\",\n                        \"zip\": \"\",\n                        \"branding\": {},\n                        \"city\": \"City\",\n                        \"url\": \"\",\n                        \"address\": \"Address1\",\n                        \"id\": \"4981\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                }\n            ],\n            \"paging\": {\n                \"next\": 0,\n                \"count\": \"20\",\n                \"first\": \"0\",\n                \"perPage\": \"100\"\n            }\n        }\n    }\n}"}],"_postman_id":"65ced347-7add-4fa5-b415-52cd9f71aba9"},{"name":"Team Members Get By Client Id","id":"a700e027-500c-476c-9ab5-067ff3fefab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"fields\":[\"*\"],\n\t\"sort\":\"firstName\",\n\t\"order\":\"DESC\"\n}"},"url":"{{url}}/{{apiversion}}/teamMembers/get/104","description":"<p><b>Agency Only</b></p>\n<p>Returns a list of team members and their details</p>\n\n<ul>\n<li>Parameters<ul>\n<li>clientId (integer) - required in the url</li>\n<li>location (string, optional) - filter by location (exact match against city, state, and country)</li>\n<li>keyword (string, optional) - filter by keyword (must be at least 3 characters)</li>\n<li>sort (string, optional) - order of results may be any field name from the fields list. Default is \"lastName\"</li>\n<li>order (string, optional) - \"ASC\" or \"DESC\", default is \"ASC\"</li>\n<li>fields (array[string], optional) - fields to return  <pre>\n      Options: [\"address1\",\"address2\",\"altImageUrls\",\"bio\",\"bioExcerpt\",\"categories\",\"categoriesString\",\"divisions\",\"divisionsString\",\"city\", \"clientId\", \"country\",\"displayEmail\",\"displayPhone\",\"email\",\"facebookUrl\",\"firstName\",\"googleplusUrl\",\"hoverText\",\"id\",\"imageUrls\",\"lastName\",\"linkedinUrl\",\"order\",\"phone\",\"subcategories\",\"subdivisions\",\"ssoToken\",\"state\",\"status\",\"title\",\"twitterUrl\",\"zip\",\"jbFeed\",\"blogFeed\",\"chatLink\",\"displayTm\"]\n      Default: [  \"address1\", \"address2\", \"city\", \"clientId\", \"country\", \"email\", \"firstName\", \"lastName\", \"phone\", \"ssoToken\", \"state\", \"status\", \"title\", \"zip\"]\n  </pre></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","teamMembers","get","104"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fa254d7e-b176-4830-818c-0f71d1ec30e2","name":"Team Members Get By Client Id","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"sort\":\"firstName\",\n\t\"order\":\"DESC\"\n}"},"url":"{{url}}/{{apiversion}}/teamMembers/get/104"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"259","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 06 Sep 2018 21:42:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/teamMembers/get/104","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"722826","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMembers/get/104\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.012609\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"firstName\": \"John\",\n                \"country\": \"\",\n                \"status\": \"1\",\n                \"phone\": \"\",\n                \"state\": \"\",\n                \"address2\": \"\",\n                \"email\": \"john.smith@netsocialpp.com\",\n                \"zip\": \"\",\n                \"city\": \"\",\n                \"title\": \"Recruiter\",\n                \"address1\": \"\",\n                \"lastName\": \"Smith\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a700e027-500c-476c-9ab5-067ff3fefab7"}],"id":"96e7cdf2-b38e-4896-ba8a-84d8f9961b7d","description":"<p>Team members are the users that intereact with the NetSocial platform. Calls Return Team Member Objects.</p>\n<ul>\n<li>Properties<ul>\n<li>clientId (integer,optional) - required for an agency account to create a new team member</li>\n<li>id (integer, optional) - required for an update, in the url or in the post body</li>\n<li>email (string, optional) - required on create</li>\n<li>firstName (string, optional) - required on create</li>\n<li>lastName (string, optional) - required on create</li>\n<li>roleId (integer, optional) - default 26: Client::User (see Roles Get), limited to roles allowed for the APIKey. Personal APIKeys are generated based on Role.</li>\n<li>roleLabel (string)</li>\n<li>title (string, optional)</li>\n<li>status (integer, optional) - is the user allowed to use NetSocial [0|1], default is 1</li>\n<li>address (string,optional)</li>\n<li>address2 (string,optional)</li>\n<li>city (string,optional)</li>\n<li>state (string,optional) - see States Get for allowed values</li>\n<li>zip (string,optional)</li>\n<li>phone (string,optional)</li>\n<li>country (string,optional) - see Countries Get for allowed values</li>\n<li>timezone (string,optional) - see Timezones Get for allowed values, defaults to client's timezone</li>\n<li>currentEarnedValue (decimal, read only) - the value the Team Memenber has earned in the past 7 days</li>\n<li>isPaused (integer)</li>\n<li>isOnboarded (integer)</li>\n<li>planId (integer, readonly) - set via planSet()<ul>\n<li>defaults to -1 for Team Members in Business and Agency Accounts</li>\n</ul>\n</li>\n<li>avatarUrls (object) - an avatarURL Object</li>\n<li>ssoToken - single sign on token</li>\n<li>clientInfo (object)</li>\n<li>permissionInfo (object)</li>\n<li>accounts (array[object]) - a list of account objects</li>\n<li>channels (array[object]) - a list of channel objects</li>\n<li>groups (array[object]) - a list of group objects</li>\n<li>returnedTimezone (string)</li>\n<li>leaderboard (object) - this team members leaderboard object</li>\n<li>canCreateContent (integer)</li>\n<li>logins (integer) - number of logins</li>\n</ul>\n</li>\n</ul>\n<p>Permission Object</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer) - the planId</li>\n<li>name (string) - the plan name</li>\n<li>rate (float) - the plan monthly rate</li>\n<li>accountType (string) - personal|company|agency</li>\n<li>accountLimits (array[object]) - account limits<ul>\n<li>name (string) - limit name</li>\n<li>limit (integer) - limit value</li>\n</ul>\n</li>\n<li>permissions (array[object]) - allowed features<ul>\n<li>name (string) - feature name</li>\n<li>limit (integer) - 0|1</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Permissions - enabled|disabled|hidden</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>3rdPartyApi - use the API with 3rd Parties (IFTTT, etc)\nadvancedAnalytics - use advanced ananlytics\nanalytics - see basic analytics\nbillingSettings - see billing info\ncalendar - schedule using the calendar\ncanCreateContent - use content creation tools\nchannels - use the channels features\naccountSettings - update company settings\ncontentSources - use content sources\nfranchises - use Franchise features\nmultipleClients - use Multiple Client features\ngroupTeamMembers - use Team Member groups\nlinkShortening - use link shortening utilities\nnotificationTemplates - customize notification templates\nqueueForOthers - queue posts to other user's accounts\nqueueToChannel - queue posts to a Channel (only editors)\nreQueue - use reQueue features\nrestApi - access the restApi\nscheduleByChannel\nsocialSignIn - use social signin widgets\nteams - use teams features (edit,add,disable)\neditorApprovalRequired - an editor must approve content submitted by this team member \ndistributionApprovalRequired - the team member wants to approve content before it is distributed\nviewAsMenu - use the viewAs Menu\n</code></pre><p>AvatarUrl Object</p>\n<ul>\n<li>Properties<ul>\n<li>sizeLabel<ul>\n<li>url</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>IMAGE_SIZE_LABEL    IMAGE_SIZE_WIDTH    IMAGE_SIZE_HEIGHT   IMAGE_SIZE_METHOD   \nthumb   200 NULL    scale   \nthumb_small 75  NULL    scale   \nthumb_small_square  75  75  cover   \nthumb_small2x   150 NULL    scale   \nthumb_small2x_square    150 150 cover   \nthumb_square    200 200 cover   \nthumb2x 400 NULL    scale   \nthumb2x_square  400 400 cover   \n</code></pre>","event":[{"listen":"prerequest","script":{"id":"db66155b-743b-41ff-aeb9-6f4617e33270","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"254cdf4e-e59e-408d-b024-88137ab29776","type":"text/javascript","exec":[""]}}],"_postman_id":"96e7cdf2-b38e-4896-ba8a-84d8f9961b7d"},{"name":"Teams","item":[{"name":"Teams Delete","id":"d646573b-cce5-474d-bc00-6fbe190547f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"5100\"]\n}"},"url":"{{url}}/{{apiversion}}/teams/delete/","description":"<p><b>Client or Agency Only<b><br /></b></b></p>\n<p>Delete a Team</p>\n\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of teamIds to delete</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","teams","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d646573b-cce5-474d-bc00-6fbe190547f0"},{"name":"Teams Get","id":"707bef97-a79f-46f4-9929-43bf4e83fb35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\",\n    \"includeMemberDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/teams/get/","description":"<p>Lookup list of Teams</p>\n<ul>\n<li>Parameters<ul>\n<li>id (string, optional) - limit by teamId</li>\n<li>clientId (string, optional)<ul>\n<li>default is the apikey client</li>\n</ul>\n</li>\n<li>ownerId (string, optional)<ul>\n<li>requires accountType if used, and cannot be used with clientId</li>\n</ul>\n</li>\n<li>accountType (string, optional) - 'company' | 'personal'<ul>\n<li>requires ownerId if used, and cannot be used with clientId</li>\n</ul>\n</li>\n<li>includeMemberDetails (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Filters<ul>\n<li>label (string,opitonal) - filter by team label\nReturns a list of Team Objects</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","teams","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6f9fcfbc-9a03-4c5b-ab7e-d123fed745d1","name":"Groups Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\",\n    \"includeMemberDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/groups/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Dec 2018 21:45:08 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"343"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"369168"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/groups/get/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/groups/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.01314\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"members\": [\n                    \"6\"\n                ],\n                \"clientId\": \"2500\",\n                \"id\": \"1\",\n                \"label\": \"New Group\",\n                \"memberDetails\": [\n                    {\n                        \"firstName\": \"Roger\",\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"status\": \"1\",\n                        \"phone\": \"\",\n                        \"state\": \"New York\",\n                        \"address2\": \"\",\n                        \"email\": \"rbush@cooltheory.com\",\n                        \"zip\": \"14031\",\n                        \"city\": \"Clarence\",\n                        \"title\": \"\",\n                        \"address1\": \"1 Main Street\",\n                        \"id\": \"6\",\n                        \"lastName\": \"Ramjett\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"707bef97-a79f-46f4-9929-43bf4e83fb35"},{"name":"Team Set","id":"76ea0466-87e2-463e-8571-ed6836f4d70b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"New Group\",\n    \"id\":\"1\",\n    \"addMembers\":[\"6\"],\n    \"includeMemberDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/team/set/","description":"<p><b>Agency and Business Accounts Only<b><br /></b></b></p>\n<p>Create or Update a Team</p>\n\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer)</li>\n<li>label (string, optional) - team label<ul>\n<li>required on create</li>\n</ul>\n</li>\n<li>clientId (integer, optional)<ul>\n<li>defaults to apikey client</li>\n<li>can not be updated</li>\n</ul>\n</li>\n<li>setMembers (array[integer], optional) - list of teamMemberIds to set (removes previous teamMemberIds)</li>\n<li>addMembers (array[integer], optional) - list of teamMemberIds to add</li>\n<li>removeMembers (array[integer], optional) - list of teamMemberIds to remove</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>includeMemberDetails (integer, optional) - 0|1<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Group object</p>\n","urlObject":{"path":["{{apiversion}}","team","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0e27dc0e-e419-43de-bd5e-0461a87fa74a","name":"Group Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"New Group\",\n    \"id\":\"1\",\n    \"setMembers\":[\"6\"],\n    \"addMembers\":[\"6\"],\n    \"includeMemberDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/group/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Dec 2018 18:22:05 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"347"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"468257"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/group/set/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/group/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.042271\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"members\": [\n                    \"6\"\n                ],\n                \"clientId\": \"2500\",\n                \"id\": \"1\",\n                \"label\": \"New Group\",\n                \"memberDetails\": [\n                    {\n                        \"firstName\": \"Roger\",\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"status\": \"1\",\n                        \"phone\": \"\",\n                        \"state\": \"New York\",\n                        \"address2\": \"\",\n                        \"email\": \"rbush@cooltheory.com\",\n                        \"zip\": \"14031\",\n                        \"city\": \"Clarence\",\n                        \"title\": \"\",\n                        \"address1\": \"1 Main Street\",\n                        \"lastName\": \"Ramjett\"\n                    }\n                ]\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"}],"_postman_id":"76ea0466-87e2-463e-8571-ed6836f4d70b"},{"name":"Teams Team Members Get","id":"879f88ca-8786-4528-893e-b9007d85ba5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"9\"\n}"},"url":"{{url}}/{{apiversion}}/teamsTeamMembers/get/","description":"<p>Returns a list of Teams Team Members</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - team id</li>\n<li>ownerId (integer, optional) - defaults to the apikey ownerId</li>\n<li>accountType (string, optional) - defaults to the apikey accountType</li>\n<li>Options:<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - order of results may be any field name from the fields list<ul>\n<li>defaults to 'lastName'</li>\n</ul>\n</li>\n<li>order (string, optional) - 'ASC'|'DESC'<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n<li>fields (array[string], optional) - fields to return<ul>\n<li>Options:<ul>\n<li>address1</li>\n<li>address2</li>\n<li>altImageUrls</li>\n<li>avatarUrls</li>\n<li>bio</li>\n<li>bioExcerpt</li>\n<li>categories</li>\n<li>categoriesString</li>\n<li>divisions</li>\n<li>divisionsString</li>\n<li>city</li>\n<li>country</li>\n<li>displayEmail</li>\n<li>displayPhone</li>\n<li>email</li>\n<li>facebookUrl</li>\n<li>firstName</li>\n<li>googleplusUrl</li>\n<li>hoverText</li>\n<li>id</li>\n<li>imageUrls</li>\n<li>lastName</li>\n<li>linkedinUrl</li>\n<li>order</li>\n<li>phone</li>\n<li>subcategories</li>\n<li>subdivisions</li>\n<li>state</li>\n<li>status</li>\n<li>title</li>\n<li>twitterUrl</li>\n<li>zip</li>\n<li>jbFeed</li>\n<li>blogFeed</li>\n<li>chatLink</li>\n<li>displayTm</li>\n<li>distributionApprovalRequired</li>\n<li>editorApprovalRequired</li>\n</ul>\n</li>\n<li>Default:<ul>\n<li>address1</li>\n<li>address2</li>\n<li>avatarUrls</li>\n<li>city</li>\n<li>country</li>\n<li>email</li>\n<li>firstName</li>\n<li>lastName</li>\n<li>phone</li>\n<li>state</li>\n<li>status</li>\n<li>title</li>\n<li>zip</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Team Member objects</p>\n","urlObject":{"path":["{{apiversion}}","teamsTeamMembers","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"879f88ca-8786-4528-893e-b9007d85ba5f"}],"id":"eed221c8-4cee-4f44-9661-36855e091707","description":"<p>Create, update and delete Teams</p>\n<p>Team Object</p>\n<p>Properties\n    + id (integer)\n    + label (string)\n    + clientId (integer)\n    + members (array[integer]) - list of teamMemberIds\n    + memberDetails (array[object]) - list of teamMember objects</p>\n","event":[{"listen":"prerequest","script":{"id":"477aabef-f3d5-4620-a071-4751488fec8d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d3323cf3-bfc2-44f2-8d12-1593cc7b571e","type":"text/javascript","exec":[""]}}],"_postman_id":"eed221c8-4cee-4f44-9661-36855e091707"},{"name":"Testing","item":[{"name":"Team Member Set","event":[{"listen":"test","script":{"id":"feacdf90-8d7f-4e3e-bd69-81c2f290887c","exec":["pm.test(\"Status test\", function () {","    pm.response.to.have.status(200);","    pm.expect(pm.response.)","});","",""],"type":"text/javascript"}}],"id":"ec14ba46-878a-4b3c-bcc9-02b6bae2fdc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Test User\",\n    \"email\": \"test0905@cooltheory.com\",\n    \"lastName\": \"User\",\n    \"phone\":\"7163937536\",\n    \"password\":\"NetSocial!\"\n}"},"url":"{{url}}/{{apiversion}}/teamMember/set/","description":"<p>Create or Update a Team Member</p>\n<p>NOTE: Only parameters included are updated.</p>\n<ul>\n<li>Parameters<ul>\n<li>create (integer,optional) - required to create a new team member - [1]</li>\n<li>clientId (integer,optional) - required for an agency account to create a new team member within a client's account</li>\n<li>id (integer, optional) - the TeamMemberId required for an update, in the url or in the post body</li>\n<li>email (string, optional) - required on create</li>\n<li>password (string, optional)</li>\n<li>firstName (string, optional)</li>\n<li>lastName (string, optional)</li>\n<li>isIndividual (integer, optional) - only allowed on create by a NetScocial Admin key<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>roleId (integer, optional) <ul>\n<li>defaults <ul>\n<li>26: Client::User for business accounts</li>\n<li>41: Agency::Editor for agency accounts</li>\n<li>46: Individual when isIndividual is set<ul>\n<li>Note: 46 only allowed for NetScocial Admin keys</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>(see Roles Get) limited to roles allowed for the APIKey</li>\n</ul>\n</li>\n<li>password (string, optional)<ul>\n<li>a random password is set on create, if not supplied</li>\n</ul>\n</li>\n<li>title (string, optional)</li>\n<li>status (integer, optional) - is the user allowed to use NetSocial [0|1], default is 1<ul>\n<li>NOTE: setting status to 0 disables the Team Member, removes them from all groups and channels, and removes any unsent docket entries.</li>\n</ul>\n</li>\n<li>address (string,optional)</li>\n<li>address2 (string,optional)</li>\n<li>city (string,optional)</li>\n<li>state (string,optional) - see States Get for allowed values</li>\n<li>zip (string,optional)</li>\n<li>phone (string,optional) - must be country code + 10 digits<ul>\n<li>include the '+' e.g. +15553334444</li>\n</ul>\n</li>\n<li>country (string,optional) - see Countries Get for allowed values</li>\n<li>timezone (string,optional) - see Timezones Get for allowed values, defaults to client's timezone</li>\n<li>language (string, optional) - see Languages Get for allowed values, defaults to client's language</li>\n<li>avatarUrl (string, optional) - url to an avatar image source<ul>\n<li>NOTE: this can be a url to a NetSocial media upload, or any external file</li>\n<li>The file will be imported and resized</li>\n</ul>\n</li>\n<li>editorApprovalRequired (integer, optional) - 0|1 - can only be set by an admin<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>canCreateContent (integer, optional) - 0|1 - can only be set by an admin<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>distributionApprovalRequired (integer, optional) - 0|1<ul>\n<li>default is 1</li>\n</ul>\n</li>\n<li>Options<ul>\n<li>pause (integer, optional) - 0|1 - set the account to paused<ul>\n<li>this sets all connections to paused</li>\n</ul>\n</li>\n<li>sendNotification (integer, optional) - 0|1 - send an invite or email verification on create<ul>\n<li>default is 1</li>\n<li>Note: no notifications are sent on updates</li>\n</ul>\n</li>\n<li>fields (array[string], optional) - fields to return<ul>\n<li>Options:<ul>\n<li>address1</li>\n<li>address2</li>\n<li>avatarUrls</li>\n<li>city</li>\n<li>country</li>\n<li>email</li>\n<li>firstName</li>\n<li>id</li>\n<li>isPaused</li>\n<li>lastInviteDate</li>\n<li>lastName</li>\n<li>phone</li>\n<li>state</li>\n<li>status</li>\n<li>title</li>\n<li>zip</li>\n<li>distributionApprovalRequired</li>\n<li>editorApprovalRequired</li>\n<li>canCreateContent</li>\n</ul>\n</li>\n<li>Default:<ul>\n<li>address1</li>\n<li>address2</li>\n<li>avatarUrls</li>\n<li>city</li>\n<li>country</li>\n<li>email</li>\n<li>firstName</li>\n<li>isPaused</li>\n<li>lastInviteDate</li>\n<li>lastName</li>\n<li>phone</li>\n<li>state</li>\n<li>status</li>\n<li>title</li>\n<li>zip</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","teamMember","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4cbf3046-1b8b-41b9-be80-e8926c8eae10","name":"Team Member Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Test \",\n    \"email\": \"test0516@cooltheory.com\",\n    \"create\": 1,\n    \"lastName\": \"User\",\n    \"clientId\": \"4944\",\n    \"roleId\": \"36\"\n}"},"url":"{{url}}/{{apiversion}}/teamMember/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2019 19:51:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"389"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"670322"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/teamMember/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMember/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"2.35198\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"isIndividual\": \"0\",\n            \"status\": \"1\",\n            \"isPro\": \"0\",\n            \"emailValid\": \"0\",\n            \"state\": \"\",\n            \"email\": \"test0516@cooltheory.com\",\n            \"city\": \"\",\n            \"createDate\": \"2019-05-16 19:51:25\",\n            \"lastName\": \"User\",\n            \"id\": \"4241\",\n            \"country\": \"\",\n            \"firstName\": \"Test \",\n            \"timezone\": \"America/New_York\",\n            \"language\": \"en-us\",\n            \"notificationPreferences\": {\n                \"email\": {\n                    \"info\": 0,\n                    \"critical\": 1,\n                    \"alert\": 0,\n                    \"approval\": 0\n                },\n                \"nsl\": {\n                    \"info\": 0,\n                    \"critical\": 0,\n                    \"alert\": 0,\n                    \"approval\": 0\n                }\n            },\n            \"phone\": \"\",\n            \"address2\": \"\",\n            \"zip\": \"\",\n            \"title\": \"\",\n            \"address1\": \"\"\n        }\n    }\n}"}],"_postman_id":"ec14ba46-878a-4b3c-bcc9-02b6bae2fdc6"},{"name":"Team Member Onboard","id":"eab958cb-3399-4477-bc02-88f90357b99f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/teamMember/onboard/","description":"<p>Mark a Team Member as onboarded.</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - the TeamMemberId</li>\n</ul>\n</li>\n</ul>\n<p>Return a status object</p>\n","urlObject":{"path":["{{apiversion}}","teamMember","onboard",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eab958cb-3399-4477-bc02-88f90357b99f"},{"name":"Account Set","id":"eca3d512-c741-46af-bdb6-3f0512904cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \n    \n}"},"url":"{{url}}/{{apiversion}}/account/set/","description":"<ul>\n<li>Account Object<ul>\n<li>id (integer) - required unless create is specified</li>\n<li>create (integer) - required if id is not soecified</li>\n<li>status (integer, optional) - 0|1 <ul>\n<li>defaults to 1 on create</li>\n</ul>\n</li>\n<li>accountType (string) - [company|personal] default is personal</li>\n<li>ownerId (integer) - Team member or Company id (defaults to the client or user of the apikey)</li>\n<li>connectionId (integer) - the connection id</li>\n<li>resourceType (string) - profile|page|group</li>\n<li>resourceId (string) - the id of the page or group</li>\n<li>resourceToken (string) - token associated with the page or group</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","account","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eca3d512-c741-46af-bdb6-3f0512904cce"}],"id":"1e2dae62-b3e6-43ce-89ba-44394c355058","description":"<p>Testing the flow of user creation and app usage\nCreate user --&gt; Onboard User --&gt; Add Social Account --&gt; Create Channel --&gt; Create Post --&gt; Subscribe to Public Channels</p>\n","event":[{"listen":"prerequest","script":{"id":"1a81dad2-e226-496a-ac2f-1ff92ee7f698","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"df970e80-cbd3-47f7-aed7-16ea86482302","type":"text/javascript","exec":[""]}}],"_postman_id":"1e2dae62-b3e6-43ce-89ba-44394c355058"},{"name":"Timeslots","item":[{"name":"Timeslot Delete","id":"eb49ba07-0957-41f7-9653-e3b680393efa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"10\"\n}"},"url":"{{url}}/{{apiversion}}/timeslot/delete/","description":"<p>Delete a Timeslot</p>\n<ul>\n<li><p>returns the updated Schedule object</p>\n</li>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer) - the timeslotId, in the url or body</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","timeslot","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"44d0f567-56c9-4aaa-941a-5af3c94e01e5","name":"Timeslot Delete","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"10\"\n}"},"url":"{{url}}/{{apiversion}}/timeslot/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 27 Oct 2018 14:06:13 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"283"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"2196333"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/timeslot/delete/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timeslot/delete/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.016517\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"schedule\": {\n                \"id\": \"1\",\n                \"timeslots\": [\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"13:48\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"11\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"16:42\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"12\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"19:36\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"13\"\n                    }\n                ],\n                \"ownerId\": \"6\",\n                \"service\": \"Twitter\"\n            }\n        }\n    }\n}"}],"_postman_id":"eb49ba07-0957-41f7-9653-e3b680393efa"},{"name":"Timeslot Set","id":"b3be88a0-b365-400b-8315-6f57666ebfed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"10\",\n    \"timeslot\":{\n    \t\"daysOfWeek\":{\"Sun\":\"0\",\"Mon\":\"1\",\"Tue\":\"1\",\"Wed\":\"1\",\"Thu\":\"1\",\"Fri\":\"1\",\"Sat\":\"0\"},\n    \t\"time\":\"01:01\"\n    }\n}"},"url":"{{url}}/{{apiversion}}/timeslot/set/","description":"<p>Create or Update a Timeslot</p>\n<ul>\n<li><p>returns the updated Schedule object</p>\n</li>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer, optional) - the timeslotId<ul>\n<li>required for an update</li>\n</ul>\n</li>\n<li>scheduleId (integer, optional) - the schedule these slots belong to<ul>\n<li>required for a new timeslot</li>\n</ul>\n</li>\n<li>timeslot (object, required) - a timeslot object<ul>\n<li>only daysOfWeek and time are required</li>\n</ul>\n</li>\n<li>options<ul>\n<li>create (integer, optional) - required if no timeslotId is supplied</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","timeslot","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"616d5bfd-01f6-4973-a5f0-9f2b1a649396","name":"Timeslot Set","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"10\",\n    \"timeslot\":{\n    \t\"daysOfWeek\":{\"Sun\":\"0\",\"Mon\":\"1\",\"Tue\":\"1\",\"Wed\":\"1\",\"Thu\":\"1\",\"Fri\":\"1\",\"Sat\":\"0\"},\n    \t\"time\":\"01:01\",\n    \t\"category\":\"\"\n    }\n}"},"url":"{{url}}/{{apiversion}}/timeslot/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 27 Oct 2018 14:01:31 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"305"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"2196327"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/timeslot/set/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timeslot/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.015894\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"schedule\": {\n                \"id\": \"1\",\n                \"timeslots\": [\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"01:01\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"0\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"0\"\n                        },\n                        \"id\": \"10\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"13:48\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"11\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"16:42\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"12\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"19:36\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"13\"\n                    }\n                ],\n                \"ownerId\": \"6\",\n                \"service\": \"Twitter\"\n            }\n        }\n    }\n}"}],"_postman_id":"b3be88a0-b365-400b-8315-6f57666ebfed"},{"name":"Timeslots Set","id":"ffed1e6c-4016-4a35-a707-c41cd6dacff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"scheduleId\":\"1\",\n    \"createDefaultTimeslots\":{\"create\":\"1\",\"daysOfWeek\":{\"all\":\"1\"}}\n}"},"url":"{{url}}/{{apiversion}}/timeslots/set/","description":"<p>Create or Replace Timeslots</p>\n<ul>\n<li><p>returns the updated Schedule object</p>\n</li>\n<li><p>Parameters</p>\n<ul>\n<li>scheduleId (integer, required) - the schedule these slots belong to</li>\n<li>timeslots (array[object], optional) - an array of timeslot definitions<ul>\n<li>NOTE: creating a timeslot with the same time as another within the same schedule will result in an error</li>\n</ul>\n</li>\n<li>options<ul>\n<li>replaceTimeslots (integer, optional) - if true, will replace all timeslots for this schedule, otherwise slots are added to the schedule</li>\n<li>createDefaultTimeslots (object, optional) - creates equally distributed timeslot entries, replacing any previously defined timeslots<ul>\n<li>create (integer) - 1</li>\n<li>numberOfTimeslots (integer, optional) - 1-96, default is 4</li>\n<li>between (object, optional) - 00:00 - 23:59 - startTime and endTime, default is 08:00 and 20:00</li>\n<li>daysOfWeek (object, optional) - {\"Sun\":\"0\",\"Mon\":\"1\",\"Tue\":\"1\",\"Wed\":\"1\",\"Thu\":\"1\",\"Fri\":\"1\",\"Sat\":\"0\"}<ul>\n<li>also accepts the shortcuts: {\"all\":\"1\"}, {\"weekends\":\"1\"}, {\"weekdays\":\"1\"}</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","timeslots","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"237d6744-9ea0-45df-9499-9604238d134a","name":"Timeslots Set","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"apikey","type":"text","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"scheduleId\":\"1\",\n    \"createDefaultTimeslots\":{\"create\":\"1\",\"daysOfWeek\":{\"all\":\"1\"}}\n}"},"url":"{{url}}/{{apiversion}}/timeslots/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 27 Oct 2018 13:35:10 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"292"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"2228865"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/timeslots/set/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timeslots/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.299779\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"schedule\": {\n                \"id\": \"1\",\n                \"timeslots\": [\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"10:54\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"10\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"13:48\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"11\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"16:42\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"12\"\n                    },\n                    {\n                        \"categoryId\": \"0\",\n                        \"scheduleId\": \"1\",\n                        \"time\": \"19:36\",\n                        \"daysOfWeek\": {\n                            \"Mon\": \"1\",\n                            \"Tue\": \"1\",\n                            \"Fri\": \"1\",\n                            \"Wed\": \"1\",\n                            \"Sat\": \"1\",\n                            \"Thu\": \"1\",\n                            \"Sun\": \"1\"\n                        },\n                        \"id\": \"13\"\n                    }\n                ],\n                \"ownerId\": \"6\",\n                \"service\": \"Twitter\"\n            }\n        }\n    }\n}"}],"_postman_id":"ffed1e6c-4016-4a35-a707-c41cd6dacff5"}],"id":"abe363c8-25dd-4973-aceb-03b712d00fe8","description":"<p>Timeslot Object</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer) - the timeslotId</li>\n<li>scheduleId (integer) - the schedule this timeslot belongs to</li>\n<li>daysOfWeek (object) - {\"Sun\":\"0\",\"Mon\":\"1\",\"Tue\":\"1\",\"Wed\":\"1\",\"Thu\":\"1\",\"Fri\":\"1\",\"Sat\":\"0\"}<ul>\n<li>also accepts the shortcuts: {\"all\":\"1\"}, {\"weekends\":\"1\"}, {\"weekdays\":\"1\"}</li>\n</ul>\n</li>\n<li>time (string) - a time value between 00:00 and 23:59</li>\n<li>shortcut (string, optional) - one of all,weekends,weekdays</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"b01627e4-08b1-4b57-852f-4a8214da5a86","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5aba9b80-7a0a-4758-8599-08be5876eae4","type":"text/javascript","exec":[""]}}],"_postman_id":"abe363c8-25dd-4973-aceb-03b712d00fe8"},{"name":"Widgets","item":[{"name":"Widget Get","id":"943f0b72-6d9b-457e-bc1d-b0f85f4949e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/widget/get/2","description":"<p>Get a widget by id or key</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional)</li>\n<li>key (string, optional)</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","widget","get","2"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a54e0f09-0563-4c7e-8031-9a75b7d72d37","name":"Widget Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"2\"\n}"},"url":"{{url}}/{{apiversion}}/widget/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"257","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 17:26:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/widget/get/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1443572","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/widget/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.008926\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"clientId\": \"104\",\n                \"label\": \"My Login\",\n                \"id\": \"2\",\n                \"type\": \"login\",\n                \"code\": \"some code\",\n                \"key\": \"5565ff58500b95948a7b610da9235b05\",\n                \"settings\": \"{\\\"callback\\\":\\\"/some/url/\\\"}\"\n            }\n        ]\n    }\n}"}],"_postman_id":"943f0b72-6d9b-457e-bc1d-b0f85f4949e5"},{"name":"Widget Set","id":"b3e040c5-1ee4-4237-a363-ec6fa14bf6f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"clientId\":\"104\",\n    \"type\":\"login\",\n    \"label\":\"My Login\",\n    \"settings\":\"{\\\"callback\\\":\\\"/some/url/\\\"}\",\n    \"create\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/widget/set/","description":"<p>Create or Update a Widget</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - required for an update in the URL or body</li>\n<li>create (integer) - required for a create [1] </li>\n<li>clientId (integer) - required for a create by franchise owner or agency, otherwise read only</li>\n<li>type (enum) - [login] - required for a create, otherwise read only</li>\n<li>label (string, optional) - required for a create</li>\n<li>settings (string, optional) - required for a create<ul>\n<li>JSON: {\"callback\":\"<a href=\"https://yourdomain.com/to/your/path/%22%7D\">https://yourdomain.com/to/your/path/\"}</a></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","widget","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a4fb00b1-0fde-44e8-a9d6-badfb5389927","name":"Widget Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"clientId\":\"104\",\n    \"type\":\"login\",\n    \"label\":\"My Login\",\n    \"settings\":\"{\\\"callback\\\":\\\"/some/url/\\\"}\",\n    \"create\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/widget/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"248","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 17:18:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/widget/set/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1138960","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/widget/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.016803\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"clientId\": \"104\",\n                \"label\": \"My Login\",\n                \"id\": \"2\",\n                \"type\": \"login\",\n                \"key\": \"5565ff58500b95948a7b610da9235b05\",\n                \"settings\": \"{\\\"callback\\\":\\\"/some/url/\\\"}\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b3e040c5-1ee4-4237-a363-ec6fa14bf6f9"},{"name":"Widgets Get","id":"a3d552c0-0733-484d-98c4-c12dcc732c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"login\",\n    \"clientId\":\"104\"\n}"},"url":"{{url}}/{{apiversion}}/widgets/get/","description":"<p>Lookup list of Widgets</p>\n<ul>\n<li>Parameters<ul>\n<li>clientId (string, optional) - required for agency or franchise parent lookups</li>\n<li>type (string, optional) - filter by type</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","widgets","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d6e82bfc-b07f-44e2-a2a4-8abd5b1cbe45","name":"Widgets Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"login\",\n    \"clientId\":\"104\"\n}"},"url":"{{url}}/{{apiversion}}/widgets/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"349","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 15:38:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/widgets/get/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"432418","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/widgets/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.069827\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"clientId\": \"104\",\n                \"label\": \"My Login\",\n                \"id\": \"2\",\n                \"type\": \"login\",\n                \"code\": {\n                    \"linkedin\": \"http://zap.stable.netsocialapp.com/zap.smpl?type=wgt&key=5565ff58500b95948a7b610da9235b05&service=linkedin\",\n                    \"twitter\": \"http://zap.stable.netsocialapp.com/zap.smpl?type=wgt&key=5565ff58500b95948a7b610da9235b05&service=twitter\",\n                    \"facebook\": \"http://zap.stable.netsocialapp.com/zap.smpl?type=wgt&key=5565ff58500b95948a7b610da9235b05&service=facebook\",\n                    \"amazon\": \"http://zap.stable.netsocialapp.com/zap.smpl?type=wgt&key=5565ff58500b95948a7b610da9235b05&service=amazon\"\n                },\n                \"key\": \"5565ff58500b95948a7b610da9235b05\",\n                \"settings\": \"{\\\"callback\\\":\\\"http://admin.stable.netsocialapp.com\\\"}\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a3d552c0-0733-484d-98c4-c12dcc732c98"}],"id":"d4bea5ce-91fc-4e9e-a5f1-6ba29e7ddd32","description":"<p>Widget Configuration</p>\n<ul>\n<li><p>Properties</p>\n<ul>\n<li>id (integer)</li>\n<li>key (string) - read only</li>\n<li>cliengId (integer)</li>\n<li>type (enum) - [login]</li>\n<li>label (string)</li>\n<li>settings (string) - json formatted string</li>\n<li>code (string) - read only - code block to implement the widget</li>\n</ul>\n</li>\n<li><p>Login Widget</p>\n<ul>\n<li>settings<ul>\n<li>JSON: {\"callback\":\"<a href=\"https://yourdomain.com/to/your/path/%22%7D\">https://yourdomain.com/to/your/path/\"}</a></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>The user's profile will be returned as a JSON string in the variable 'profile'\nAny additional variables passed in the login widget url will be returned in the callback.</p>\n","event":[{"listen":"prerequest","script":{"id":"35534bb3-542f-4784-b851-364b76551433","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e3711614-755e-4935-aca8-277589cd4c1b","type":"text/javascript","exec":[""]}}],"_postman_id":"d4bea5ce-91fc-4e9e-a5f1-6ba29e7ddd32"}],"event":[{"listen":"prerequest","script":{"id":"7af54e3e-ef7d-4962-b9ed-b0a7bcd598b1","type":"text/javascript","exec":["console.log(\"NetSocial API folder prerequisite script\");"]}},{"listen":"test","script":{"id":"8eb93187-2cfa-470c-9576-b367b32167f9","type":"text/javascript","exec":["pm.test(\"Response must have status 200, be valid, and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.have.status(200);","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","","// What should the benchmark be for endpoint speed - 200 ms?","pm.test(\"Response time is less than 500ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(500);","});","","// Check api version - v1.1","pm.test(\"Running API v1.1\", function () {","    pm.expect(pm.environment.get(\"apiversion\")).to.equal(\"v1.1\");","});","","","var jsonData = pm.response.json();","","// Check for paging - might need to be changed depending on standard response structure","//pm.test(\"Response has paging\", function () {"," //   pm.expect(\"paging\" in jsonData.results.data).to.equal(true);","//});",""]}}]}