v1

latestOpenAPI 3.0.02026-07-26221117272.0 KB
Recommendation

Get recommendation widgets

Gets all recommendation widgets either as JSON or HTML.

post/api/recommendation/v2/getwidgetitems

Request body

visitorIdstring uuid
visitIdstring uuid
baseUrlstring
enablePreviewboolean
clientGuidstring
landingPageUrlstring
contextPropertiesobject
customPropertiesobject
extendedCustomPropertiesobject
extendedContextPropertiesobject
renderHTMLboolean
uniqueIdstring
indexNamestring
querystring

Example request

{
  "visitorId": "00000000-0000-0000-0000-000000000000",
  "visitId": "00000000-0000-0000-0000-000000000000",
  "widgetUids": [
    {
      "widgetGuid": "00000000-0000-0000-0000-000000000000"
    }
  ]
}

Response

OK

isSuccessboolean
requestIdstring uuid
responseMessagestring

Example response

{
  "requestId": "00000000-0000-0000-0000-000000000000"
}