V1.0

get

/ec-datahub-svc/rest/v1.0/tenant/{tenantId}/{mode}/dhSynchupTime

Get Datahub latest sync timestamp

Request

Path Parameters
  • Execution mode for the study.

    Allowed values: test, active, training.

    Example: test.

  • Unique tenant identifier supplied in the tenantId path parameter.

    Use the uppercase hexadecimal UUID value for the tenant.

    Example: EC942244BB30163BE053BEC44C64CF34.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : DHSyncDto
Type: object
Datahub Sync up details including last sync up timestamp and mode.
Show Source
Examples

400 Response

'Missing / invalid data'
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Examples

Back to Top