GET api/Admin/PasswordRegexType/{id}
Allows you to get a specific Password Regex Types
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IPasswordRegexType| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| Regex | string |
None. |
|
| TranslationKey | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<PasswordRegexType> <ID>0</ID> <Description /> <Regex /> <TranslationKey /> </PasswordRegexType>
application/json, text/json
Sample:
{
"ID": 0
}