GET api/Register/start/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CaptchaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PossibleImageOptions | Dictionary of string [key] and string [value] |
None. |
|
| ValidImageOption | Pair of string [key] and string [value] |
None. |
|
| ValidAudioOption | Pair of string [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"possibleImageOptions": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"validImageOption": {
"key": "sample string 1",
"value": "sample string 2"
},
"validAudioOption": {
"key": "sample string 1",
"value": "sample string 2"
}
}