History Queries
List all history queries
Retrieves a list of all configured history queries
get/api/history
Response
Array of history query objects
Example response
[
{
"id": "entity123",
"creationDate": "2023-10-31T12:34:56.789Z",
"lastEditInstant": "2023-10-31T12:34:56.789Z",
"name": "Production Data Migration",
"description": "Migrate production data from old to new system",
"startTime": "2023-01-01T00:00:00Z",
"endTime": "2023-01-31T23:59:59Z"
}
]