v1

latestSwagger 2.02026-07-13285166341.1 KB
ContentSubmissions

Get ContentSubmissions

Gets a collection of ContentSubmissions. When successful, the response is a PagedResponse of ContentSubmissions. Additional searches: attributes[Name]=Value. This can be used to search for submissions that have the specified values for attributes. Beginning and ending wildcard (*) supported for value. If unsuccessful, an appropriate ApiError is returned.

get/api/v2/ContentSubmissions

Query parameters

limitinteger

Optional. The page limit. If not specified, the default page limit is 10.

offsetinteger

Optional. The page offset. If not specified, the default page offset is 0.

userIDinteger

Optional. Filter by UserID.

contentDefinitionIDinteger

Optional. Filter by ContentDefinitionID

includeAttributesstring

Names of Attributes to include when retrieving this submission. This should be a comma-separated list. If not provided, Attributes are not included. If '*', all Attributes are included.

releaseIDinteger

Optional. Filter the submissions by whether they are part of the Release with the specified Release ID.

typeIDinteger

Optional. Filter submissions by their ContentDefinition's Type ID.

versioninteger

Optional. Filter submissions by their Version.

includeDefinitionboolean

Optional. If true, includes the ContentDefinition for each submission.

Response

OK