Return assets of which type is given asset type and are listed in given
project if user has access to this project.
Path parameters
-
project_id
Required -
asset_type_id
Required
GET
/data/user/projects/{project_id}/asset-types/{asset_type_id}/assets
curl \
--request GET 'http://api.example.com/data/user/projects/{project_id}/asset-types/{asset_type_id}/assets' \
--header "Authorization: $API_KEY"