Saltar al contenido principal
POST
/
v1
/
analytics
/
reports
Create a report
curl --request POST \
  --url https://api.bold-factory.com/v1/analytics/reports \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "type": "<string>",
  "editable": true,
  "embedUrl": "<string>",
  "datasetId": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Cuerpo

application/json
name
string
requerido

Respuesta

Created

id
string<uuid>
requerido
name
string
requerido
type
string
requerido
editable
boolean
requerido
embedUrl
string
requerido
datasetId
string
requerido