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": "fc30b31c-839e-44db-88cd-91f6d17e8ff1",
"dataType": "sample string 4",
"indexed": true
},
{
"id": 1,
"name": "sample string 2",
"guid": "fc30b31c-839e-44db-88cd-91f6d17e8ff1",
"dataType": "sample string 4",
"indexed": true
}
],
"error": "sample string 1",
"success": true,
"errorCode": 3
}