Argyle Changelog logo

Changelog

Most relevant updates and all breaking changes.

Subscribe to Updates

Labels

  • All Posts
  • Link
  • API
  • Console
  • Breaking
  • Coverage

Jump to Month

  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • May 2020
  • January 2020
APIBreaking
11 months ago

API breaking changes

In December, Argyle issued an API update informing clients of the removal of the count parameter from the Activities endpoint. In that same update, Argyle indicated that they would be removing this parameter from all other APIs in Q1 2022.

As part of Argyle's API improvement initiatives, and to guarantee better retrieval performance, they are now finalizing the removal of the count parameter from all remaining APIs. This change will come into effect on March 31, 2022.

To paginate bulk fetches from the API, you can use a combination of the limit query parameter and the previous and next page URLs to achieve the same result. Refer to the pagination documentation for more details.

Please update your implementations to make use of the new pagination model to avoid any disruption.

Furthermore, in an effort to avoid confusion and reduce complexity, Argyle will be removing two additional undocumented parameters from our API on the same date. These are the is_active parameter from the Webhooks endpoint, and the permissions parameter from the Accounts endpoint. These were undocumented parameters and Argyle is now removing them to bring clarity to the Argyle API. Please review your implementations to ensure you are not making use of these parameters.