Reports
Get reports
Reports
Get reports
Get saved queries
GET
/
saved-queries
curl --request GET \
--url https://app.delphihq.com/api/saved-queries \
--header 'X-API-KEY: <api-key>' \
--header 'X-CLIENT-ID: <api-key>'
{
"status": "ok",
"result": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"query": {},
"createdAt": "<string>",
"updatedAt": "<string>",
"folderId": "<string>",
"createdById": "<string>",
"connectionId": "<string>",
"order": 123,
"width": 123,
"height": 123,
"x": 123,
"y": 123
}
]
}
Query Parameters
Response
200 - application/json
Get saved queries
Available options:
ok
curl --request GET \
--url https://app.delphihq.com/api/saved-queries \
--header 'X-API-KEY: <api-key>' \
--header 'X-CLIENT-ID: <api-key>'
{
"status": "ok",
"result": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"query": {},
"createdAt": "<string>",
"updatedAt": "<string>",
"folderId": "<string>",
"createdById": "<string>",
"connectionId": "<string>",
"order": 123,
"width": 123,
"height": 123,
"x": 123,
"y": 123
}
]
}