Altinn / altinn-register

Altinn platform microservice for handling register data
0 stars 0 forks source link

Register API for retrieving Party list by new PartyUUIDs #154

Closed jonkjetiloye closed 8 months ago

jonkjetiloye commented 10 months ago

Description

Altinn 2 SBL Bridge has been extended with new API endpoint for getting a list of Party entities, by the new PartyUUID identifier.

This endpoint needs a proxy API in altinn-register same as the existing POST register/api/v1/parties/partylist

Existing APIs for retrieving Party object should also be updated to include new mapping for the PartyUUID property to the Party model.

Model update will require publishing a new nuget package update for: Altinn.Platform.Models

Additional Information

For SBL Bridge API implementation see: https://dev.azure.com/digdir/Altinn/_git/Altinn/pullrequest/6589

Tasks

Acceptance Criterias

No response