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 LkpJSONName | 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-04-05T17:22:58.7829167+00:00" }, { "$ref": "1" } ]