Open source media management and distribution platform

asset/count

The number of assets counted by application, group and / or owner

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".

Request URL

/asset/count [GET]

Request parameters

Parameter

Type

Description

Method

Obligatory/Optional

owner_id

string

owner of the assets

GET

optional

group_id

string

group of the assets

GET

optional

 

Example request URL

/asset/count?owner_id=t.gebruiker&group_id=groep_a

Example response

<item_count_total>44446</item_count_total>

Response fields

Field

Description

item_count_total

The total number of assets of this search (header)