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",
"createdBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"updatedBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"createdAt": "2023-10-31T12:34:56.789Z",
"updatedAt": "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"
}
]