History Queries
Create history query item
Creates a new item in a history query
post/api/history/{historyId}/items
Path parameters
historyIdstring required
Request body
Example request
{
"settings": {
"dateTimeFields": [
{
"timezone": "Europe/Paris"
}
],
"serialization": {
"outputTimezone": "Europe/Paris"
}
}
}Response
Created
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"
}