userDashboard
Gets the user dashboard widget layout
Returns the saved dashboard widget layout for the authenticated user, identified by dashboard ID. Use this endpoint to restore a user's previously configured dashboard arrangement.
Gets the user dashboard widget layout
Submits a request to retrieve the user's dashboard widget layout by ID. Provide the dashboard Id in the request body.
Get dashboard widget layout by name
Returns the saved dashboard widget layout for the authenticated user, looked up by dashboard name. Use this endpoint when the dashboard name is known but the ID is not.
Get dashboard widget layout by name
Submits a request to retrieve the user's dashboard widget layout by name. Provide the dashboard Name in the request body.
Stores the user dashboard widget layout
Saves the user's dashboard widget layout, including the dashboard name and widget positions. If an ID is supplied the existing layout is updated; otherwise a new layout is created. Returns the saved layout details.
Stores the user dashboard widget layout
Submits a request to save the user's dashboard widget layout. Provide the dashboard ID, name, and widget list in the request body.
Deletes the user dashboard widget layout
Deletes the saved dashboard widget layout identified by the given ID. This removes the layout permanently and cannot be undone.
Deletes the user dashboard widget layout
Submits a request to delete the specified dashboard widget layout. Provide the dashboard Id in the request body.