/reports/activityCopy Pageget https://develop.snipeitapp.com/api/v1/reports/activityQuery Paramslimitint32Defaults to 2Specify 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.offsetint32Defaults to 0The offset from the start of results to use in order to page through the result setsearchstringString to search ontarget_typestringThe type of target (entity something is checked out to) you're searching against. App\Models\User, etc. Required when passing target_id.target_idint32The ID of the target you're querying against. Required if passing target_typeitem_typestringenumThe type of item you're searching against. App\Models\Asset, etc. Required when passing item_id.assetaccessoryconsumablecomponentlicenseuserAllowed:assetaccessoryconsumablecomponentlicenseuseritem_idint32The ID of the item you're querying against. Required if passing item_typeaction_typestringenumThe action type you'e querying against. Example values here are: "add seats", "checkin from", "checkout", "update"checkoutcheckin fromupdatecreatedeleteaudituploadedaccepteddeclinedrequestedShow 10 enum valuesorderstringenumDefaults to descAscending or descending order (defaults to desc if no value is given)ascdescAllowed:ascdescsortstringenumDefaults to created_atWhat column the results should be sorted by (defaults to created_at date if no value is given)idcreated_attarget_iduser_idaccept_signatureaction_typenote (defaults to desc if not value is given)Allowed:idcreated_attarget_iduser_idaccept_signatureaction_typenote (defaults to desc if not value is given)Responses 200200 400400Updated 3 months ago Did this page help you?YesNo