Appendix - API Version History
Version 2.3.0
Changes
- Addition of ability to submit feedback associated with an existing text submission (section link)
Version 2.2.0
Changes
- Webhook functionality to enable API clients to be notified when assessment has completed instead of having to call the
/resultsendpoint (section link)
Version 2.1.0
Changes
- Addition of
text_statsto assessment results responses (section link) - Updated formats for
textandquestion_textas invalid characters are now rejected (section link) - Error responses for invalid JSON/encoding/characters (section link)
- Addition of ability to delete submissions and results by author ID (section link)
Version 2.0.0
Changes
- Text assessment results error responses (section link):
{"type": "insufficient_english_text", "code": 200}changed to{"type": "failure", "message": "insufficient_english_text", "code": 200}- other
"type": "failure"possibilities added with"message"values of"sentence_too_long","token_too_long"and"unspecified_error"