Document Properties
Kbid
2588A1
Last Modified
23-Jun-2020
Added to KB
22-Jul-2014
Public Access
Everyone
Status
Online
Doc Type
References
REST API OCST - Get Channel Applications

URI

/channels/<channelID>/applications

Http Method

GET

Short Description

Returns a channel's applications

Query Parameters

type=<applicationTypeID> (optional)

Example Requests

/channels/<channelID>/applications?type=intershop.B2CWebShop

HTTP Status Codes

200 OK

401 if the user is not authenticated

404 if the channel is not found

Description

List all applications for this channel.

Cartridge

app_sf_contactcenter_rest
Application

ContactCenter

Product Version

7.5.1

Product To Version

Status

New Labels

JSON

Request data format

n/a

Request related java object

com.intershop.application.contactcenter.capi.rest.resource.ApplicationListResource

Request data example

n/a

Response data format

application/json

Response related java object

com.intershop.application.contactcenter.capi.rest.resource.ApplicationListResource

Response data example

{
    "elements":
    [
        {
            "type": "Link",
            "description": "The storefront application for individual customers.",
            "title": "B2C Web Shop",
            "uri": "ContactCenter/-/channels/PrimeTech-PrimeTechSpecials/applications/b2c-web-shop",
            "attributes":
            [
                {
                    "name": "applicationType",
                    "type": "String",
                    "value": "intershop.B2CWebShop"
                }
            ]
        }
    ],
    "type": "ResourceCollection",
    "name": "applications"
}

XML

Request data format

n/a

Request related java object

com.intershop.application.contactcenter.capi.rest.resource.ApplicationListResource

Request data example

n/a

Response data format

text/xml

Response related java object

com.intershop.application.contactcenter.capi.rest.resource.ApplicationListResource

Response data example

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ResourceCollection name="applications" type="ResourceCollection">
  <elements>
    <Link type="Link">
      <attributes>
        <ResourceAttribute name="applicationType" type="String">
          <value>intershop.B2CWebShop</value>
        </ResourceAttribute>
      </attributes>
      <description>The storefront application for individual customers.</description>
      <title>B2C Web Shop</title>
      <uri>ContactCenter/-/channels/PrimeTech-PrimeTechSpecials/applications/b2c-web-shop</uri>
    </Link>
  </elements>
</ResourceCollection>
Disclaimer
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.