2022-11-09
- Added new field
regno_str
to the responses of Sessions/list and Companies/read endpoints. This new field holds a full 8-digits registration number of the company as a string value, and it doesn't trim the leading zeroes.
2020-08-22
- Saved filter structure now dumps the e-mail address of the filter creator (as
created_by
) and is_shared
boolean because filters can now be shared among all users having access to the resource.
2019-08-15
- Added endpoints listing Turnover and Magnitude categories.
- Added Response Fields tables to API documentation page describing the resulting objects.
2018-03-01
- Session listings can be filtered by
saved_filter_id
.
- Time-based usage limits added to the doc section of each call.
- All times are in UTC, mentioned in the doc intro.