OBJECT
ContentCatalog
Content catalog data which includes the following content type: video courses, interactive courses, guides, paths and projects. This enitity is currently in BETA and will require your API KEY to have BETA access.
link GraphQL Schema definition
- type ContentCatalog {
- # The primary unique identifier for the content (in uuid format).
- ID! :
- # A unique integer between 1 and 2,147,483,647 that can be used as an identifier.
- # If use case is incompatible with contentId (uuid), idNum can be used as an
- # integer alternative to contentId.
- Int :
- # Content type.
- ContentCatalogType :
- # Content Title.
- String :
- # Content Status, possible values are 'published' or 'retired'.
- String :
- # The catalog slug (URL safe) name (used to map to the content).
- String :
- # The date the Content was created, released or published.
- DateTime :
- # The date the Content was displayed, updated, latest published or modified.
- DateTime :
- # The content description.
- String :
- # The URL for the content Image.
- String :
- # The Duration of the content in seconds.
- Float :
- # Course tags metadata.
- Tags :
- }
link Require by
- ContentCatalogConnectionnull
- ContentCatalogEdgeA type that describes an edge in the 'ContentCatalogConnection'. Essentially, a 'ContentCatalogEdge' is a wrapper object for 'ContentCatalog'. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch 'InteractiveCourse' records after 'cursor'