CatalogService


Click here for a complete list of operations.

GetContentInfos

get full details information for a Content with contentGroup/contentType/mobileType filter options

Test

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

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/GetContentInfos"

<?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>
    <GetContentInfos xmlns="http://content.k-mobile.com/v2/ws">
      <displayKey>string</displayKey>
      <contentID>int</contentID>
      <mobileType>string</mobileType>
      <contentType>string</contentType>
    </GetContentInfos>
  </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>
    <GetContentInfosResponse xmlns="http://content.k-mobile.com/v2/ws">
      <GetContentInfosResult>
        <IDContent>int</IDContent>
        <ContentName>string</ContentName>
        <ContentGroup>
          <Name>string</Name>
          <ContentTypeCollection>
            <ContentType xsi:nil="true" />
            <ContentType xsi:nil="true" />
          </ContentTypeCollection>
        </ContentGroup>
        <ContentType>string</ContentType>
        <Priority>int</Priority>
        <Preview>
          <URL>string</URL>
        </Preview>
        <TrackingCode>
          <Value>int</Value>
          <IDContent>int</IDContent>
          <ContentType>string</ContentType>
          <CatalogDisplay>
            <DisplayKey>guid</DisplayKey>
            <Mcc>int</Mcc>
            <SearchView>string</SearchView>
            <IDCatalogDisplay>int</IDCatalogDisplay>
            <IdPartner>int</IdPartner>
            <Media>string</Media>
            <DeliveryMedia>string</DeliveryMedia>
            <PartnerName>string</PartnerName>
            <IDLanguage>int</IDLanguage>
            <ContentSetCollection xsi:nil="true" />
            <IsoCode>string</IsoCode>
            <SearchReferer>string</SearchReferer>
            <RatingThresholds xsi:nil="true" />
          </CatalogDisplay>
          <Referer>string</Referer>
        </TrackingCode>
        <PropertyCollection>
          <Property>
            <Name>string</Name>
            <Value />
          </Property>
          <Property>
            <Name>string</Name>
            <Value />
          </Property>
        </PropertyCollection>
        <TrackingCodeCollection>
          <TrackingCode>
            <Value>int</Value>
            <IDContent>int</IDContent>
            <ContentType>string</ContentType>
            <CatalogDisplay xsi:nil="true" />
            <Referer>string</Referer>
          </TrackingCode>
          <TrackingCode>
            <Value>int</Value>
            <IDContent>int</IDContent>
            <ContentType>string</ContentType>
            <CatalogDisplay xsi:nil="true" />
            <Referer>string</Referer>
          </TrackingCode>
        </TrackingCodeCollection>
        <ContentRatings>
          <Rating Name="string" Value="int" />
          <Rating Name="string" Value="int" />
        </ContentRatings>
      </GetContentInfosResult>
    </GetContentInfosResponse>
  </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/GetContentInfos?displayKey=string&contentID=string&mobileType=string&contentType=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"?>
<Content xmlns="http://content.k-mobile.com/v2/ws">
  <IDContent>int</IDContent>
  <ContentName>string</ContentName>
  <ContentGroup>
    <Name>string</Name>
    <ContentTypeCollection>
      <ContentType>
        <Name>string</Name>
        <IsCompatible>boolean</IsCompatible>
        <DataRawSize>int</DataRawSize>
        <PrevRawSize>int</PrevRawSize>
        <Preview d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MobileCollection 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" />
        <ContentVersionCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentType>
      <ContentType>
        <Name>string</Name>
        <IsCompatible>boolean</IsCompatible>
        <DataRawSize>int</DataRawSize>
        <PrevRawSize>int</PrevRawSize>
        <Preview d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MobileCollection 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" />
        <ContentVersionCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentType>
    </ContentTypeCollection>
  </ContentGroup>
  <ContentType>string</ContentType>
  <Priority>int</Priority>
  <Preview>
    <URL>string</URL>
  </Preview>
  <TrackingCode>
    <Value>int</Value>
    <IDContent>int</IDContent>
    <ContentType>string</ContentType>
    <CatalogDisplay>
      <DisplayKey>guid</DisplayKey>
      <Mcc>int</Mcc>
      <SearchView>string</SearchView>
      <IDCatalogDisplay>int</IDCatalogDisplay>
      <IdPartner>int</IdPartner>
      <Media>string</Media>
      <DeliveryMedia>string</DeliveryMedia>
      <PartnerName>string</PartnerName>
      <IDLanguage>int</IDLanguage>
      <ContentSetCollection>
        <ContentSet d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContentSet d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentSetCollection>
      <IsoCode>string</IsoCode>
      <SearchReferer>string</SearchReferer>
      <RatingThresholds>
        <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" />
      </RatingThresholds>
    </CatalogDisplay>
    <Referer>string</Referer>
  </TrackingCode>
  <PropertyCollection>
    <Property>
      <Name>string</Name>
      <Value />
    </Property>
    <Property>
      <Name>string</Name>
      <Value />
    </Property>
  </PropertyCollection>
  <TrackingCodeCollection>
    <TrackingCode>
      <Value>int</Value>
      <IDContent>int</IDContent>
      <ContentType>string</ContentType>
      <CatalogDisplay>
        <DisplayKey>guid</DisplayKey>
        <Mcc>int</Mcc>
        <SearchView>string</SearchView>
        <IDCatalogDisplay>int</IDCatalogDisplay>
        <IdPartner>int</IdPartner>
        <Media>string</Media>
        <DeliveryMedia>string</DeliveryMedia>
        <PartnerName>string</PartnerName>
        <IDLanguage>int</IDLanguage>
        <ContentSetCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <IsoCode>string</IsoCode>
        <SearchReferer>string</SearchReferer>
        <RatingThresholds d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </CatalogDisplay>
      <Referer>string</Referer>
    </TrackingCode>
    <TrackingCode>
      <Value>int</Value>
      <IDContent>int</IDContent>
      <ContentType>string</ContentType>
      <CatalogDisplay>
        <DisplayKey>guid</DisplayKey>
        <Mcc>int</Mcc>
        <SearchView>string</SearchView>
        <IDCatalogDisplay>int</IDCatalogDisplay>
        <IdPartner>int</IdPartner>
        <Media>string</Media>
        <DeliveryMedia>string</DeliveryMedia>
        <PartnerName>string</PartnerName>
        <IDLanguage>int</IDLanguage>
        <ContentSetCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <IsoCode>string</IsoCode>
        <SearchReferer>string</SearchReferer>
        <RatingThresholds d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </CatalogDisplay>
      <Referer>string</Referer>
    </TrackingCode>
  </TrackingCodeCollection>
  <ContentRatings>
    <Rating Name="string" Value="int" />
    <Rating Name="string" Value="int" />
  </ContentRatings>
