GET
/integration/v1/reports/{id}/data
Get report data
Get report data
operationId Get report data
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id
|
string (uuid) | required | Report id |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
search
|
string | optional | Search string |
_limit
|
integer | optional | Limit number of results |
|
integer | optional | Pagination start offset |
Responses
200
application/json schema
{
"type": "object",
"description": "Report data",
"nullable": true
}
412 Invalid parameters
500 Server error
512 Specification violations