Skip to content

Add implementation for exposing all BPN groups. #1931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

bmg13
Copy link
Contributor

@bmg13 bmg13 commented Apr 30, 2025

WHAT

Adds a new /groups endpoint to resolve all BPN Groups. Implementation of this Decision Record.

WHY

To ease the listing of all BPN groups stored.

FURTHER NOTES

As defined in the DR, this endpoint is added in the BusinessPartnerGroupApiV3.

Request:
GET /v3/business-partner-groups/groups

Example response:

{
	"tx:groups": [
		"group2",
		"group4",
		"group13",
		"group10",
		"group3",
		"group1",
		"group5"
	],
	"@context": {...}
}

Closes #1898

@bmg13 bmg13 marked this pull request as ready for review April 30, 2025 16:03
@lgblaumeiser lgblaumeiser merged commit dad67c7 into eclipse-tractusx:main May 6, 2025
35 checks passed
@github-project-automation github-project-automation bot moved this from Open to Merged in EDC PR Board May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

Allow retrieval of all BPN groups through specific endpoint
3 participants