-
Notifications
You must be signed in to change notification settings - Fork 0
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
GET /v1/server/findByIk #28
Comments
To be able to do the reverse lookup, we need this info to be part of the federation list. Otherwise we would have to query every server for their ikNumber, afaik. What's the state on getting the federation list schema updated? |
Upstream tracking issue: gematik/api-vzd#149 Disclaimer: I don't currently know if the format in the linked PR is actually correct. |
Ah, perfect! I didn't expect to see you here, but thanks a lot for the update! :) |
1 similar comment
Ah, perfect! I didn't expect to see you here, but thanks a lot for the update! :) |
This endpoint will return a domain which matches to the ik number. This information is stored on the federationlist. Currently there is no test environment for the federation list and also the schema provided by gematik (link) is not updated. To be able to implement this, we need to use the openapi spec, there they have the new definition (link).
This endpoint should only be activated for tim-pro mode.
The text was updated successfully, but these errors were encountered: