GET api/Contents/{secret}/{companyId}/{contentCategoryId}/{imageWidth}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
secret

string

Required

companyId

string

Required

contentCategoryId

string

Required

imageWidth

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Content
NameDescriptionTypeAdditional information
ContentVariants

Collection of ContentVariant

None.

ContentId

string

None.

Name

string

None.

Description

string

None.

PublishDateTime

date

None.

StartDateTime

date

None.

FreezeDateTime

date

None.

TerminationDateTime

date

None.

Map

string

None.

ContentCustom

Collection of ContentCustom

None.

Identifier

string

None.

ContentCategory

Collection of ContentCategory

None.

Price

decimal number

None.

VAT

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ContentVariants": [
      {
        "Name": "sample string 1",
        "Price": 2.0
      },
      {
        "Name": "sample string 1",
        "Price": 2.0
      }
    ],
    "ContentId": "sample string 1",
    "Name": "sample string 2",
    "Description": "sample string 3",
    "PublishDateTime": "2025-12-14T10:11:24.6744608+01:00",
    "StartDateTime": "2025-12-14T10:11:24.6744608+01:00",
    "FreezeDateTime": "2025-12-14T10:11:24.6744608+01:00",
    "TerminationDateTime": "2025-12-14T10:11:24.6744608+01:00",
    "Map": "sample string 8",
    "ContentCustom": [
      {
        "Name": "sample string 1",
        "Type": "sample string 2",
        "Value": "sample string 3"
      },
      {
        "Name": "sample string 1",
        "Type": "sample string 2",
        "Value": "sample string 3"
      }
    ],
    "Identifier": "sample string 9",
    "ContentCategory": [
      {
        "ContentCategoryId": "sample string 1",
        "Name": "sample string 2",
        "Description": "sample string 3",
        "ContentCategoryCustom": [
          {
            "Name": "sample string 1",
            "Type": "sample string 2",
            "Value": "sample string 3"
          },
          {
            "Name": "sample string 1",
            "Type": "sample string 2",
            "Value": "sample string 3"
          }
        ],
        "Identifier": "sample string 4"
      },
      {
        "ContentCategoryId": "sample string 1",
        "Name": "sample string 2",
        "Description": "sample string 3",
        "ContentCategoryCustom": [
          {
            "Name": "sample string 1",
            "Type": "sample string 2",
            "Value": "sample string 3"
          },
          {
            "Name": "sample string 1",
            "Type": "sample string 2",
            "Value": "sample string 3"
          }
        ],
        "Identifier": "sample string 4"
      }
    ],
    "Price": 10.0,
    "VAT": 11.0
  },
  {
    "ContentVariants": [
      {
        "Name": "sample string 1",
        "Price": 2.0
      },
      {
        "Name": "sample string 1",
        "Price": 2.0
      }
    ],
    "ContentId": "sample string 1",
    "Name": "sample string 2",
    "Description": "sample string 3",
    "PublishDateTime": "2025-12-14T10:11:24.6744608+01:00",
    "StartDateTime": "2025-12-14T10:11:24.6744608+01:00",
    "FreezeDateTime": "2025-12-14T10:11:24.6744608+01:00",
    "TerminationDateTime": "2025-12-14T10:11:24.6744608+01:00",
    "Map": "sample string 8",
    "ContentCustom": [
      {
        "Name": "sample string 1",
        "Type": "sample string 2",
        "Value": "sample string 3"
      },
      {
        "Name": "sample string 1",
        "Type": "sample string 2",
        "Value": "sample string 3"
      }
    ],
    "Identifier": "sample string 9",
    "ContentCategory": [
      {
        "ContentCategoryId": "sample string 1",
        "Name": "sample string 2",
        "Description": "sample string 3",
        "ContentCategoryCustom": [
          {
            "Name": "sample string 1",
            "Type": "sample string 2",
            "Value": "sample string 3"
          },
          {
            "Name": "sample string 1",
            "Type": "sample string 2",
            "Value": "sample string 3"
          }
        ],
        "Identifier": "sample string 4"
      },
      {
        "ContentCategoryId": "sample string 1",
        "Name": "sample string 2",
        "Description": "sample string 3",
        "ContentCategoryCustom": [
          {
            "Name": "sample string 1",
            "Type": "sample string 2",
            "Value": "sample string 3"
          },
          {
            "Name": "sample string 1",
            "Type": "sample string 2",
            "Value": "sample string 3"
          }
        ],
        "Identifier": "sample string 4"
      }
    ],
    "Price": 10.0,
    "VAT": 11.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ML.Rest.Models">
  <Content>
    <ContentCategory>
      <ContentCategory>
        <ContentCategoryCustom>
          <ContentCategoryCustom>
            <Name>sample string 1</Name>
            <Type>sample string 2</Type>
            <Value>sample string 3</Value>
          </ContentCategoryCustom>
          <ContentCategoryCustom>
            <Name>sample string 1</Name>
            <Type>sample string 2</Type>
            <Value>sample string 3</Value>
          </ContentCategoryCustom>
        </ContentCategoryCustom>
        <ContentCategoryId>sample string 1</ContentCategoryId>
        <Description>sample string 3</Description>
        <Identifier>sample string 4</Identifier>
        <Name>sample string 2</Name>
      </ContentCategory>
      <ContentCategory>
        <ContentCategoryCustom>
          <ContentCategoryCustom>
            <Name>sample string 1</Name>
            <Type>sample string 2</Type>
            <Value>sample string 3</Value>
          </ContentCategoryCustom>
          <ContentCategoryCustom>
            <Name>sample string 1</Name>
            <Type>sample string 2</Type>
            <Value>sample string 3</Value>
          </ContentCategoryCustom>
        </ContentCategoryCustom>
        <ContentCategoryId>sample string 1</ContentCategoryId>
        <Description>sample string 3</Description>
        <Identifier>sample string 4</Identifier>
        <Name>sample string 2</Name>
      </ContentCategory>
    </ContentCategory>
    <ContentCustom>
      <ContentCustom>
        <Name>sample string 1</Name>
        <Type>sample string 2</Type>
        <Value>sample string 3</Value>
      </ContentCustom>
      <ContentCustom>
        <Name>sample string 1</Name>
        <Type>sample string 2</Type>
        <Value>sample string 3</Value>
      </ContentCustom>
    </ContentCustom>
    <ContentId>sample string 1</ContentId>
    <ContentVariants>
      <ContentVariant>
        <Name>sample string 1</Name>
        <Price>2</Price>
      </ContentVariant>
      <ContentVariant>
        <Name>sample string 1</Name>
        <Price>2</Price>
      </ContentVariant>
    </ContentVariants>
    <Description>sample string 3</Description>
    <FreezeDateTime>2025-12-14T10:11:24.6744608+01:00</FreezeDateTime>
    <Identifier>sample string 9</Identifier>
    <Map>sample string 8</Map>
    <Name>sample string 2</Name>
    <Price>10</Price>
    <PublishDateTime>2025-12-14T10:11:24.6744608+01:00</PublishDateTime>
    <StartDateTime>2025-12-14T10:11:24.6744608+01:00</StartDateTime>
    <TerminationDateTime>2025-12-14T10:11:24.6744608+01:00</TerminationDateTime>
    <VAT>11</VAT>
  </Content>
  <Content>
    <ContentCategory>
      <ContentCategory>
        <ContentCategoryCustom>
          <ContentCategoryCustom>
            <Name>sample string 1</Name>
            <Type>sample string 2</Type>
            <Value>sample string 3</Value>
          </ContentCategoryCustom>
          <ContentCategoryCustom>
            <Name>sample string 1</Name>
            <Type>sample string 2</Type>
            <Value>sample string 3</Value>
          </ContentCategoryCustom>
        </ContentCategoryCustom>
        <ContentCategoryId>sample string 1</ContentCategoryId>
        <Description>sample string 3</Description>
        <Identifier>sample string 4</Identifier>
        <Name>sample string 2</Name>
      </ContentCategory>
      <ContentCategory>
        <ContentCategoryCustom>
          <ContentCategoryCustom>
            <Name>sample string 1</Name>
            <Type>sample string 2</Type>
            <Value>sample string 3</Value>
          </ContentCategoryCustom>
          <ContentCategoryCustom>
            <Name>sample string 1</Name>
            <Type>sample string 2</Type>
            <Value>sample string 3</Value>
          </ContentCategoryCustom>
        </ContentCategoryCustom>
        <ContentCategoryId>sample string 1</ContentCategoryId>
        <Description>sample string 3</Description>
        <Identifier>sample string 4</Identifier>
        <Name>sample string 2</Name>
      </ContentCategory>
    </ContentCategory>
    <ContentCustom>
      <ContentCustom>
        <Name>sample string 1</Name>
        <Type>sample string 2</Type>
        <Value>sample string 3</Value>
      </ContentCustom>
      <ContentCustom>
        <Name>sample string 1</Name>
        <Type>sample string 2</Type>
        <Value>sample string 3</Value>
      </ContentCustom>
    </ContentCustom>
    <ContentId>sample string 1</ContentId>
    <ContentVariants>
      <ContentVariant>
        <Name>sample string 1</Name>
        <Price>2</Price>
      </ContentVariant>
      <ContentVariant>
        <Name>sample string 1</Name>
        <Price>2</Price>
      </ContentVariant>
    </ContentVariants>
    <Description>sample string 3</Description>
    <FreezeDateTime>2025-12-14T10:11:24.6744608+01:00</FreezeDateTime>
    <Identifier>sample string 9</Identifier>
    <Map>sample string 8</Map>
    <Name>sample string 2</Name>
    <Price>10</Price>
    <PublishDateTime>2025-12-14T10:11:24.6744608+01:00</PublishDateTime>
    <StartDateTime>2025-12-14T10:11:24.6744608+01:00</StartDateTime>
    <TerminationDateTime>2025-12-14T10:11:24.6744608+01:00</TerminationDateTime>
    <VAT>11</VAT>
  </Content>
</ArrayOfContent>