Published
Parameters
Example
curl -X POST \
v1/analytics/published \
-H 'Authorization: Basic <Your Base64 Encoded Token>'Success Response
{
"status": "success",
"data": [
{
"app": {
"ID": "io.falkor.demo",
"name": "Falkor",
"version": "2.10.0"
},
"content": {
"pathways": [
{
"ID": "EV67-ZCNS-56AD",
"name": "Pathway A",
"icon": "<content url>",
"type": "pathway"
},
{
"ID": "EV44-CXGM-88TI",
"name": "Pathway B",
"icon": "<content url>",
"type": "pathway"
},
...etc
],
"stories": [
{
"ID": "EV72-RQZY-80AH",
"name": "Story A",
"icon": "<content url>",
"type": "story"
},
{
"ID": "EV30-NNDN-79EE",
"name": "Story B",
"icon": "<content url>",
"type": "survey"
},
...etc
],
"streams": [
{
"ID": "EV93-RZXC-81KB",
"name": "Stream A",
"icon": "<content url>",
},
{
"ID": "EV63-OXFN-39QB",
"name": "Stream B",
"icon": "<content url>",
"type": "podcast"
},
...etc
]
}
}
],
"hash": "24a5bbfea32e4fc3d5e84e19243fc372",
"response_time": 0.18273687362670898
}App + Content Item
Pathway Item
Story Item
Stream Item
Last updated