GET api/Revision?token={token}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| token | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"ModifiedTS": "2026-02-19T13:44:51.8875167-05:00"
}
application/xml, text/xml
Sample:
<Revision xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThumbLib.Models"> <Id>1</Id> <ModifiedTS>2026-02-19T13:44:51.8875167-05:00</ModifiedTS> </Revision>