Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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}
  • No labels