cURL
curl --request GET \ --url https://crm.universal.rollout.com/api/smart-lists/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Rollout-Credential-Id: <api-key>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "isFub2": true, "shared": true, "userId": "<string>", "conditions": [ [ { "fld": "<string>", "opr": "<string>", "num": "<string>", "unit": "<string>", "val": [ "<string>" ] } ] ], "sortBy": "<string>", "columns": [ { "name": "<string>", "enabled": true, "width": 123 } ], "sharedWith": { "userIds": [ "<string>" ], "teamIds": [ "<string>" ] }, "created": "<string>", "updated": "<string>", "rolloutUpdated": "<string>", "originalIds": {}, "original": {} }
Authorization JWT
The Rollout Credential ID to use for queries/mutations
OK
Show child attributes