Return assets of which type is given asset type and are listed in given

GET /data/user/projects/{project_id}/asset-types/{asset_type_id}/assets

project if user has access to this project.

Path parameters

Responses

  • 200

    Assets of which type is given asset type and are listed in given project

GET /data/user/projects/{project_id}/asset-types/{asset_type_id}/assets
curl \
 -X GET http://localhost:8080/api/data/user/projects/{project_id}/asset-types/{asset_type_id}/assets \
 -H "Authorization: $API_KEY"