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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"added_dashboards_to_list":[{"type":"integration_timeboard","id":"\u003cstring\u003e"},{"type":"custom_timeboard","id":"\u003cstring\u003e"}]}