Outlets
Get all outlets
Returns all outlets of an enterprise associated with the connector integration.
Request
[PlatformAddress]/api/connector/v1/outlets/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
array of string
optional, max 1000 items
Unique identifiers of the Enterprises. If not specified, the operation returns data for all enterprises within scope of the Access Token.
Response
Cursor
string
optional
Unique identifier of the item one newer in time order than the items to be returned. If Cursor is not specified, i.e. null, then the latest or most recent items will be returned.
Outlet
Id
string
required
Unique identifier of the outlet.
IsActive
boolean
required
Whether the outlet is still active.
Name
string
required
Name of the outlet.
CreatedUtc
string
required
Creation date and time of the outlet in UTC timezone in ISO 8601 format.
UpdatedUtc
string
required
Last update date and time of the outlet in UTC timezone in ISO 8601 format.
Last updated