GET api/Gadget/GetExpireDate?documentId={documentId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
documentId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
dateResponse Formats
application/json, text/json
Sample:
"2024-11-03T13:20:21.4287941+00:00"
application/xml, text/xml
Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2024-11-03T13:20:21.4287941+00:00</dateTime>