Add Items to a Dashboard List

POST {{baseUrl}}/api/v2/dashboard/lists/manual/:dashboard_list_id/dashboards

Add dashboards to an existing dashboard list.

Request Body

{"dashboards"=>[{"type"=>"custom_timeboard", "id"=>"<string>"}, {"type"=>"integration_timeboard", "id"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;added_dashboards_to_list&quot;:[{&quot;type&quot;:&quot;integration_timeboard&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;},{&quot;type&quot;:&quot;custom_timeboard&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;}]}