User Actions
user_actions
Methods
Get Client Subscriptions List -> { count, results }
get/v1/user_actions/amqp_subscriptions_list
Get client subscriptions list
List User Actions -> OffsetPage<{ id, action_type, api_group, 14 more... }>
get/v1/user_actions
Retrieve user action log for one client or a set of projects
Subscribe To Log ->
post/v1/user_actions/subscribe
Subscribe to the user action log. Subscription is created for the client_id that is taken from the JWT token. See how to get the token in the Account / Login section of this documentation
Request example
Subscribe To Log Over Amqp ->
post/v1/user_actions/subscribe_amqp
Subscribe to the user action log over AMQP. Subscription is created for the client_id that is taken from the JWT token. See how to get the token in the Account / Login section of this documentation
Get Client Subscriptions List -> { count, results }
get/v1/user_actions/subscriptions_list
Get client subscriptions list
Unsubscribe From Log ->
post/v1/user_actions/unsubscribe
Unsubscribe from the user action log
Unsubscribe From Log Over Amqp ->
post/v1/user_actions/unsubscribe_amqp
Unsubscribe from the user action log over AMQP