Business segments
Get all business segments
Returns all business segments. This operation supports Portfolio Access Tokens.
Request
[PlatformAddress]/api/connector/v1/businessSegments/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.
Ids
array of string
optional, max 1000 items
Unique identifiers of the requested Business segment
.
ServiceIds
array of string
optional, max 1000 items
Unique identifiers of the Services
from which the business segments are requested.
UpdatedUtc
optional, max length 3 months
Interval of Business segment
last update date and time.
ActivityStates
optional
Whether to return only active, only deleted or both records.
Limitation
required
Limitation on the quantity of data returned and optional Cursor for the starting point of data.
Response
BusinessSegments
required
Business segments.
Cursor
string
optional
Unique identifier of the last and hence oldest business segment item returned. This can be used in Limitation in a subsequent request to fetch the next batch of older business segment.
Business segment
Id
string
required
Unique identifier of the business segment.
ServiceId
string
required
Unique identifier of the Service
.
IsActive
boolean
required
Whether the business segment is still active.
Name
string
required
Name of the business segment.
CreatedUtc
string
required
Creation date and time of the business segment in UTC timezone in ISO 8601 format.
UpdatedUtc
string
required
Last update date and time of the business segment in UTC timezone in ISO 8601 format.
Last updated