Retrieve Folder
get
[host-url]/dt-rest/v2/folders/{folderId}
Retrieves a folder by its ID.
Request
Path Parameters
-
folderId(required): string
The ID of the folder to retrieve.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
A Response object containing the retrieved folder in a JSON.
Root Schema : DTFolderDTO
Match All
Represents a folder for grouping data flows and workflows.
Show Source
-
object
DTFolderBaseDTO
Represents a data transforms folder.
-
object
DTFolderDTO-allOf[1]
Represents a folder for grouping data flows and workflows.
Nested Schema : DTFolderDTO-allOf[1]
Type:
objectRepresents a folder for grouping data flows and workflows.
Show Source
-
dataFlows: object
dataFlows
Additional Properties Allowed: additionalProperties
-
workflows: object
workflows
Additional Properties Allowed: additionalProperties
401 Response
Unauthorized
404 Response
Not Found