GET api/organization/lastchange
Returns company's last modified timestamp.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
OrganizationLastChangeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Time |
Timestamp. |
date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Time": "2025-12-16T04:04:17.1222159+00:00"
}
text/html
Sample:
{"Time":"2025-12-16T04:04:17.1222159+00:00"}
application/xml, text/xml
Sample:
<OrganizationLastChangeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.WebAPI.DTOs"> <Time>2025-12-16T04:04:17.1222159+00:00</Time> </OrganizationLastChangeDTO>