Return the number of asset.

17May2010

Counts the number of assets based on owner and/or group_id.

Request URL

/asset/count [GET]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
group_id (ALPHA_NUM)The group ID to match.Optional-
owner_id (ALPHA_NUM)The owner ID to match.Optional-

Example Request

asset/count?owner_id=testuser

Example Response

Returns the number of found assets in the header->item_count_total.