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[]
NameDescriptionTypeAdditional 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": "5730ad02-eea5-41ee-956c-be71af389c8d",
      "dataType": "sample string 4",
      "indexed": true
    },
    {
      "id": 1,
      "name": "sample string 2",
      "guid": "5730ad02-eea5-41ee-956c-be71af389c8d",
      "dataType": "sample string 4",
      "indexed": true
    }
  ],
  "error": "sample string 1",
  "success": true,
  "errorCode": 3
}