CatalogService


Click here for a complete list of operations.

GetContentSetInfos

get ContentSet informations for a ContenSet

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
displayKey:
contentSetID:

SOAP

The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.

POST /v2/ws/catalogservice.asmx HTTP/1.1
Host: drmservice.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://content.k-mobile.com/v2/ws/GetContentSetInfos"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetContentSetInfos xmlns="http://content.k-mobile.com/v2/ws">
      <displayKey>string</displayKey>
      <contentSetID>int</contentSetID>
    </GetContentSetInfos>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetContentSetInfosResponse xmlns="http://content.k-mobile.com/v2/ws">
      <GetContentSetInfosResult>
        <IDContentSet>int</IDContentSet>
        <ContentSetType>Category or Thema or Catalog or SearchResult or SearchContainers</ContentSetType>
        <ContentCount>int</ContentCount>
        <Count>int</Count>
        <Name>string</Name>
        <Description>string</Description>
        <Preview>
          <URL>string</URL>
        </Preview>
        <Priority>int</Priority>
        <ContentCollection>
          <Content>
            <IDContent>int</IDContent>
            <ContentName>string</ContentName>
            <ContentGroup xsi:nil="true" />
            <ContentType>string</ContentType>
            <Priority>int</Priority>
            <Preview xsi:nil="true" />
            <TrackingCode xsi:nil="true" />
            <PropertyCollection xsi:nil="true" />
            <TrackingCodeCollection xsi:nil="true" />
            <ContentRatings xsi:nil="true" />
          </Content>
          <Content>
            <IDContent>int</IDContent>
            <ContentName>string</ContentName>
            <ContentGroup xsi:nil="true" />
            <ContentType>string</ContentType>
            <Priority>int</Priority>
            <Preview xsi:nil="true" />
            <TrackingCode xsi:nil="true" />
            <PropertyCollection xsi:nil="true" />
            <TrackingCodeCollection xsi:nil="true" />
            <ContentRatings xsi:nil="true" />
          </Content>
        </ContentCollection>
        <ContentGroup>string</ContentGroup>
        <TagValue>string</TagValue>
      </GetContentSetInfosResult>
    </GetContentSetInfosResponse>
  </soap:Body>
</soap:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /v2/ws/catalogservice.asmx/GetContentSetInfos?displayKey=string&contentSetID=string HTTP/1.1
Host: drmservice.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ContentSet xmlns="http://content.k-mobile.com/v2/ws">
  <IDContentSet>int</IDContentSet>
  <ContentSetType>Category or Thema or Catalog or SearchResult or SearchContainers</ContentSetType>
  <ContentCount>int</ContentCount>
  <Count>int</Count>
  <Name>string</Name>
  <Description>string</Description>
  <Preview>
    <URL>string</URL>
  </Preview>
  <Priority>int</Priority>
  <ContentCollection>
    <Content>
      <IDContent>int</IDContent>
      <ContentName>string</ContentName>
      <ContentGroup>
        <Name>string</Name>
        <ContentTypeCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentGroup>
      <ContentType>string</ContentType>
      <Priority>int</Priority>
      <Preview>
        <URL>string</URL>
      </Preview>
      <TrackingCode>
        <Value>int</Value>
        <IDContent>int</IDContent>
        <ContentType>string</ContentType>
        <CatalogDisplay d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Referer>string</Referer>
      </TrackingCode>
      <PropertyCollection>
        <Property d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Property d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </PropertyCollection>
      <TrackingCodeCollection>
        <TrackingCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TrackingCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TrackingCodeCollection>
      <ContentRatings>
        <Rating d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Rating d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentRatings>
    </Content>
    <Content>
      <IDContent>int</IDContent>
      <ContentName>string</ContentName>
      <ContentGroup>
        <Name>string</Name>
        <ContentTypeCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentGroup>
      <ContentType>string</ContentType>
      <Priority>int</Priority>
      <Preview>
        <URL>string</URL>
      </Preview>
      <TrackingCode>
        <Value>int</Value>
        <IDContent>int</IDContent>
        <ContentType>string</ContentType>
        <CatalogDisplay d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Referer>string</Referer>
      </TrackingCode>
      <PropertyCollection>
        <Property d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Property d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </PropertyCollection>
      <TrackingCodeCollection>
        <TrackingCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TrackingCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TrackingCodeCollection>
      <ContentRatings>
        <Rating d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Rating d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentRatings>
    </Content>
  </ContentCollection>
  <ContentGroup>string</ContentGroup>
  <TagValue>string</TagValue>
</ContentSet>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /v2/ws/catalogservice.asmx/GetContentSetInfos HTTP/1.1
Host: drmservice.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

displayKey=string&contentSetID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ContentSet xmlns="http://content.k-mobile.com/v2/ws">
  <IDContentSet>int</IDContentSet>
  <ContentSetType>Category or Thema or Catalog or SearchResult or SearchContainers</ContentSetType>
  <ContentCount>int</ContentCount>
  <Count>int</Count>
  <Name>string</Name>
  <Description>string</Description>
  <Preview>
    <URL>string</URL>
  </Preview>
  <Priority>int</Priority>
  <ContentCollection>
    <Content>
      <IDContent>int</IDContent>
      <ContentName>string</ContentName>
      <ContentGroup>
        <Name>string</Name>
        <ContentTypeCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentGroup>
      <ContentType>string</ContentType>
      <Priority>int</Priority>
      <Preview>
        <URL>string</URL>
      </Preview>
      <TrackingCode>
        <Value>int</Value>
        <IDContent>int</IDContent>
        <ContentType>string</ContentType>
        <CatalogDisplay d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Referer>string</Referer>
      </TrackingCode>
      <PropertyCollection>
        <Property d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Property d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </PropertyCollection>
      <TrackingCodeCollection>
        <TrackingCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TrackingCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TrackingCodeCollection>
      <ContentRatings>
        <Rating d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Rating d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentRatings>
    </Content>
    <Content>
      <IDContent>int</IDContent>
      <ContentName>string</ContentName>
      <ContentGroup>
        <Name>string</Name>
        <ContentTypeCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentGroup>
      <ContentType>string</ContentType>
      <Priority>int</Priority>
      <Preview>
        <URL>string</URL>
      </Preview>
      <TrackingCode>
        <Value>int</Value>
        <IDContent>int</IDContent>
        <ContentType>string</ContentType>
        <CatalogDisplay d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Referer>string</Referer>
      </TrackingCode>
      <PropertyCollection>
        <Property d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Property d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </PropertyCollection>
      <TrackingCodeCollection>
        <TrackingCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TrackingCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TrackingCodeCollection>
      <ContentRatings>
        <Rating d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Rating d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentRatings>
    </Content>
  </ContentCollection>
  <ContentGroup>string</ContentGroup>
  <TagValue>string</TagValue>
</ContentSet>