Changelog for February 17, 2025

The following improvements were made to error messages in API Platform:

  • GET /company/v1/contracts, GET /tasking/v1/tasks, GET /catalog/v1/purchases, and GET /catalog/v1/items endpoints — now return an HTTP 400 Bad Request error if the pagination limit parameter is out of range (the limit parameter must lie within the range 0 to 10000).

  • GET tasking/v1/tasks/{taskID}/products endpoint — now returns an HTTP 404 Not Found error if the task products are unavailable (for example, if the task ID was not found or the task is not fulfilled yet). Previously, an HTTP 500 error was being returned.