GET api/Admin/EntityValueList/{id}
Allows you to get a specific Rep Classification Type
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID of to get |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
with the information
IEntityValueList| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| DisplayName | string |
None. |
|
| Version | date |
None. |
Response Formats
application/xml, text/xml
Sample:
<EntityValueList> <Id>0</Id> <Name /> <DisplayName /> <Version>01/01/0001 00:00:00</Version> </EntityValueList>
application/json, text/json
Sample:
{
"Id": 0,
"Version": "0001-01-01T00:00:00"
}