Aller au contenu

/api/workspaces/{wsId}/saved-reports (POST)

POST
/api/workspaces/{wsId}/saved-reports
curl --request POST \
--url https://example.com/api/workspaces/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/saved-reports \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "isShared": true, "filters": "example", "viewConfig": "example" }'
wsId
required
string format: uuid
Media type application/json
object
name
string
nullable
isShared
boolean
filters
string
nullable
viewConfig
string
nullable
Example generated
{
"name": "example",
"isShared": true,
"filters": "example",
"viewConfig": "example"
}

OK