v1

latestSwagger 2.02026-07-13285166341.1 KB
ContentDefinitions

Get ContentDefinitions

Gets a collection of ContentDefinitions. When successful, the response is a PagedResponse of ContentDefinitions. If unsuccessful, an appropriate ApiError is returned.

get/api/v2/ContentDefinitions

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.

includeAttributesstring

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

namestring

Optional. Filter by Name. Supports beginning and ending wildcard (*).

typeIDinteger

Optional. Filter by TypeID.

packageTypeIDstring

Optional. Filter by PackageTypeID.

Response

OK