Activity
SDK methods for the Activity module, accessed via soat.activity. See the Activity module docs for permissions and data model, and each method's REST page for the full request/response schema.
soat.activity.listActivity()
List activity feed entries
- Method:
GET - Path:
/api/v1/activity
await soat.activity.listActivity({
query: { /* + optional */ },
});