</Content>

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/GetContentInfos HTTP/1.1
Host: drmservice.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

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

<?xml version="1.0" encoding="utf-8"?>
<Content xmlns="http://content.k-mobile.com/v2/ws">
  <IDContent>int</IDContent>
  <ContentName>string</ContentName>
  <ContentGroup>
    <Name>string</Name>
    <ContentTypeCollection>
      <ContentType>
        <Name>string</Name>
        <IsCompatible>boolean</IsCompatible>
        <DataRawSize>int</DataRawSize>
        <PrevRawSize>int</PrevRawSize>
        <Preview d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MobileCollection 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" />
        <ContentVersionCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentType>
      <ContentType>
        <Name>string</Name>
        <IsCompatible>boolean</IsCompatible>
        <DataRawSize>int</DataRawSize>
        <PrevRawSize>int</PrevRawSize>
        <Preview d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MobileCollection 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" />
        <ContentVersionCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentType>
    </ContentTypeCollection>
  </ContentGroup>
  <ContentType>string</ContentType>
  <Priority>int</Priority>
  <Preview>
    <URL>string</URL>
  </Preview>
  <TrackingCode>
    <Value>int</Value>
    <IDContent>int</IDContent>
    <ContentType>string</ContentType>
    <CatalogDisplay>
      <DisplayKey>guid</DisplayKey>
      <Mcc>int</Mcc>
      <SearchView>string</SearchView>
      <IDCatalogDisplay>int</IDCatalogDisplay>
      <IdPartner>int</IdPartner>
      <Media>string</Media>
      <DeliveryMedia>string</DeliveryMedia>
      <PartnerName>string</PartnerName>
      <IDLanguage>int</IDLanguage>
      <ContentSetCollection>
        <ContentSet d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContentSet d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContentSetCollection>
      <IsoCode>string</IsoCode>
      <SearchReferer>string</SearchReferer>
      <RatingThresholds>
        <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" />
      </RatingThresholds>
    </CatalogDisplay>
    <Referer>string</Referer>
  </TrackingCode>
  <PropertyCollection>
    <Property>
      <Name>string</Name>
      <Value />
    </Property>
    <Property>
      <Name>string</Name>
      <Value />
    </Property>
  </PropertyCollection>
  <TrackingCodeCollection>
    <TrackingCode>
      <Value>int</Value>
      <IDContent>int</IDContent>
      <ContentType>string</ContentType>
      <CatalogDisplay>
        <DisplayKey>guid</DisplayKey>
        <Mcc>int</Mcc>
        <SearchView>string</SearchView>
        <IDCatalogDisplay>int</IDCatalogDisplay>
        <IdPartner>int</IdPartner>
        <Media>string</Media>
        <DeliveryMedia>string</DeliveryMedia>
        <PartnerName>string</PartnerName>
        <IDLanguage>int</IDLanguage>
        <ContentSetCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <IsoCode>string</IsoCode>
        <SearchReferer>string</SearchReferer>
        <RatingThresholds d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </CatalogDisplay>
      <Referer>string</Referer>
    </TrackingCode>
    <TrackingCode>
      <Value>int</Value>
      <IDContent>int</IDContent>
      <ContentType>string</ContentType>
      <CatalogDisplay>
        <DisplayKey>guid</DisplayKey>
        <Mcc>int</Mcc>
        <SearchView>string</SearchView>
        <IDCatalogDisplay>int</IDCatalogDisplay>
        <IdPartner>int</IdPartner>
        <Media>string</Media>
        <DeliveryMedia>string</DeliveryMedia>
        <PartnerName>string</PartnerName>
        <IDLanguage>int</IDLanguage>
        <ContentSetCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <IsoCode>string</IsoCode>
        <SearchReferer>string</SearchReferer>
        <RatingThresholds d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </CatalogDisplay>
      <Referer>string</Referer>
    </TrackingCode>
  </TrackingCodeCollection>
  <ContentRatings>
    <Rating Name="string" Value="int" />
    <Rating Name="string" Value="int" />
  </ContentRatings>
</Content>