GET api/v2/SystemConfigs/GetSampleListInfo

Request

URI Parameters

Response

SampleListInfo
NameDescriptionTypeAdditional information
Id

integer

Identification

string

InfoTypeId

integer

Response Format

application/json, text/json

Sample:
{
  "Id": 1,
  "Identification": "sample string 2",
  "InfoTypeId": 3
}

text/html

Sample:
{"Id":1,"Identification":"sample string 2","InfoTypeId":3}