Get Top CountsAsk AIget https://api.apicbase.com/api/v2/inventory/outlets/{outlet_id}/count_events/aggregated/Returns a list of all top counts in an outlet.Path Paramsoutlet_idstringrequiredAn outlet's IDQuery Paramspageint32A page number within the paginated result set.orderingstringA field to order results by.statusstringenum012Allowed:012created_datedateFilter on a creation date (exact).created_date__gtdateFilter on a creation date (greater than).created_date__ltdateFilter on a creation date (lower than).actual_datedateFilter on the event's actual date, as specified by the user.actual_date__gtdateFilter on the event's actual date, as specified by the user (greater than).actual_date__ltdateFilter on the event's actual date, as specified by the user (lower than).remarksstringQuery the contents of the remarks field.created_bystringA user ID.created_by__emailstringA user's email address.owned_bystringA user ID.owned_by__emailstringA user's email address.stock_valuefloatThe event's total stock value in variation (exact).stock_value__gtfloatThe event's total stock value in variation (greater than).stock_value__ltfloatThe event's total stock value in variation (lower than).Response 200200Updated 7 months ago