GET api/v2/Validators/{validatorId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| validatorId | integer |
Required |
Response
ValidatorBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| DefaultAccountTypeRegistryIdAndCulture | Pair of integer [key] and string [value] | ||
| Mask | string |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"Identification": "sample string 2",
"DefaultAccountTypeRegistryIdAndCulture": {
"Key": 1,
"Value": "sample string 2"
},
"Mask": "sample string 3"
}
text/html
Sample:
{"Id":1,"Identification":"sample string 2","DefaultAccountTypeRegistryIdAndCulture":{"Key":1,"Value":"sample string 2"},"Mask":"sample string 3"}