-
Notifications
You must be signed in to change notification settings - Fork 13
Get a list of report providers
gerome12 edited this page Feb 7, 2020
·
3 revisions
Used to get a list of report providers for a given album
URL : /albums/{album_id}/reportproviders
Method : GET
Auth Required : Authorization with a JWT Bearer token with the user as the sub claim.
Headers
-
Accept
: If present, require that this value beapplication/json
URL Parameters
-
limit={limit}
(Optionnal) -
offset={offset}
(Optionnal)
Success Response
Header X-Total-Count
contains the total number of report providers
[
{
"name": "a name",
"url": "http://myreportprovider/.well-known/kheops-report-configuration",
"client_id": "q9ZTMv3fW7ta0Npg1caGMF",
"user": {
"email": "[email protected]",
"sub": "c2fd0b66-dac4-4b98-9341-d4f3b303bd4e"
},
"created_time": "2019-05-10T08:20:23.038"
},
{...}
]
report provider
are sorted by creation date from most recent to oldest.
Error Response
If the user is not found
If the album is not found
-
Status :
404 Not Found
- 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