Retrieve Project
get
[host-url]/dt-rest/v2/projects/{projectId}
Retrieves a specific project by its ID.
Request
Path Parameters
-
projectId(required): string
The ID of the project to retrieve. This is a path parameter.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
A Response object containing the project details.
401 Response
Unauthorized
404 Response
Not Found