/ constructions) • support filtering via filter[...] • allow only whitelisted filter fields GET /constructions?filter[status]=active GET /constructions?filter[city]=Linz&filter[status]=active
responses • this header value describes the state of your resource • on subsequent requests include If-None-Match with the previous ETag header value • if the resource version is still valid, the server responds with 304 not modified • otherwise it sends a new response with a new ETag value
id: type: integer description: Unique identifier for the given construction name: type: string description: the name of the construction order_value: type: number description: the construction's order value started_at: type: string description: the start date of the construction finished_at: type: string description: the end date of the construction required: - id - name - order_value