/Data/GetDSTIME
Retrieves the last ^OBJ.DSTIME timestamp that the server processed for a given cube.
Request Method
GET
URL Parameters
sourceClass
Required. Full name of the source class of the cube.
Request Body Details
This endpoint ignores the request body.
Example Request
- 
Request Method: GET 
- 
Request URL: https://localhost/biserver/api/deepsee/v3/sales/Data/GetDSTime/HoleFoods.Transation For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API. 
Example Response
{
    "Info": {
        "Error": ""
        "Class": "HoleFoods.Transaction"
    },
    "Result":{
        "lastDSTIME": "67393,33783"
    }
}