We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As Trace-X I want an API endpoint to get a policy by ID so that I can get a policy with its details and list of associated business partner numbers.
example:
GET /irs/policies/a1a140d2-eb9a-4ec2-a95b-b9bf52596848
=>
{ "validUntil": "2025-12-12T23:59:59.999Z", "payload": { "@context": { "odrl": "http://www.w3.org/ns/odrl/2/" }, "@id": "policy1", "policy": { "policyId": "policy1", "createdOn": "2024-07-11T10:39:48.4206493Z", "validUntil": "2025-12-12T23:59:59.999Z", "permissions": [ ... ] } }, "bpn": [ "BPNL1234567890AB", "BPNL1234567890CD", "BPNL9834567890CD" ] }
The text was updated successfully, but these errors were encountered:
feat(policy-api): [eclipse-tractusx#803] fix missing import
5febbe8
feat(policy-api): [eclipse-tractusx#803] reduce method visibility
92c5dbc
feat(policy-api): [eclipse-tractusx#803] update changelog
f92340c
chore(cleanup): [eclipse-tractusx#803] remove obsolete import
3e27bc2
feat(policy-api): [eclipse-tractusx#803] fix list of associated BPN
68a5eab
No branches or pull requests
As Trace-X
I want an API endpoint to get a policy by ID
so that I can get a policy with its details and list of associated business partner numbers.
Hints / Details
example:
GET /irs/policies/a1a140d2-eb9a-4ec2-a95b-b9bf52596848
=>
Acceptance Criteria
Out of Scope
The text was updated successfully, but these errors were encountered: