Forum Discussion

API_User's avatar
API_User
Level 9
3 years ago

API mismatch introduced on 12 February 2022

Hi,

We noticed that on 12 February you introduced a breaking change on the API which is undocumented. When doing https://developer.equinix.com/catalog/buyerv3 the response does no longer contain "isLastPage" but contains "last" which is not documented.

{
    "first": "TRUE",
    "last": "FALSE",
    "number": 0,
    "numberOfElements": 20,
    "size": 20,
    "sort": [
        {
            "ascending": "FALSE",
            "descending": "TRUE",
            "direction": "DESC",
            "ignoreCase": "FALSE",
            "nullHandling": "NATIVE",
            "property": "created_date"
        }
    ],
    "totalElements": 8051,
    "totalPages": 403
}


Can we have an explanation on this and get it back aligned with the documentation?

  • Thanks for reporting the incident, the issue is now fixed. there was a glitch in the testing process for API’s pagination model, which is now fixed.
    -Equinix Developer Community

4 Replies

  • Thanks for reporting the incident, the issue is now fixed. there was a glitch in the testing process for API’s pagination model, which is now fixed.
    -Equinix Developer Community
  • Thanks for reporting the incident, the issue is now fixed. there was a glitch in the testing process for API’s pagination model, which is now fixed.
    -Equinix Developer Community
  • Thanks for reporting - I sent this over to the FABRIC API team, and they put in a fix --let us know if we can do anything else, thanks again!