Returns all post activities generated in the system by anyone.
Returns all post activities generated in the system by anyone.
:rest activity The id of the activity
:rest activity The id of the activity
If an actor is found on the request body it will be taken as the ownership of the activity, either
the actor being a Person or a Context. If no actor specified on json payload, the current authenticated
user will be taken as request.actor.
Returns all the activities posted on a context
:rest hash The hash of the context url where the activties where posted
Returns all the activities posted on a context
:rest hash The hash of the context url where the activties where posted
:rest activity The id of the activity
:rest activity The id of the activity
:rest size The named size of the activity, defaults to large
:rest activity The id of the activity
:rest size The named size of the activity, defaults to large
Add activity posted as {username}. User in url will be taken as the actor that will own
the activity. When url {username} and authenticated user don't match, user must have special
permissions to be able to impersoate the activity.
Returns all post activities generated by a user in his timeline or contexts.
Returns all post activities generated by a user in his timeline or contexts.
Return the comments for an activity.
Get all the comments generated by a user anywhere
Get all the comments generated by a user anywhere
To the date, this is only implemented to
work integrated with Twitter.
Returns a list of all public subscribable contexts
Returns conversation avatar. Public endpoint.
The request.actor is the one "talking", either if it was the authenticated user,
the rest username or the post body actor, in this order.
Deletes ALL the conversations from ALL users in max doing all the consequent unsubscriptions
The request.actor is the one "talking", either if it was the authenticated user,
the rest username or the post body actor, in this order.
Performs sanity checks on existing subscriptions
Now currently sets the lastComment id field
Expose the current MAX security roles and its members
Performs sanity checks on existing subscriptions
Sets sensible defaults and perform consistency checks.
Checks that owner of the object must be the same as the user object
Adds a new user device linked to a user. If the token already exists for any user, we'll assume that the new
user is using the old user's device, so we'll delete all the previous tokens and replace them with the new one.
Generated by aglio on 03 Apr 2015
/activities/{activity}/comments/{comment}