All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| count_team_dar_applications | GET /api/v1/teams/{teamId}/dar/applications/count | TeamDataAccessApplicationController@allCounts |
| count_unique_fields_dar_applications | GET /api/v1/teams/{teamId}/dar/applications/count/{field} | TeamDataAccessApplicationController@count |
| fetch_team_dar_application | GET /api/v1/teams/{teamId}/dar/applications/{id} | TeamDataAccessApplicationController@show |
| fetch_team_dar_applications | GET /api/v1/teams/{teamId}/dar/applications | TeamDataAccessApplicationController@index |
models::CountUniqueFieldsCollections200Response count_team_dar_applications(team_id) TeamDataAccessApplicationController@allCounts
Get Counts for all status fields in the model
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| team_id | i32 | Team id | [required] |
models::CountUniqueFieldsCollections200Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::CountUniqueFieldsCollections200Response count_unique_fields_dar_applications(team_id, field) TeamDataAccessApplicationController@count
Get Counts for distinct entries of a field in the model
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| team_id | i32 | Team id | [required] | |
| field | String | name of the field to perform a count on | [required] |
models::CountUniqueFieldsCollections200Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::FetchTeamDarApplication200Response fetch_team_dar_application(team_id, id) TeamDataAccessApplicationController@show
Return a single DAR application
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| team_id | i32 | Team id | [required] | |
| id | i32 | DAR application id | [required] |
models::FetchTeamDarApplication200Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::FetchTeamDarApplications200Response fetch_team_dar_applications(team_id) TeamDataAccessApplicationController@index
List of dar applications belonging to a team
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| team_id | i32 | Team id | [required] |
models::FetchTeamDarApplications200Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]