Create Dashboard Group
POST https://{{API_URL}}/dashboard_groups
Creates a single Dashboard Group and returns the record.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
**Update in Body Tab | string | dashboard_group | |
object |
asset_search_ids array of integers asset_search_ids
asset_search_order string name string role_ids array of integers Can only by updated by the creator of the Dashboard Group
role_ids
share_method string Can only by updated by the creator of the Dashboard Group |
Request Body
{"dashboard_group"=>{"name"=>"api test 1", "asset_search_ids"=>[112112], "share_method"=>"roles", "role_ids"=>[12014]}}