GET api/v{version}/Capcode/GetUserCapcodes
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Capcode| Name | Description | Type | Additional information |
|---|---|---|---|
| CapcodeId | integer |
None. |
|
| Enable | boolean |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"CapcodeId": 1,
"Enable": true,
"Description": "sample string 3"
},
{
"$ref": "1"
}
]