Published
Last updated
Last updated
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.
The endpoint only takes a single optional parameter which allows filtering of apps
The example below retrieves a list of apps with published content for each app.
A successful response will have an array of app
+ content
items.
Key
Type
app
String (ID or name of app)
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
Key
Type
ID
String (SKU / ID of pathway)
name
String
icon
String (Icon URL of pathway)
type
String (Always pathway)
Key
Type
ID
String (SKU / ID of story)
name
String
icon
String (Icon URL of story)
type
Enum (story, article, assessment, survey, scorm)
Key
Type
ID
String (SKU / ID of stream)
name
String
icon
String (Icon URL of story)
type
Enum (podcast, youtube, audio, video)