Raw
Authorizations
HTTPRequired
Query parameters
tablestringOptionalExample:
The table to get the data from, sample: telephone_calls_inbound
telephone_calls_inboundcolumnsstringOptionalExample:
Comma separated list of the columns you want data from.
id,brand_id,ticket_idfilters[]stringOptional
Array of filters you want to apply. Availability is dependent per table. Simply give the filter name as index for this parameter.
startstringOptionalExample:
type: ISO datetime
Timestamp of when the data should start, example: 2025-01-01 00:00:00
2025-01-01 00:00:00endstringOptionalExample:
type: ISO datetime
Timestamp of when the data should end, example: 2025-02-01 00:00:00
2025-04-20 22:00:00Responses
200
OK
application/json
Responseobject
get/api/v2/raw/tableData
200
OK
Last updated