cURL
curl --request POST \ --url https://prod.dataapi.papermap.ai/api/v1/external/dashboards \ --header 'Content-Type: <content-type>' \ --header 'X-API-Key-ID: <x-api-key-id>' \ --header 'X-Signature: <x-signature>' \ --header 'X-Valid-Until: <x-valid-until>' \ --header 'X-Workspace-ID: <x-workspace-id>' \ --data ' { "workspace_id": "<string>", "title": "<string>", "description": "<string>" } '
{ "message": "<string>", "success": true, "data": { "created_by": "<string>", "modified_by": "<string>", "deleted_by": "<string>", "dashboard_id": "<string>", "title": "<string>", "description": "<string>", "workspace_id": "<string>", "dashboard_status": "<string>", "meta": {}, "configuration": {}, "is_public": true, "created_at": "2023-11-07T05:31:56Z", "modified_at": "2023-11-07T05:31:56Z" } }
Endpoint to create a new dashboard
API Key Identifier
Workspace Identifier
Validity timestamp for the request
Request signature for authentication
Specifies the content type of the request body
application/json
CORS allow origin header
*
ID of the workspace
Title of the dashboard
Optional description of the dashboard
Dashboard created successfully
Show child attributes
Was this page helpful?