Content Types

Retrieve Content Type

get

Retrieve a specific Content Type by ID

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

Content Type retrieved successfully

application/json
get
/api/v1/content_types/{id}/

Update Content Type

put

Update a specific Content Type by ID

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Body
idintegerRead-onlyOptional

Content Type ID

app_labelstringRequired

App label for the content type

modelstringRequired

Model for the content type

Responses
chevron-right
200

Content Type updated

No content

put
/api/v1/content_types/{id}/

No content

Delete Content Type

delete

Delete a specific Content Type by ID

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
delete
/api/v1/content_types/{id}/

No content

Partial Update Content Type

patch

Partial update a specific Content Type by ID

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Body
idintegerRead-onlyOptional

Content Type ID

app_labelstringRequired

App label for the content type

modelstringRequired

Model for the content type

Responses
chevron-right
200

Content Type updated

No content

patch
/api/v1/content_types/{id}/

No content

Retrieve Content Type Fields

get

Retrieve a specific Content Type by ID with its fields

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

Content Type retrieved successfully with fields

application/json
get
/api/v1/content_types/{id}/fields/

List Content Types

get

List Content Types

Authorizations
AuthorizationstringRequired
Query parameters
pageinteger · min: 1Optional

Specifies the page number of the current dataset

Default: 1
limitinteger · min: 1Optional

Indicates the number of rows on the current page.

Default: 10
idintegerOptional

Filters by id

Responses
chevron-right
200

List of Content Types

application/json
get
/api/v1/content_types/

Last updated

Was this helpful?