GET api/organization/lastchange
Returns company's last modified timestamp.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
OrganizationLastChangeDTOName | Description | Type | Additional information |
---|---|---|---|
Time |
Timestamp. |
date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Time": "2025-06-26T02:36:26.748174+00:00" }
text/html
Sample:
{"Time":"2025-06-26T02:36:26.748174+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-06-26T02:36:26.748174+00:00</Time> </OrganizationLastChangeDTO>