GET api/TextLogoBlacklist/Get/{id}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "text": "sample string 1",
  "active": true,
  "id": 3
}

application/xml, text/xml

Sample:
<TextLogoBlacklistVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>3</Id>
  <Text>sample string 1</Text>
  <Active>true</Active>
</TextLogoBlacklistVM>