Retrieve Folder

get

[host-url]/dt-rest/v2/folders/{folderId}

Retrieves a folder by its ID.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

A Response object containing the retrieved folder in a JSON.
Body ()
Root Schema : DTFolderDTO
Match All
Represents a folder for grouping data flows and workflows.
Show Source
Nested Schema : DTFolderBaseDTO
Type: object
Represents a data transforms folder.
Show Source
Nested Schema : DTFolderDTO-allOf[1]
Type: object
Represents a folder for grouping data flows and workflows.
Show Source
Nested Schema : dataFlows
Type: object
Additional Properties Allowed
Show Source
Nested Schema : workflows
Type: object
Additional Properties Allowed
Show Source

401 Response

Unauthorized

404 Response

Not Found
Back to Top