/api/agent

POST /api/agent/v1/dashboard

Create a new dashboard, optionally populated with saved questions.

Pass question_ids to add existing saved questions as cards on the dashboard. Cards are automatically positioned on the grid based on their display type.

post/api/agent/v1/dashboard

Request body

collection_idinteger nullable

value must be an integer greater than zero.

descriptionstring nullable
namestring required
question_idsinteger[] nullable

Response

Successful response

collection_idinteger nullable required

value must be an integer greater than zero.

dashcard_idsinteger[] required
descriptionstring nullable required
idinteger required

value must be an integer greater than zero.

namestring required

Changes