GET API/V40/CMS/Content/Dashboard?SessionToken={SessionToken}

Retrieve dashboard content

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SessionToken

The token associated with this session of API interactions. This token should always be included in API calls, because it contains important session state information.

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseContainerModel
NameDescriptionTypeAdditional information
SessionToken

The token associated with this session of API interactions. Generally this is the same token passed with the API request parameters, but under certain circumstances this can be changed before being sent back to the caller.

string

ResponsesIncluded

A list of response messages names contained in this composite message, for easy pre-parsing.

string

Responses

A list of response messages contained in this composite message.

Collection of Object

Status

The success status the composite message.

CompositeStatus

Response Formats

application/json, text/json

Sample:
{
  "sessionToken": "SL2tYyBP3IgKAAAAAAAAAAAAAAA.yxkW1THkjs1_PaGZLdgMghzMBQcldOMoSAyDsqqMkCg",
  "responsesIncluded": "getDashboardResponse",
  "responses": [
    {
      "getDashboardResponse": {
        "content": {
          "quicklaunches": [
            {
              "type": "sample string 1",
              "imageCode": "sample string 2",
              "actionType": "sample string 3",
              "actionParameter": "sample string 4",
              "name": "sample string 5",
              "sectionType": "sample string 6",
              "outletCode": "sample string 7",
              "sectionCode": "3a838d11-68c3-4296-b8e2-6b4332ca197a",
              "isItemActionType": false,
              "isCategoryActionType": false,
              "isSectionActionType": false
            },
            {
              "type": "sample string 1",
              "imageCode": "sample string 2",
              "actionType": "sample string 3",
              "actionParameter": "sample string 4",
              "name": "sample string 5",
              "sectionType": "sample string 6",
              "outletCode": "sample string 7",
              "sectionCode": "3a838d11-68c3-4296-b8e2-6b4332ca197a",
              "isItemActionType": false,
              "isCategoryActionType": false,
              "isSectionActionType": false
            }
          ]
        },
        "succeeded": true
      }
    }
  ],
  "status": "Success"
}