Retrieves a user's UI segments.
limit | integer [ 0 .. 1000 ] Limits the number of collection items to be returned. |
offset | integer >= 0 Specifies the starting point within the collection of items to be returned. |
sort | Array of strings Sorts and orders the collection of items. To sort in descending
order, prefix with |
filter | string Filters the collection items. This field requires
a special format. Use For more information, see Using filter with collections. |
q | string Use this field to perform a partial search of text fields. |
Segments retrieved.
Access forbidden.
[- {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "owner": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "name": "string"
}, - "data": { },
- "isStarred": true,
- "isVisible": true,
- "users": [
- {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "name": "string"
}
], - "scope": "private"
}
]