Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Reminder: Profile Sections handling

The API calls for retrieving a company and/or traveller profile utilize a concept of information-sections, which allows for clients to fetch only the data specifically needed for processing instead of the complete profile.
So far, these API calls have defaulted to returning all available data if the sections parameter has been omitted.

As more and more sections are being made available, we will change the default behaviour.
Starting on May 31st, 2022 we will only return sections that have been explicitly requested in order to cut down on the amount of unnecessary data being exchanged between systems.

Affected API calls

Only the following API calls are affected by this change:

  • GET /api/v1/profiles/company/{uuid}
  • GET /api/v1/profiles/traveller/{uuid}