cURL
curl --request GET \ --url https://crm.universal.rollout.com/api/lists/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Rollout-Credential-Id: <api-key>'
{ "id": "<string>", "originalIds": {}, "original": {}, "created": "<string>", "updated": "<string>", "rolloutUpdated": "<string>", "peopleParticipantIds": [ "<string>" ], "name": "<string>", "isFavorite": true, "description": "<string>" }
Authorization JWT
The Rollout Credential ID to use for queries/mutations
OK
Show child attributes