v1

latestOpenAPI 3.0.32026-07-13218142597.2 KB
Content Properties

Get content properties for blog post

Retrieves all Content Properties tied to a specified blog post.

Permissions required: Permission to view the blog post.

get/blogposts/{blogpost-id}/properties

Path parameters

blogpost-idinteger required

The ID of the blog post for which content properties should be returned.

Query parameters

keystring

Filters the response to return a specific content property with matching key (case sensitive).

sort'key' | '-key'

The sort fields for content properties. The default sort direction is ascending. To sort in descending order, append a - character before the sort field. For example, fieldName or -fieldName.

Used to sort the result by a particular field.

cursorstring

Used for pagination, this opaque cursor will be returned in the next URL in the Link response header. Use the relative URL in the Link header to retrieve the next set of results.

limitinteger

Maximum number of attachments per result to return. If more results exist, use the Link header to retrieve a relative URL that will return the next set of results.

Response

Returned if the requested content properties are successfully retrieved.