- Retrieve a user's segments
Create a new UI segment
Retrieve a segment
Update a segment
Delete a segment
Retrieve a user's segment...
Retrieves a user's UI segments.
Security
SecretApiKey or JWT
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/grid-segments
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/grid-segments
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/grid-segments
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/grid-segments?limit=1000&offset=1000&sort=string&filter=string&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Segments retrieved.
Array []
Object that contains a schema that is used to set up the UI for the segment. This schema is built and consumed by the frontend. It includes information such as: segment name, UI settings, and so on.
Specifies if this segment is starred by the current user. Starring a segment marks it as a favorite segment, and also adds the segment to a starred folder in the UI.
Response
[ { "id": "grd_seg_0YVCNRJW0ADV49TN8BD9X91XB5", "owner": { … }, "data": { … }, "isStarred": true, "isVisible": true, "users": [ … ], "scope": "private" } ]