Saltar al contenido principal
GET
/
v1
/
analytics
/
reports
Get all existing reports
curl --request GET \
  --url https://api.bold-factory.com/v1/analytics/reports \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "type": "<string>",
      "editable": true,
      "embedUrl": "<string>",
      "datasetId": "<string>"
    }
  ],
  "totalCount": 123
}

Autorizaciones

Authorization
string
header
requerido

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

Respuesta

OK

results
object[]
requerido
totalCount
integer<int32>
requerido