Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The nano token.
Collection of Pico.PicoToken| Name | Description | Type | Additional information |
|---|---|---|---|
| expiration |
Gets or sets the expiration. |
date |
None. |
| id |
Gets or sets the pico 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": "2026-04-09T19:48:30.1217049Z",
"id": "c5cdafd8-af63-4f9e-96c1-1a64431fd53f",
"user": "1",
"value": "sample String 3"
},
{
"expiration": "2026-04-09T19:48:30.1217049Z",
"id": "c5cdafd8-af63-4f9e-96c1-1a64431fd53f",
"user": "1",
"value": "sample String 3"
}
]
text/html
Sample:
[{"expiration":"2026-04-09T19:48:30.1217049Z","id":"c5cdafd8-af63-4f9e-96c1-1a64431fd53f","user":"1","value":"sample String 3"},{"expiration":"2026-04-09T19:48:30.1217049Z","id":"c5cdafd8-af63-4f9e-96c1-1a64431fd53f","user":"1","value":"sample String 3"}]
application/xml, text/xml
Sample:
<ArrayOfPicoToken xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PicoToken>
<Expiration>2026-04-09T19:48:30.1217049Z</Expiration>
<PicoTokenId>c5cdafd8-af63-4f9e-96c1-1a64431fd53f</PicoTokenId>
<UserId>1</UserId>
<Value>sample String 3</Value>
</PicoToken>
<PicoToken>
<Expiration>2026-04-09T19:48:30.1217049Z</Expiration>
<PicoTokenId>c5cdafd8-af63-4f9e-96c1-1a64431fd53f</PicoTokenId>
<UserId>1</UserId>
<Value>sample String 3</Value>
</PicoToken>
</ArrayOfPicoToken>