GET api/InfoContent?whitelabelId={whitelabelId}&lang={lang}&code={code}&tracker={tracker}&dynamic={dynamic}&clickId={clickId}&country={country}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
whitelabelId | No documentation available. |
Define this parameter in the request URI. |
lang | No documentation available. |
Define this parameter in the request URI. |
code | No documentation available. |
Define this parameter in the request URI. |
tracker | No documentation available. |
Define this parameter in the request URI. |
dynamic | No documentation available. |
Define this parameter in the request URI. |
clickId | No documentation available. |
Define this parameter in the request URI. |
country | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "Id": 1, "Code": "sample string 2", "Name": "sample string 3", "Html": "sample string 4" }, { "Id": 1, "Code": "sample string 2", "Name": "sample string 3", "Html": "sample string 4" }, { "Id": 1, "Code": "sample string 2", "Name": "sample string 3", "Html": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfInfoContentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PlayCode.ContentSystem.Models"> <InfoContentModel> <Code>sample string 2</Code> <Html>sample string 4</Html> <Id>1</Id> <Name>sample string 3</Name> </InfoContentModel> <InfoContentModel> <Code>sample string 2</Code> <Html>sample string 4</Html> <Id>1</Id> <Name>sample string 3</Name> </InfoContentModel> <InfoContentModel> <Code>sample string 2</Code> <Html>sample string 4</Html> <Id>1</Id> <Name>sample string 3</Name> </InfoContentModel> </ArrayOfInfoContentModel>