Name | getListSubmissions |
---|---|
Description | In this webservice the user can get the list of all the files in the database. |
Example | Example to get the list of all the submissions |
Name | Token |
Description | In this webservice the user can request a JSON Web Token (JWT) to be able to make requests to the webAPI that require authentication. |
Input |
[Body (Form Data)] User (ICES user name) Password (current password for the ICES user, same that you use in the ICES sharepoint) |
Output | If it succeds, then it will return you the JWT token, you can read more about it here. |
URL | (POST) https://biodiversity.ices.dk/API/token |
Name | getBirdsAbundance |
---|---|
Description | In this webservice the user will get the a view of the records of Birds Abundance recrords. |
Input |
JSON Web Token (the user needs to be authorized by OSPAR to access the data)
Year (optional filter) Country (optional filter) SurveyID (optional filter) Species (optional filter) |
URL | (GET) https://biodiversity.ices.dk/API/getBirdsAbundance |
Name | getBirdsBreedingSuccess |
Description | In this webservice the user will get the a view of the records of Birds Breeding Success. |
Input |
JSON Web Token (the user needs to be authorized by OSPAR to access the data)
Year (optional filter) Species (optional filter) |
URL | (GET) https://biodiversity.ices.dk/API/getBirdsBreedingSuccess |
Name | getBirdsColony |
Description | In this webservice the user will get the a view of the records of birds site description. |
Input |
JSON Web Token (the user needs to be authorized by OSPAR to access the data)
Country (optional filter) ColonyName (optional filter) NationalColonyID (optional filter) |
URL | (GET) https://biodiversity.ices.dk/API/getBirdsColony |
Name | getBirdsSurvey |
Description | In this webservice the user will get the a view of the records of birds survey metadata. |
Input |
JSON Web Token (the user needs to be authorized by OSPAR to access the data)
SurveyID (optional filter) |
URL | (GET) https://biodiversity.ices.dk/API/getBirdsSurvey |
Name | getSealsSurveyEffort_SE |
Description | In this webservice the user will get the a view of the records of seals survey effort . |
Input |
JSON Web Token (the user needs to be authorized by OSPAR to access the data)
SurveyID (optional filter) |
URL | (GET) https://biodiversity.ices.dk/API/getSealsSurveyEffort_SE |
Name | getSurveyProgrammeMetadata_Seals_SP |
Description | In this webservice the user will get the a view of the records of seals survey programme metadata. |
Input |
JSON Web Token (the user needs to be authorized by OSPAR to access the data)
Survey_programmeID (optional filter) Country (optional filter) |
URL | (GET) https://biodiversity.ices.dk/API/getSurveyProgrammeMetadata_Seals_SP |
Name | getSeals_AU_Totals_ST |
Description | In this webservice the user will get the a view of the records of seals survey programme metadata. |
Input |
JSON Web Token (the user needs to be authorized by OSPAR to access the data)
Survey_programmeID (optional filter) SpeciesName (optional filter) |
URL | (GET) https://biodiversity.ices.dk/API/getSeals_AU_Totals_ST |