User Actions

user_actions

Methods

Get Client Subscriptions List -> { count, results }
get/v1/user_actions/amqp_subscriptions_list

Get client subscriptions list

Parameters
limit: number
Optional

Optional. Limit the number of returned items

offset: number
Optional

Optional. Offset value is used to exclude the first set of records from the result

Response fields
count: number
(minimum: 0)

Number of objects

results: Array<{ id, connection_string, exchange, 2 more... }>

Objects

Request example
200Example
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

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