Authenticate
Endpoint: https://app.qoreai.com/api/v1/app/ai/workspace/export/json
Method: POST
Payload
type: application/json
Parameter | Type | Default | Description |
---|---|---|---|
workspaceId | numeric | Numeric ID of the workspace to query | |
filter | array | Array of columnNames with filterValue [ "dealer_name = My Dealership" ] |
Response
Status Code: 200
results: [
{ ...rowData}
]
Status Code: 401
{
"error": "",
"error_description": "Unauthorized"
}