v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Reports

Get report properties by id

get/datainsights/v1.1/reports/{report_id}/properties

Path parameters

report_idinteger required

Report id of the resource

Headers

X-PROPERTY-IDinteger required

Property id of the client

Response

OK

idinteger required

Property id

namestring required

Property name

timezonestring required

Property Timezone

country_codestring

Property country code

Example response

[
  {
    "name": "Property name",
    "timezone": "UTC",
    "country_code": "US"
  }
]