Projects
Projects offer a way of grouping related content types, entries and assets. Typically a project would represent a single application such as a website, intranet or mobile application.
Projects are a licensed feature and the number you can create will depend on which license you have purchased.
Get a project
Gets an existing project by the project id.
GET /api/management/projects/{projectId}
Example request
GET: /api/management/projects/movieDb/
Response messages
HTTP status code | Reason | Response model |
---|---|---|
200 | Success | Project |
401 | Unauthorized | Error |
404 | NotFound | Error |
500 | InternalServerError | Error |