GET api/v1/{posId}/secretkey
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SecretKeyVersion| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | integer |
None. |
|
| SecretKey | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Version": 1,
"SecretKey": "sample string 2"
},
{
"Version": 1,
"SecretKey": "sample string 2"
}
]
text/html
Sample:
[{"Version":1,"SecretKey":"sample string 2"},{"Version":1,"SecretKey":"sample string 2"}]
application/xml, text/xml
Sample:
<Root>
<Data>
<Version>1</Version>
<SecretKey>sample string 2</SecretKey>
</Data>
<Data>
<Version>1</Version>
<SecretKey>sample string 2</SecretKey>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.