cURL
curl --request GET \ --url https://app.demandiq.com/api/decks/{deckId}/presentations
{ "presentations": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "deckId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "not_started", "voiceSettings": { "voice_id": "<string>", "stability": 123, "similarity_boost": 123 }, "languageSettings": { "language_code": "en" }, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
List all presentations for a deck, ordered by creation date (newest first).
Deck ID
List of presentations
Show child attributes