Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.33 KB

list-content-types.md

File metadata and controls

32 lines (23 loc) · 1.33 KB
description
Gets the content types for a project.

List content types

Gets the content types for a project.

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

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.
dataFormat query string The specific dataFormat, e.g. entry, asset. The default is all.

Example request

GET: /api/management/projects/movieDb/contenttypes?versionStatus=published&dataFormat=entry

Response message

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