Return asset types related to given project if the current user has

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

access to it.

Path parameters

Responses

  • 200

    Asset types related to given project

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