GET api/CustomV2/GetLkpJSON?jsonType={jsonType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jsonType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LkpJSON| Name | Description | Type | Additional information |
|---|---|---|---|
| JsonID | integer |
None. |
|
| JsonType | string |
None. |
|
| JsonData | string |
None. |
|
| Active | boolean |
None. |
|
| CreatedBy | string |
None. |
|
| Created | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"JsonID": 1,
"JsonType": "sample string 2",
"JsonData": "sample string 3",
"Active": true,
"CreatedBy": "sample string 4",
"Created": "2025-11-06T03:49:58.8531304+00:00"
},
{
"$ref": "1"
}
]