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": "00606ebf-a9a9-4a67-bb8b-b476153ef532", "dataType": "sample string 4", "indexed": true }, { "id": 1, "name": "sample string 2", "guid": "00606ebf-a9a9-4a67-bb8b-b476153ef532", "dataType": "sample string 4", "indexed": true } ], "error": "sample string 1", "success": true, "errorCode": 3 }