-
Notifications
You must be signed in to change notification settings - Fork 13
Get a report provider configuration
gerome12 edited this page May 16, 2019
·
1 revision
Used by the report provider for getting the configuration
URL : /reportproviders/{client_id}/configuration
Method : GET
Headers
-
Accept
: If present, require that this value beapplication/json
Success Response
-
Status :
200 OK
{
"album_id": "bSoeD2cxuv",
"client_id": "BdwHkGxafhtG3mZ03T1HV7",
"issuer": "https://demo.kheops.online",
"return_uri": "https://demo.kheops.online/albums/bSoeD2cxuv",
"dicomweb_endpoint": "https://demo.kheops.online/api",
"wado_endpoint": "https://demo.kheops.online/api",
"token_endpoint": "https://demo.kheops.online/api/token",
"introspect_uri": "https://demo.kheops.online/api/token/introspect",
"userinfo_endpoint": "https://demo.kheops.online/api/userinfo",
"jwks_uri": "https://demo.kheops.online/api/certs"
}
Error Response
If the client id is not found
-
Status :
400 Bad Request
- Authentication API
- Study List
- Studies/Series Favorites
- Working with the Inbox
- DICOMweb Capability Tokens
- Webhooks
-
Working with Albums
- Album List
- Get an Album
- Create an album
- Edit an album
- Delete an album
- Add a study
- Add a series
- Remove a study
- Remove a series
- Add a User
- Remove a User
- Get the list of Users
- Add and upgrade an user to Admin
- Downgrade an admin to User
- Add an album to favorites
- Remove an album from favorites
- Post a comment
- Get a list of events (comments and mutations)
- Others
- Report Providers