Solved
startDate format for called QueryPropertiesHistory on Postman
Hello
I would like to use postman to test called service QueryPropertiesHistory
On Thingworx 8.4
first, I try it on thingworx like
When i try it on Postman is like (Only raw body)
Value does not show
I think it may about format on startDate and endDate
How the format should be on postman
Thank you
Thank you
{ "oldestFirst": false,
"maxItems": 5,
"startDate": "2021-05-11T22:30:00.000Z",
"endDate": "2021-05-11T23:00:00.000Z"
}

