Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

/Command/GetLastUpdate

Retrieves the timestamp of the last registered data update for the cube. Updates performed outside of the Cube Manager will not be recognized in this check.

Request Method

POST

URL Parameters

None. Note that a request body is required; see the next heading.

Request Body Details

This endpoint uses the following property of the request body:

cubeKey

Required. The logical name of the cube for which to retrieve the last update.

Example Request

Example Response

{
  "tSC": 1,
  "lastUpdate": "2020-04-30 16:58:00",
  "Error": "",
  "status": 1
}

For information that applies to all response objects, see Notes on the Response Objects.

FeedbackOpens in a new tab