Create a dashboard list

POST {{baseUrl}}/api/v1/dashboard/lists/manual

Create an empty dashboard list.

Request Body

{"name"=>"My Dashboard", "author"=>{"email"=>"Excepteur id tempor cillum", "handle"=>"culpa nostrud pariatur", "name"=>"cillum minim"}, "created"=>"1966-02-10T07:56:34.100Z", "dashboard_count"=>38191328, "id"=>17219875, "is_favorite"=>false, "modified"=>"1943-12-25T04:37:37.575Z", "type"=>"manual_dashboard_list"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"name":"My Dashboard","author":{"email":"Excepteur id tempor cillum","handle":"culpa nostrud pariatur","name":"cillum minim"},"created":"1966-02-10T07:56:34.100Z","dashboard_count":38191328,"id":17219875,"is_favorite":false,"modified":"1943-12-25T04:37:37.575Z","type":"manual_dashboard_list"}