cURL
curl --request GET \ --url https://app.demandiq.com/api/decks
{ "decks": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "type": "structured", "isActive": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "previewImageUrl": "<string>" } ] }
List all decks for your organization, ordered by creation date (newest first).
List of decks
Show child attributes