GET /api/v2/ContentDefinitions
Summary: Get ContentDefinitions
Operation ID: ContentDefinitions_GetContentDefinitions
Auth: oauth2
Operation ID: ContentDefinitions_GetContentDefinitions
Auth: oauth2
Description
Gets a collection of ContentDefinitions. When successful, the response is a PagedResponse of ContentDefinitions. If unsuccessful, an appropriate ApiError is returned.
Parameters (7)
includeAttributes
(string, query, optional)
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.
limit
(integer, query, optional)
Optional. The page limit. If not specified, the default page limit is 10.
name
(string, query, optional)
Optional. Filter by Name. Supports beginning and ending wildcard (*).
offset
(integer, query, optional)
Optional. The page offset. If not specified, the default page offset is 0.
packageTypeID
(string, query, optional)
Optional. Filter by PackageTypeID.
typeID
(integer, query, optional)
Optional. Filter by TypeID.
userID
(integer, query, optional)
Optional. Filter by UserID.
No probe data for this endpoint yet.