Published
The analytics/published
endpoint retrieves a list of content (stories, streams, pathways) published on the app. This endpoint is useful if the need to query content on the app before looking at various other analytic endpoints.
Parameters
The endpoint only takes a single optional parameter which allows filtering of apps
Key
Type
app
String (ID or name of app)
Example
The example below retrieves a list of apps with published content for each app.
Success Response
A successful response will have an array of app
+ content
items.
App + Content Item
Key
Type
app
Object
app.ID
String (Reverse domain app identity)
app.name
String
app.version
String
content
Object
content.pathways
Array of pathway items
content.stories
Array of story items
content.streams
Array of stream items
Pathway Item
Key
Type
ID
String (SKU / ID of pathway)
name
String
icon
String (Icon URL of pathway)
type
String (Always pathway)
Story Item
Key
Type
ID
String (SKU / ID of story)
name
String
icon
String (Icon URL of story)
type
Enum (story, article, assessment, survey, scorm)
Stream Item
Key
Type
ID
String (SKU / ID of stream)
name
String
icon
String (Icon URL of story)
type
Enum (podcast, youtube, audio, video)
Last updated