Request data format | n/a |
---|---|
Request related java object |
|
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" } |
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> |