Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.19 KB

list-components.md

File metadata and controls

31 lines (22 loc) · 1.19 KB
description
Gets the components for a project.

List components

Gets the components for a project.

GET /api/management/projects/{projectId}/components/

Parameters

Name Parameter type Type Format Description
projectId path string The project identifier, e.g. "movieDb". Found in the project overview screen of the management console.
versionStatus query string The version status, either published or latest. The default is latest.

Example request

GET: /api/management/projects/movieDb/components?versionStatus=published

Response message

HTTP status code Reason Response model
200 Success Component [...]
401 Unauthorized Error
404 NotFound Error
500 InternalServerError Error