GET
/activitypub/user-id/{user-id}/outboxList a user's recorded activity
Lists the recorded ActivityPub activities for a user. Supply user-id to retrieve that user's ordered activity collection. The response is available as either JSON or HTML depending on content negotiation.
user-idintegerrequired
The numeric ID of the user whose recorded ActivityPub activities to retrieve.
200Returns an ActivityStream ordered collection containing the user's recorded activities.
403Returned when the authenticated user is forbidden from accessing the user's outbox.
messagestringoptional
urlstringoptional
Error handling
A 403 is returned when the authenticated user is not permitted to access the specified user's outbox. user-id must be supplied as an integer identifying the requested user.