@emily.mason - First I added the Activity Stream to my SuperAdmin page. I named the widget Activity Stream. Then I went to the API explorer.
Services = Pages
API Reference = Pages > Listing pages - here I pulled a list of pages and dumped that text into Notepad ++ and found the ID for my SuperAdmin page
API Reference = Pages > Get Single page information - here I put the ID for my page in and in that text it returned the It shows the ID of all of the widgets.
{
"id": "471",
"position": 19,
"type": "activitiesstream",
"name": {
"type": "single_value",
"value": "Activity Stream",
"values": []
},
"settings": {
"assignToAll": true,
"allowComments": true,
"allowAskTheExpertButton": true,
"showCourseAndLPActivity": true,
"translationsLocalizableFields": {
"title": {
"de": "Activity Stream",
"en": "Activity Stream",
"es": "Activity Stream",
"id": "Activity Stream",
"it": "Activity Stream",
"ja": "Activity Stream",
"ko": "Activity Stream",
"lt": "Activity Stream",
"lv": "Activity Stream",
"no": "Activity Stream",
"pl": "Activity Stream",
"ru": "Activity Stream",
"sv": "Activity Stream",
"uk": "Activity Stream",
"vi": "Activity Stream",
"zh": "Activity Stream",
"en-gb": "Activity Stream",
"fr-ca": "Activity Stream",
"es-419": "Activity Stream"
}
}
},