GET api/ValidEntry/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ValidEntryTable| Name | Description | Type | Additional information |
|---|---|---|---|
| VE_ID | string |
None. |
|
| VE_Type | string |
None. |
|
| VE_Description | string |
None. |
|
| VE_Description2 | string |
None. |
|
| VE_PARENT_ID | string |
None. |
|
| GUID | string |
None. |
|
| Order | integer |
None. |
|
| IsEditable | boolean |
None. |
|
| IsModifiable | boolean |
None. |
|
| CanBeDeleted | boolean |
None. |
|
| recid | integer |
None. |
|
| AltGuid | string |
None. |
|
| CreationDate | date |
None. |
|
| ValueDec | decimal number |
None. |
|
| VE_Description3 | string |
None. |
|
| DisplayInLookupBit | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"VE_ID": "sample string 1",
"VE_Type": "sample string 2",
"VE_Description": "sample string 3",
"VE_Description2": "sample string 4",
"VE_PARENT_ID": "sample string 5",
"GUID": "sample string 6",
"Order": 1,
"IsEditable": true,
"IsModifiable": true,
"CanBeDeleted": true,
"recid": 7,
"AltGuid": "sample string 8",
"CreationDate": "2026-01-01T04:23:15.1797783-08:00",
"ValueDec": 1.0,
"VE_Description3": "sample string 9",
"DisplayInLookupBit": true
}