Retrieve Data Load

get

[host-url]/dt-rest/v2/dataloads/{dataLoadId}

Retrieves the specified data load.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

a response containing the specified data load
Body ()
Root Schema : DataLoadDTO
Match All
Represents a detailed data load object, extending DataLoadBaseDTO.
Show Source
Nested Schema : DataLoadBaseDTO
Type: object
Represents a base data load object, containing minimal attributes for data load operations.
Show Source
Nested Schema : DataLoadDTO-allOf[1]
Type: object
Represents a detailed data load object, extending DataLoadBaseDTO.
Show Source
Nested Schema : dataLoadOptions
Type: object
Additional Properties Allowed
Show Source
Nested Schema : DataLoadSchemaDTO
Type: object
Represents a data load schema.
Show Source
Nested Schema : validationMessages
Type: array
Show Source
Nested Schema : additionalProperties
Type: object
Complex object: Object

401 Response

Unauthorized

403 Response

Forbidden

404 Response

Not Found

409 Response

Conflict
Back to Top