Skip to main content
GET
/
api
/
decks
/
{deckId}
/
preview-status
Get preview status
curl --request GET \
  --url https://app.demandiq.com/api/decks/{deckId}/preview-status
{
  "needsPreview": true,
  "slidesNeedingPreview": 123
}

Path Parameters

deckId
string<uuid>
required

Deck ID

Response

200 - application/json

Preview status

needsPreview
boolean
slidesNeedingPreview
integer