GET api/v2/SystemConfigs/UseGoogleAnalytics

Request

URI Parameters

Response

SampleListInfo
NameDescriptionTypeAdditional information
Id

integer

Identification

string

InfoTypeId

integer

AllowText

boolean

Response Format

application/json, text/json

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

text/html

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