As a developer I want to fetch the data of a property, so I can use elements I need in my application
Further building up the GET /entities/properties/{property_id} route/endpoint, following the initial development in T337720.
Using an in-path _fields parameter, accepting values:
- type
- data-type
- labels
- descriptions
- aliases
- statements
Error cases to consider:
- client provided a field which is not recognized: API responses with HTTP 400 response. Response content: { "code": "invalid-field", "message": "Not a valid field: {field}" }