Altinn / altinn-notifications

Altinn platform microservice for handling notifications (mail, sms, etc)
MIT License
3 stars 3 forks source link

Add resource filtering when retrieving personal contact address in SBL #504

Closed acn-sbuad closed 3 months ago

acn-sbuad commented 4 months ago

Description

UnitProfiles controller exposes an endpoint that accepts a list of organization numbers and returns a set of PartyNotificationContactPoints. This endpoint should be extended to accept a resource id as input and only return contact points that accept notifications related to the resource.

Tasks

Acceptance criteria

SandGrainOne commented 3 months ago

Edit: We ended up making a change where the endpoint returns 400 if resource is missing or the organization list is missing/empty.

SandGrainOne commented 3 months ago

Tested ok.