Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 434 Bytes

get-project.md

File metadata and controls

17 lines (12 loc) · 434 Bytes

Get a single project

GET /api/delivery/projects/{projectId}

Example request

GET: /api/delivery/projects/movieDb

Response messages

HTTP status code Reason Response model
200 Success Project
404 Project not found Error
500 Internal server error Error