...
Method | URL | Description | Permissions |
---|---|---|---|
GET | /v4/users/self/data | List the identifiers of all reports saved for the user. | self |
GET | /v4/users/self/data/{identifier} | Read a participant config with the given identifier | self |
POST | /v4/users/self/data/{identifier} | Save (create or update) a participant config with the given identifier | self |
DELETE | /v4/users/self/data/{identifier} | Delete a participant config with the given identifier | self |
GET | /v1/apps/{appId}/participants/{userId}/data | List the identifiers of all reports saved for the participant | admin, worker |
DELETE | /v1/apps/{appId}/participants/{userId}/data | Delete all reports for the given participant | admin |
GET | /v1/apps/{appId}/participants/{usedIduserId}/data/{identifier} | Read a config for the given participant and config identifier | admin, worker |
POST | /v1/apps/{appId}/participants/{usedIduserId}/data/{identifier} | Save a config for the given participant and config identifier | admin, worker |
DELETE | /v1/apps/{appId}/participants/{userId}/data/{identifier} | Delete a config for the given participant and config identifier | admin |
...