Retrieve Project

get

[host-url]/dt-rest/v2/projects/{projectId}

Retrieves a specific project 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 project details.
Body ()
Root Schema : DTProjectDTO
Type: object
JSON representing a project.
Show Source

401 Response

Unauthorized

404 Response

Not Found
Back to Top