Business segments
Get all business segments
Returns all business segments. This operation supports Portfolio Access Tokens.
Request
[PlatformAddress]/api/connector/v1/businessSegments/getAll
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
| 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. |
| array of string | optional, max 1000 items | Unique identifiers of the requested |
| array of string | optional, max 1000 items | Unique identifiers of the |
| optional, max length 3 months | Interval of | |
| array of Activity state | optional | Whether to return only active, only deleted or both records. |
| required | Limitation on the quantity of data returned and optional Cursor for the starting point of data. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Business segment | required | Business segments. |
| 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
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Unique identifier of the business segment. |
| string | required | Unique identifier of the |
| boolean | required | Whether the business segment is still active. |
| string | required | Name of the business segment. |
| string | required | Creation date and time of the business segment in UTC timezone in ISO 8601 format. |
| string | required | Last update date and time of the business segment in UTC timezone in ISO 8601 format. |
Last updated