GET api/Settings/GetPropertiesDescription
Deprecated endpoint. It will be removed in the upcoming versions.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ObjResultOfApiProperty[]Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of ApiProperty |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "id": 1, "name": "sample string 2", "guid": "631a54ba-14ff-46c5-ad25-b7220c3a38b2", "dataType": "sample string 4", "indexed": true }, { "id": 1, "name": "sample string 2", "guid": "631a54ba-14ff-46c5-ad25-b7220c3a38b2", "dataType": "sample string 4", "indexed": true } ], "error": "sample string 1", "success": true, "errorCode": 3 }