Duplicate Custom Dashboard
Creates duplicate of a given custom dashboard. Only admin and member users can perform this action
The Entity ID of object requestion information on
Duplicate custom dashboard request
{
"name": "Custom Dashboard Name",
"description": "This is a Custom Dashboard",
"retain_access_permissions": false
}
Name of the custom dashboard
Description of the custom dashboard
Should custom dashboard permissions be copied while duplicating the custom dashboard.
Success
"CustomDashboardResponse Object"
Entity Identifier for a custom dashboard
Descriptor or identifier for particular custom dashboard.
Description of the custom dashboard
Create timestamp for custom dashboard
Last update timestamp for custom dashboard
User email of the custom dashboard owner
List of users with read privilege for the custom dashboard
List of users with read and write privilege for the custom dashboard
Pins associated with custom dashboard
LDAP/VIDM groups with read and write privilege of the custom dashboard
LDAP/VIDM groups with read privilege of the custom dashboard
Bad Request
"ApiError Object"
code
message
details
Unauthorized
"ApiError Object"
code
message
details
Internal Error
"ApiError Object"
code
message
details
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/ni/custom-dashboards/{id}/duplicate