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
Example response
[
{
"name": "Property name",
"timezone": "UTC",
"country_code": "US"
}
]