GET
/activitypub/user-id/{user-id}/activities/{activity-id}Get a user's ActivityPub activity object
Retrieves a specific ActivityPub activity object associated with a user. Supply both user-id and activity-id to identify the user's activity object.
user-idintegerrequired
The user's numeric identifier.
activity-idintegerrequired
The numeric identifier of the activity object to retrieve.
200Returns the requested ActivityPub activity object, including its `@context` property.
@contextstringoptional
Error handling
user-id and activity-id must both be integers identifying the user and the requested activity. Use the activity identifier belonging to that user when selecting the object to retrieve.