GET api/LookupTable/Get?TableName={TableName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TableName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_FetchLookupTable_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Value | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"value": "sample string 2"
},
{
"id": 1,
"value": "sample string 2"
}
]