Widget
Reporting
Path Parameters
id integer required
Report ID
Query Parameters
filters string[]
search string
sorts string[]
Responses
- 200
- 400
- 401
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object
average_amount number
total_amount number
errors object
type
other_errors object
property name* string[]
string
status
{
"data": {
"average_amount": 0,
"total_amount": 0
},
"errors": {},
"other_errors": {},
"status": {}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Loading...