With this call you can asked how many asset is in a particular user or group.
Without parameters all assets of application counted. With the addition of call parameters you can refine the search.
The total number of assets in the header is listed as "item_count_total".
/asset/count [GET]
|
Parameter |
Type |
Description |
Method |
Obligatory/Optional |
|
owner_id |
string |
owner of the assets |
GET |
optional |
|
group_id |
string |
group of the assets |
GET |
optional |
/asset/count?owner_id=t.gebruiker&group_id=groep_a
<item_count_total>44446</item_count_total>
|
Field |
Description |
|
item_count_total |
The total number of assets of this search (header) |