Content Category Membership

A record that maps content (e.g. a sequence) to a content category.

createdAt
string <date-time>

The date and time the content category membership was created.

updatedAt
string <date-time>

The date and time the content category membership was last updated.

{
}

Content Category Membership Relationships

(sequence (data (object) or links (object))) or (snippet (data (object) or links (object))) or (template (data (object) or links (object)))

The record in the content category. Must be a sequence, snippet, or template. Relationship content cannot be used as a filter.

data (object) or links (object) (contentCategory)

The content category the record is part of. You can use only the attribute id to filter contentCategoryMemberships by contentCategory (e.g. filter[contentCategory][id]=X).

(user (data (object) or links (object)))

The creator of the content category membership. Relationship creator cannot be used as a filter.

{
}

Content Category Membership Resource Metadata

METADATA NAME DESCRIPTION QUERY PARAM
canDelete A boolean value indicating whether the current API user has delete access to this resource. provideAuthorizationMeta

⌵ Content Category Membership Actions

Get a Collection of Content Category Memberships

SecuritybearerAuth
Responses
200

OK

422

JSON error message

get/contentCategoryMemberships
Request samples
Response samples
application/vnd.api+json
{
}

Create a New Content Category Membership

SecuritybearerAuth
Request
Request Body schema: application/vnd.api+json
required
object
Responses
201

Created

422

JSON error message

post/contentCategoryMemberships
Request samples
application/vnd.api+json
{
}
Response samples
application/vnd.api+json
{
}

Delete an Existing Content Category Membership by ID

SecuritybearerAuth
Request
path Parameters
id
required
integer
Responses
204

Deleted

422

JSON error message

delete/contentCategoryMemberships/{id}
Request samples
Response samples
application/vnd.api+json
{
}

Get a Content Category Membership by ID

SecuritybearerAuth
Request
path Parameters
id
required
integer
Responses
200

OK

404

Not Found

get/contentCategoryMemberships/{id}
Request samples
Response samples
application/vnd.api+json
{
}