/reports/activity

Log in to see full request history
Query Params
int32
Defaults to 2

Specify the number of results you wish to return. Defaults to 50, but we have it set to 2 by default so the API explorer doesn't scroll forever.

int32
Defaults to 0

The offset from the start of results to use in order to page through the result set

string

String to search on

string

The type of target (entity something is checked out to) you're searching against. App\Models\User, etc. Required when passing target_id.

int32

The ID of the target you're querying against. Required if passing target_type

string

The type of item you're searching against. App\Models\Asset, etc. Required when passing item_id.

int32

The ID of the item you're querying against. Required if passing item_type

string

The action type you'e querying against. Example values here are: "add seats", "checkin from", "checkout", "update"

string
Defaults to desc

Ascending or descending order (defaults to desc if no value is given)

string
Defaults to created_at

What column the results should be sorted by (defaults to created_at date if no value is given)

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json