Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The nano token.
Collection of Nano.NanoTokenName | Description | Type | Additional information |
---|---|---|---|
expiration |
Gets or sets the expiration. |
date |
None. |
id |
Gets or sets the nano token identifier. |
globally unique identifier |
None. |
user |
Gets or sets the user identifier. |
integer |
None. |
value |
Gets or sets the value. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "expiration": "2025-04-25T18:31:46.2426502Z", "id": "fbda7e27-ec7e-48e1-8603-7715dcf9dde1", "user": "1", "value": "sample String 3" }, { "expiration": "2025-04-25T18:31:46.2426502Z", "id": "fbda7e27-ec7e-48e1-8603-7715dcf9dde1", "user": "1", "value": "sample String 3" } ]
text/html
Sample:
[{"expiration":"2025-04-25T18:31:46.2426502Z","id":"fbda7e27-ec7e-48e1-8603-7715dcf9dde1","user":"1","value":"sample String 3"},{"expiration":"2025-04-25T18:31:46.2426502Z","id":"fbda7e27-ec7e-48e1-8603-7715dcf9dde1","user":"1","value":"sample String 3"}]
application/xml, text/xml
Sample:
<ArrayOfNanoToken xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NanoToken> <Expiration>2025-04-25T18:31:46.2426502Z</Expiration> <NanoTokenId>fbda7e27-ec7e-48e1-8603-7715dcf9dde1</NanoTokenId> <UserId>1</UserId> <Value>sample String 3</Value> </NanoToken> <NanoToken> <Expiration>2025-04-25T18:31:46.2426502Z</Expiration> <NanoTokenId>fbda7e27-ec7e-48e1-8603-7715dcf9dde1</NanoTokenId> <UserId>1</UserId> <Value>sample String 3</Value> </NanoToken> </ArrayOfNanoToken>
application/vnd.api+json
Sample:
Sample not available.