As an developer I want to get all statements of an item so I can show the data in my app
- return a json representation of the statements as returned by the /entities/items/<item_id> endpoint
- error handling:
- 400 - invalid item ID
- 404 - item not found
- 500 - unexpected
Not included in this story
- If-None-Match/If-Modified-Since conditional headers T307031: 🟩️ Conditionally request the data of statements of an item
- "pagination" of statements. Always return up to 50 statements: T306664: Paginate statements in GET /entities/items/{item_id}/statements
- filtering statement data "fields" to be included in the response T307033: Filter elements of a statement structure to be returned by GET /entities/items/{item_id}/statements