Introducing API v1 for Mosquito Alert platform, a project desgined to facilitate citizen science initiatives and enable collaboration among scientists, public health officials, and environmental managers in the investigation and control of disease-carrying mosquitoes.
This Python package is automatically generated by the OpenAPI Generator project:
- API version: v1
- Package version: 0.1.7
- Generator version: 7.12.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Python 3.8+
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/Mosquito-Alert/mosquito-alert-python-sdk.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/Mosquito-Alert/mosquito-alert-python-sdk.git
)
Then import the package:
import mosquito_alert
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import mosquito_alert
Execute pytest
to run the tests.
Please follow the installation procedure and then run the following:
import mosquito_alert
from mosquito_alert.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://api.mosquitoalert.com/v1
# See configuration.py for a list of all supported configuration parameters.
configuration = mosquito_alert.Configuration(
host = "https://api.mosquitoalert.com/v1"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure Bearer authorization (JWT): jwtAuth
configuration = mosquito_alert.Configuration(
access_token = os.environ["BEARER_TOKEN"]
)
# Enter a context with an instance of the API client
with mosquito_alert.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = mosquito_alert.AuthApi(api_client)
password_change_request = mosquito_alert.PasswordChangeRequest() # PasswordChangeRequest |
try:
api_instance.change_password(password_change_request)
except ApiException as e:
print("Exception when calling AuthApi->change_password: %s\n" % e)
All URIs are relative to https://api.mosquitoalert.com/v1
Class | Method | HTTP request | Description |
---|---|---|---|
AuthApi | change_password | POST /auth/password/change/ | |
AuthApi | obtain_token | POST /auth/token/ | |
AuthApi | refresh_token | POST /auth/token/refresh/ | |
AuthApi | signup_guest | POST /auth/signup/guest/ | |
AuthApi | verify_token | POST /auth/token/verify/ | |
BitesApi | create | POST /bites/ | |
BitesApi | destroy | DELETE /bites/{uuid}/ | |
BitesApi | list | GET /bites/ | |
BitesApi | list_mine | GET /me/bites/ | |
BitesApi | retrieve | GET /bites/{uuid}/ | |
BreedingSitesApi | create | POST /breeding-sites/ | |
BreedingSitesApi | destroy | DELETE /breeding-sites/{uuid}/ | |
BreedingSitesApi | list | GET /breeding-sites/ | |
BreedingSitesApi | list_mine | GET /me/breeding-sites/ | |
BreedingSitesApi | retrieve | GET /breeding-sites/{uuid}/ | |
CampaignsApi | list | GET /campaigns/ | |
CampaignsApi | retrieve | GET /campaigns/{id}/ | |
CountriesApi | list | GET /countries/ | |
CountriesApi | retrieve | GET /countries/{id}/ | |
DevicesApi | create | POST /devices/ | |
DevicesApi | partial_update | PATCH /devices/{device_id}/ | |
DevicesApi | retrieve | GET /devices/{device_id}/ | |
DevicesApi | update | PUT /devices/{device_id}/ | |
FixesApi | create | POST /fixes/ | |
IdentificationTasksApi | annotations_create | POST /identification-tasks/{observation_uuid}/annotations/ | |
IdentificationTasksApi | annotations_list | GET /identification-tasks/{observation_uuid}/annotations/ | |
IdentificationTasksApi | annotations_list_mine | GET /me/identification-tasks/annotations/ | |
IdentificationTasksApi | annotations_retrieve | GET /identification-tasks/{observation_uuid}/annotations/{id}/ | |
IdentificationTasksApi | backlog_next_retrieve | GET /identification-tasks/backlog/next/ | |
IdentificationTasksApi | list | GET /identification-tasks/ | |
IdentificationTasksApi | list_mine | GET /me/identification-tasks/ | |
IdentificationTasksApi | photos_list | GET /identification-tasks/{observation_uuid}/photos/ | |
IdentificationTasksApi | photos_retrieve | GET /identification-tasks/{observation_uuid}/photos/{uuid}/ | |
IdentificationTasksApi | predictions_create | POST /identification-tasks/{observation_uuid}/predictions/ | |
IdentificationTasksApi | predictions_destroy | DELETE /identification-tasks/{observation_uuid}/predictions/{photo_uuid}/ | |
IdentificationTasksApi | predictions_list | GET /identification-tasks/{observation_uuid}/predictions/ | |
IdentificationTasksApi | predictions_partial_update | PATCH /identification-tasks/{observation_uuid}/predictions/{photo_uuid}/ | |
IdentificationTasksApi | predictions_retrieve | GET /identification-tasks/{observation_uuid}/predictions/{photo_uuid}/ | |
IdentificationTasksApi | predictions_update | PUT /identification-tasks/{observation_uuid}/predictions/{photo_uuid}/ | |
IdentificationTasksApi | retrieve | GET /identification-tasks/{observation_uuid}/ | |
NotificationsApi | create | POST /notifications/ | |
NotificationsApi | list | GET /notifications/ | |
NotificationsApi | list_mine | GET /me/notifications/ | |
NotificationsApi | partial_update | PATCH /notifications/{id}/ | |
NotificationsApi | retrieve | GET /notifications/{id}/ | |
NotificationsApi | update | PUT /notifications/{id}/ | |
ObservationsApi | create | POST /observations/ | |
ObservationsApi | destroy | DELETE /observations/{uuid}/ | |
ObservationsApi | list | GET /observations/ | |
ObservationsApi | list_mine | GET /me/observations/ | |
ObservationsApi | retrieve | GET /observations/{uuid}/ | |
PartnersApi | list | GET /partners/ | |
PartnersApi | retrieve | GET /partners/{id}/ | |
PhotosApi | prediction_destroy | DELETE /photos/{uuid}/prediction/ | |
PhotosApi | prediction_partial_update | PATCH /photos/{uuid}/prediction/ | |
PhotosApi | prediction_retrieve | GET /photos/{uuid}/prediction/ | |
PhotosApi | prediction_update | PUT /photos/{uuid}/prediction/ | |
PhotosApi | retrieve | GET /photos/{uuid}/ | |
TaxaApi | list | GET /taxa/ | |
TaxaApi | retrieve | GET /taxa/{id}/ | |
TaxaApi | root_tree_retrieve | GET /taxa/tree/ | |
TaxaApi | tree_retrieve | GET /taxa/{id}/tree/ | |
UsersApi | partial_update | PATCH /users/{uuid}/ | |
UsersApi | retrieve | GET /users/{uuid}/ | |
UsersApi | retrieve_mine | GET /me/ | |
UsersApi | update | PUT /users/{uuid}/ |
- AdmBoundary
- AdmBoundaryRequest
- Annotation
- AnnotationClassification
- AnnotationClassificationRequest
- AnnotationFeedback
- AnnotationFeedbackRequest
- AnnotationRequest
- AppUserTokenObtainPair
- AppUserTokenObtainPairRequest
- AuthChangePasswordError
- AuthChangePasswordNonFieldErrorsErrorComponent
- AuthChangePasswordPasswordErrorComponent
- AuthChangePasswordValidationError
- AuthObtainTokenDeviceIdErrorComponent
- AuthObtainTokenError
- AuthObtainTokenNonFieldErrorsErrorComponent
- AuthObtainTokenPasswordErrorComponent
- AuthObtainTokenUsernameErrorComponent
- AuthObtainTokenValidationError
- AuthRefreshTokenError
- AuthRefreshTokenNonFieldErrorsErrorComponent
- AuthRefreshTokenRefreshErrorComponent
- AuthRefreshTokenValidationError
- AuthSignupGuestError
- AuthSignupGuestNonFieldErrorsErrorComponent
- AuthSignupGuestPasswordErrorComponent
- AuthSignupGuestValidationError
- AuthVerifyTokenError
- AuthVerifyTokenNonFieldErrorsErrorComponent
- AuthVerifyTokenTokenErrorComponent
- AuthVerifyTokenValidationError
- Bite
- BiteCounts
- BiteCountsRequest
- BiteRequest
- BitesCreateCountsChestErrorComponent
- BitesCreateCountsHeadErrorComponent
- BitesCreateCountsLeftArmErrorComponent
- BitesCreateCountsLeftLegErrorComponent
- BitesCreateCountsNonFieldErrorsErrorComponent
- BitesCreateCountsRightArmErrorComponent
- BitesCreateCountsRightLegErrorComponent
- BitesCreateCreatedAtErrorComponent
- BitesCreateError
- BitesCreateEventEnvironmentErrorComponent
- BitesCreateEventMomentErrorComponent
- BitesCreateLocationNonFieldErrorsErrorComponent
- BitesCreateLocationPointErrorComponent
- BitesCreateLocationSourceErrorComponent
- BitesCreateNonFieldErrorsErrorComponent
- BitesCreateNoteErrorComponent
- BitesCreateSentAtErrorComponent
- BitesCreateTagsErrorComponent
- BitesCreateTagsINDEXErrorComponent
- BitesCreateValidationError
- BitesListCountryIdErrorComponent
- BitesListCreatedAtErrorComponent
- BitesListError
- BitesListMineCountryIdErrorComponent
- BitesListMineCreatedAtErrorComponent
- BitesListMineError
- BitesListMineOrderByErrorComponent
- BitesListMineReceivedAtErrorComponent
- BitesListMineShortIdErrorComponent
- BitesListMineUpdatedAtErrorComponent
- BitesListMineUserUuidErrorComponent
- BitesListMineValidationError
- BitesListOrderByErrorComponent
- BitesListReceivedAtErrorComponent
- BitesListShortIdErrorComponent
- BitesListUpdatedAtErrorComponent
- BitesListUserUuidErrorComponent
- BitesListValidationError
- BoundingBox
- BoundingBoxRequest
- BreedingSite
- BreedingsitesCreateCreatedAtErrorComponent
- BreedingsitesCreateError
- BreedingsitesCreateHasLarvaeErrorComponent
- BreedingsitesCreateHasNearMosquitoesErrorComponent
- BreedingsitesCreateHasWaterErrorComponent
- BreedingsitesCreateInPublicAreaErrorComponent
- BreedingsitesCreateLocationNonFieldErrorsErrorComponent
- BreedingsitesCreateLocationPointErrorComponent
- BreedingsitesCreateLocationSourceErrorComponent
- BreedingsitesCreateNonFieldErrorsErrorComponent
- BreedingsitesCreateNoteErrorComponent
- BreedingsitesCreatePhotosINDEXFileErrorComponent
- BreedingsitesCreatePhotosINDEXNonFieldErrorsErrorComponent
- BreedingsitesCreatePhotosNonFieldErrorsErrorComponent
- BreedingsitesCreateSentAtErrorComponent
- BreedingsitesCreateSiteTypeErrorComponent
- BreedingsitesCreateTagsErrorComponent
- BreedingsitesCreateTagsINDEXErrorComponent
- BreedingsitesCreateValidationError
- BreedingsitesListCountryIdErrorComponent
- BreedingsitesListCreatedAtErrorComponent
- BreedingsitesListError
- BreedingsitesListMineCountryIdErrorComponent
- BreedingsitesListMineCreatedAtErrorComponent
- BreedingsitesListMineError
- BreedingsitesListMineOrderByErrorComponent
- BreedingsitesListMineReceivedAtErrorComponent
- BreedingsitesListMineShortIdErrorComponent
- BreedingsitesListMineUpdatedAtErrorComponent
- BreedingsitesListMineUserUuidErrorComponent
- BreedingsitesListMineValidationError
- BreedingsitesListOrderByErrorComponent
- BreedingsitesListReceivedAtErrorComponent
- BreedingsitesListShortIdErrorComponent
- BreedingsitesListUpdatedAtErrorComponent
- BreedingsitesListUserUuidErrorComponent
- BreedingsitesListValidationError
- Campaign
- CampaignsListCountryIdErrorComponent
- CampaignsListError
- CampaignsListOrderByErrorComponent
- CampaignsListValidationError
- Country
- CountryRequest
- CreateNotification
- CreateNotificationMessage
- CreateNotificationMessageRequest
- CreatePhotoPrediction
- CreatePhotoPredictionRequest
- Device
- DeviceOs
- DeviceOsRequest
- DeviceRequest
- DeviceUpdate
- DeviceUpdateRequest
- DevicesCreateDeviceIdErrorComponent
- DevicesCreateError
- DevicesCreateFcmTokenErrorComponent
- DevicesCreateManufacturerErrorComponent
- DevicesCreateMobileAppNonFieldErrorsErrorComponent
- DevicesCreateMobileAppPackageNameErrorComponent
- DevicesCreateMobileAppPackageVersionErrorComponent
- DevicesCreateModelErrorComponent
- DevicesCreateNameErrorComponent
- DevicesCreateNonFieldErrorsErrorComponent
- DevicesCreateOsLocaleErrorComponent
- DevicesCreateOsNameErrorComponent
- DevicesCreateOsNonFieldErrorsErrorComponent
- DevicesCreateOsVersionErrorComponent
- DevicesCreateTypeErrorComponent
- DevicesCreateValidationError
- DevicesPartialUpdateError
- DevicesPartialUpdateFcmTokenErrorComponent
- DevicesPartialUpdateMobileAppNonFieldErrorsErrorComponent
- DevicesPartialUpdateMobileAppPackageNameErrorComponent
- DevicesPartialUpdateMobileAppPackageVersionErrorComponent
- DevicesPartialUpdateNameErrorComponent
- DevicesPartialUpdateNonFieldErrorsErrorComponent
- DevicesPartialUpdateOsLocaleErrorComponent
- DevicesPartialUpdateOsNameErrorComponent
- DevicesPartialUpdateOsNonFieldErrorsErrorComponent
- DevicesPartialUpdateOsVersionErrorComponent
- DevicesPartialUpdateValidationError
- DevicesUpdateError
- DevicesUpdateFcmTokenErrorComponent
- DevicesUpdateMobileAppNonFieldErrorsErrorComponent
- DevicesUpdateMobileAppPackageNameErrorComponent
- DevicesUpdateMobileAppPackageVersionErrorComponent
- DevicesUpdateNameErrorComponent
- DevicesUpdateNonFieldErrorsErrorComponent
- DevicesUpdateOsLocaleErrorComponent
- DevicesUpdateOsNameErrorComponent
- DevicesUpdateOsNonFieldErrorsErrorComponent
- DevicesUpdateOsVersionErrorComponent
- DevicesUpdateValidationError
- Error401
- Error403
- Error404
- ErrorResponse401
- ErrorResponse403
- ErrorResponse404
- Fix
- FixLocation
- FixLocationRequest
- FixRequest
- FixesCreateCoverageUuidErrorComponent
- FixesCreateCreatedAtErrorComponent
- FixesCreateError
- FixesCreateNonFieldErrorsErrorComponent
- FixesCreatePointLatitudeErrorComponent
- FixesCreatePointLongitudeErrorComponent
- FixesCreatePointNonFieldErrorsErrorComponent
- FixesCreatePowerErrorComponent
- FixesCreateSentAtErrorComponent
- FixesCreateValidationError
- GuestRegistration
- GuestRegistrationRequest
- Identification
- IdentificationRequest
- IdentificationTask
- IdentificationTaskResult
- IdentificationTaskResultRequest
- IdentificationTaskReview
- IdentificationtasksAnnotationsCreateBestPhotoUuidErrorComponent
- IdentificationtasksAnnotationsCreateClassificationConfidenceLabelErrorComponent
- IdentificationtasksAnnotationsCreateClassificationNonFieldErrorsErrorComponent
- IdentificationtasksAnnotationsCreateClassificationTaxonIdErrorComponent
- IdentificationtasksAnnotationsCreateError
- IdentificationtasksAnnotationsCreateFeedbackNonFieldErrorsErrorComponent
- IdentificationtasksAnnotationsCreateFeedbackPublicNoteErrorComponent
- IdentificationtasksAnnotationsCreateFeedbackUserNoteErrorComponent
- IdentificationtasksAnnotationsCreateIsDecisiveErrorComponent
- IdentificationtasksAnnotationsCreateIsFlaggedErrorComponent
- IdentificationtasksAnnotationsCreateNonFieldErrorsErrorComponent
- IdentificationtasksAnnotationsCreateTagsErrorComponent
- IdentificationtasksAnnotationsCreateTagsINDEXErrorComponent
- IdentificationtasksAnnotationsCreateValidationError
- IdentificationtasksAnnotationsListClassificationConfidenceErrorComponent
- IdentificationtasksAnnotationsListClassificationConfidenceLabelErrorComponent
- IdentificationtasksAnnotationsListClassificationTaxonIdsErrorComponent
- IdentificationtasksAnnotationsListError
- IdentificationtasksAnnotationsListMineClassificationConfidenceErrorComponent
- IdentificationtasksAnnotationsListMineClassificationConfidenceLabelErrorComponent
- IdentificationtasksAnnotationsListMineClassificationTaxonIdsErrorComponent
- IdentificationtasksAnnotationsListMineError
- IdentificationtasksAnnotationsListMineOrderByErrorComponent
- IdentificationtasksAnnotationsListMineUserIdsErrorComponent
- IdentificationtasksAnnotationsListMineValidationError
- IdentificationtasksAnnotationsListOrderByErrorComponent
- IdentificationtasksAnnotationsListUserIdsErrorComponent
- IdentificationtasksAnnotationsListValidationError
- IdentificationtasksListAnnotatorIdsErrorComponent
- IdentificationtasksListCreatedAtErrorComponent
- IdentificationtasksListError
- IdentificationtasksListMineAnnotatorIdsErrorComponent
- IdentificationtasksListMineCreatedAtErrorComponent
- IdentificationtasksListMineError
- IdentificationtasksListMineNumAnnotationsErrorComponent
- IdentificationtasksListMineObservationCountryIdsErrorComponent
- IdentificationtasksListMineOrderByErrorComponent
- IdentificationtasksListMineResultAgreementErrorComponent
- IdentificationtasksListMineResultConfidenceErrorComponent
- IdentificationtasksListMineResultTaxonIdsErrorComponent
- IdentificationtasksListMineResultUncertaintyErrorComponent
- IdentificationtasksListMineReviewTypeErrorComponent
- IdentificationtasksListMineStatusErrorComponent
- IdentificationtasksListMineUpdatedAtErrorComponent
- IdentificationtasksListMineValidationError
- IdentificationtasksListNumAnnotationsErrorComponent
- IdentificationtasksListObservationCountryIdsErrorComponent
- IdentificationtasksListOrderByErrorComponent
- IdentificationtasksListResultAgreementErrorComponent
- IdentificationtasksListResultConfidenceErrorComponent
- IdentificationtasksListResultTaxonIdsErrorComponent
- IdentificationtasksListResultUncertaintyErrorComponent
- IdentificationtasksListReviewTypeErrorComponent
- IdentificationtasksListStatusErrorComponent
- IdentificationtasksListUpdatedAtErrorComponent
- IdentificationtasksListValidationError
- IdentificationtasksPredictionsCreateBboxNonFieldErrorsErrorComponent
- IdentificationtasksPredictionsCreateBboxXMaxErrorComponent
- IdentificationtasksPredictionsCreateBboxXMinErrorComponent
- IdentificationtasksPredictionsCreateBboxYMaxErrorComponent
- IdentificationtasksPredictionsCreateBboxYMinErrorComponent
- IdentificationtasksPredictionsCreateClassifierVersionErrorComponent
- IdentificationtasksPredictionsCreateError
- IdentificationtasksPredictionsCreateInsectConfidenceErrorComponent
- IdentificationtasksPredictionsCreateIsDecisiveErrorComponent
- IdentificationtasksPredictionsCreateNonFieldErrorsErrorComponent
- IdentificationtasksPredictionsCreatePhotoUuidErrorComponent
- IdentificationtasksPredictionsCreatePredictedClassErrorComponent
- IdentificationtasksPredictionsCreateScoresAeAegyptiErrorComponent
- IdentificationtasksPredictionsCreateScoresAeAlbopictusErrorComponent
- IdentificationtasksPredictionsCreateScoresAeJaponicusErrorComponent
- IdentificationtasksPredictionsCreateScoresAeKoreicusErrorComponent
- IdentificationtasksPredictionsCreateScoresAnophelesErrorComponent
- IdentificationtasksPredictionsCreateScoresCulexErrorComponent
- IdentificationtasksPredictionsCreateScoresCulisetaErrorComponent
- IdentificationtasksPredictionsCreateScoresNonFieldErrorsErrorComponent
- IdentificationtasksPredictionsCreateScoresNotSureErrorComponent
- IdentificationtasksPredictionsCreateScoresOtherSpeciesErrorComponent
- IdentificationtasksPredictionsCreateThresholdDeviationErrorComponent
- IdentificationtasksPredictionsCreateValidationError
- IdentificationtasksPredictionsPartialUpdateBboxNonFieldErrorsErrorComponent
- IdentificationtasksPredictionsPartialUpdateBboxXMaxErrorComponent
- IdentificationtasksPredictionsPartialUpdateBboxXMinErrorComponent
- IdentificationtasksPredictionsPartialUpdateBboxYMaxErrorComponent
- IdentificationtasksPredictionsPartialUpdateBboxYMinErrorComponent
- IdentificationtasksPredictionsPartialUpdateClassifierVersionErrorComponent
- IdentificationtasksPredictionsPartialUpdateError
- IdentificationtasksPredictionsPartialUpdateInsectConfidenceErrorComponent
- IdentificationtasksPredictionsPartialUpdateIsDecisiveErrorComponent
- IdentificationtasksPredictionsPartialUpdateNonFieldErrorsErrorComponent
- IdentificationtasksPredictionsPartialUpdatePredictedClassErrorComponent
- IdentificationtasksPredictionsPartialUpdateScoresAeAegyptiErrorComponent
- IdentificationtasksPredictionsPartialUpdateScoresAeAlbopictusErrorComponent
- IdentificationtasksPredictionsPartialUpdateScoresAeJaponicusErrorComponent
- IdentificationtasksPredictionsPartialUpdateScoresAeKoreicusErrorComponent
- IdentificationtasksPredictionsPartialUpdateScoresAnophelesErrorComponent
- IdentificationtasksPredictionsPartialUpdateScoresCulexErrorComponent
- IdentificationtasksPredictionsPartialUpdateScoresCulisetaErrorComponent
- IdentificationtasksPredictionsPartialUpdateScoresNonFieldErrorsErrorComponent
- IdentificationtasksPredictionsPartialUpdateScoresNotSureErrorComponent
- IdentificationtasksPredictionsPartialUpdateScoresOtherSpeciesErrorComponent
- IdentificationtasksPredictionsPartialUpdateThresholdDeviationErrorComponent
- IdentificationtasksPredictionsPartialUpdateValidationError
- IdentificationtasksPredictionsUpdateBboxNonFieldErrorsErrorComponent
- IdentificationtasksPredictionsUpdateBboxXMaxErrorComponent
- IdentificationtasksPredictionsUpdateBboxXMinErrorComponent
- IdentificationtasksPredictionsUpdateBboxYMaxErrorComponent
- IdentificationtasksPredictionsUpdateBboxYMinErrorComponent
- IdentificationtasksPredictionsUpdateClassifierVersionErrorComponent
- IdentificationtasksPredictionsUpdateError
- IdentificationtasksPredictionsUpdateInsectConfidenceErrorComponent
- IdentificationtasksPredictionsUpdateIsDecisiveErrorComponent
- IdentificationtasksPredictionsUpdateNonFieldErrorsErrorComponent
- IdentificationtasksPredictionsUpdatePredictedClassErrorComponent
- IdentificationtasksPredictionsUpdateScoresAeAegyptiErrorComponent
- IdentificationtasksPredictionsUpdateScoresAeAlbopictusErrorComponent
- IdentificationtasksPredictionsUpdateScoresAeJaponicusErrorComponent
- IdentificationtasksPredictionsUpdateScoresAeKoreicusErrorComponent
- IdentificationtasksPredictionsUpdateScoresAnophelesErrorComponent
- IdentificationtasksPredictionsUpdateScoresCulexErrorComponent
- IdentificationtasksPredictionsUpdateScoresCulisetaErrorComponent
- IdentificationtasksPredictionsUpdateScoresNonFieldErrorsErrorComponent
- IdentificationtasksPredictionsUpdateScoresNotSureErrorComponent
- IdentificationtasksPredictionsUpdateScoresOtherSpeciesErrorComponent
- IdentificationtasksPredictionsUpdateThresholdDeviationErrorComponent
- IdentificationtasksPredictionsUpdateValidationError
- LocalizedMessageBody
- LocalizedMessageBodyRequest
- LocalizedMessageTitle
- LocalizedMessageTitleRequest
- Location
- LocationPoint
- LocationRequest
- MetaNotificationRequest
- MobileApp
- MobileAppRequest
- MosquitoAppearance
- MosquitoAppearanceRequest
- Notification
- NotificationMessage
- NotificationRequest
- NotificationsCreateError
- NotificationsCreateMessageBodyBgErrorComponent
- NotificationsCreateMessageBodyBnErrorComponent
- NotificationsCreateMessageBodyCaErrorComponent
- NotificationsCreateMessageBodyDeErrorComponent
- NotificationsCreateMessageBodyElErrorComponent
- NotificationsCreateMessageBodyEnErrorComponent
- NotificationsCreateMessageBodyEsErrorComponent
- NotificationsCreateMessageBodyEuErrorComponent
- NotificationsCreateMessageBodyFrErrorComponent
- NotificationsCreateMessageBodyGlErrorComponent
- NotificationsCreateMessageBodyHrErrorComponent
- NotificationsCreateMessageBodyHuErrorComponent
- NotificationsCreateMessageBodyItErrorComponent
- NotificationsCreateMessageBodyLbErrorComponent
- NotificationsCreateMessageBodyMkErrorComponent
- NotificationsCreateMessageBodyNlErrorComponent
- NotificationsCreateMessageBodyNonFieldErrorsErrorComponent
- NotificationsCreateMessageBodyPtErrorComponent
- NotificationsCreateMessageBodyRoErrorComponent
- NotificationsCreateMessageBodySlErrorComponent
- NotificationsCreateMessageBodySqErrorComponent
- NotificationsCreateMessageBodySrErrorComponent
- NotificationsCreateMessageBodySvErrorComponent
- NotificationsCreateMessageBodyTrErrorComponent
- NotificationsCreateMessageBodyZhCNErrorComponent
- NotificationsCreateMessageNonFieldErrorsErrorComponent
- NotificationsCreateMessageTitleBgErrorComponent
- NotificationsCreateMessageTitleBnErrorComponent
- NotificationsCreateMessageTitleCaErrorComponent
- NotificationsCreateMessageTitleDeErrorComponent
- NotificationsCreateMessageTitleElErrorComponent
- NotificationsCreateMessageTitleEnErrorComponent
- NotificationsCreateMessageTitleEsErrorComponent
- NotificationsCreateMessageTitleEuErrorComponent
- NotificationsCreateMessageTitleFrErrorComponent
- NotificationsCreateMessageTitleGlErrorComponent
- NotificationsCreateMessageTitleHrErrorComponent
- NotificationsCreateMessageTitleHuErrorComponent
- NotificationsCreateMessageTitleItErrorComponent
- NotificationsCreateMessageTitleLbErrorComponent
- NotificationsCreateMessageTitleMkErrorComponent
- NotificationsCreateMessageTitleNlErrorComponent
- NotificationsCreateMessageTitleNonFieldErrorsErrorComponent
- NotificationsCreateMessageTitlePtErrorComponent
- NotificationsCreateMessageTitleRoErrorComponent
- NotificationsCreateMessageTitleSlErrorComponent
- NotificationsCreateMessageTitleSqErrorComponent
- NotificationsCreateMessageTitleSrErrorComponent
- NotificationsCreateMessageTitleSvErrorComponent
- NotificationsCreateMessageTitleTrErrorComponent
- NotificationsCreateMessageTitleZhCNErrorComponent
- NotificationsCreateNonFieldErrorsErrorComponent
- NotificationsCreateReceiverTypeErrorComponent
- NotificationsCreateTopicCodesErrorComponent
- NotificationsCreateTopicCodesINDEXErrorComponent
- NotificationsCreateUserUuidsErrorComponent
- NotificationsCreateUserUuidsINDEXErrorComponent
- NotificationsCreateValidationError
- NotificationsListError
- NotificationsListMineError
- NotificationsListMineOrderByErrorComponent
- NotificationsListMineValidationError
- NotificationsListOrderByErrorComponent
- NotificationsListValidationError
- NotificationsPartialUpdateError
- NotificationsPartialUpdateIsReadErrorComponent
- NotificationsPartialUpdateNonFieldErrorsErrorComponent
- NotificationsPartialUpdateValidationError
- NotificationsUpdateError
- NotificationsUpdateIsReadErrorComponent
- NotificationsUpdateNonFieldErrorsErrorComponent
- NotificationsUpdateValidationError
- Observation
- ObservationsCreateCreatedAtErrorComponent
- ObservationsCreateError
- ObservationsCreateEventEnvironmentErrorComponent
- ObservationsCreateEventMomentErrorComponent
- ObservationsCreateLocationNonFieldErrorsErrorComponent
- ObservationsCreateLocationPointErrorComponent
- ObservationsCreateLocationSourceErrorComponent
- ObservationsCreateMosquitoAppearanceAbdomenErrorComponent
- ObservationsCreateMosquitoAppearanceLegsErrorComponent
- ObservationsCreateMosquitoAppearanceNonFieldErrorsErrorComponent
- ObservationsCreateMosquitoAppearanceSpecieErrorComponent
- ObservationsCreateMosquitoAppearanceThoraxErrorComponent
- ObservationsCreateNonFieldErrorsErrorComponent
- ObservationsCreateNoteErrorComponent
- ObservationsCreatePhotosINDEXFileErrorComponent
- ObservationsCreatePhotosINDEXNonFieldErrorsErrorComponent
- ObservationsCreatePhotosNonFieldErrorsErrorComponent
- ObservationsCreateSentAtErrorComponent
- ObservationsCreateTagsErrorComponent
- ObservationsCreateTagsINDEXErrorComponent
- ObservationsCreateValidationError
- ObservationsListCountryIdErrorComponent
- ObservationsListCreatedAtErrorComponent
- ObservationsListError
- ObservationsListIdentificationTaxonIdsErrorComponent
- ObservationsListMineCountryIdErrorComponent
- ObservationsListMineCreatedAtErrorComponent
- ObservationsListMineError
- ObservationsListMineIdentificationTaxonIdsErrorComponent
- ObservationsListMineOrderByErrorComponent
- ObservationsListMineReceivedAtErrorComponent
- ObservationsListMineShortIdErrorComponent
- ObservationsListMineUpdatedAtErrorComponent
- ObservationsListMineUserUuidErrorComponent
- ObservationsListMineValidationError
- ObservationsListOrderByErrorComponent
- ObservationsListReceivedAtErrorComponent
- ObservationsListShortIdErrorComponent
- ObservationsListUpdatedAtErrorComponent
- ObservationsListUserUuidErrorComponent
- ObservationsListValidationError
- PaginatedAnnotationList
- PaginatedBiteList
- PaginatedBreedingSiteList
- PaginatedCampaignList
- PaginatedCountryList
- PaginatedIdentificationTaskList
- PaginatedNotificationList
- PaginatedObservationList
- PaginatedPartnerList
- PaginatedPhotoPredictionList
- PaginatedSimplePhotoList
- PaginatedTaxonList
- Partner
- PasswordChangeRequest
- PatchedDeviceUpdateRequest
- PatchedNotificationRequest
- PatchedPhotoPredictionRequest
- PatchedUserRequest
- Photo
- PhotoPrediction
- PhotoPredictionRequest
- PhotosPredictionPartialUpdateBboxNonFieldErrorsErrorComponent
- PhotosPredictionPartialUpdateBboxXMaxErrorComponent
- PhotosPredictionPartialUpdateBboxXMinErrorComponent
- PhotosPredictionPartialUpdateBboxYMaxErrorComponent
- PhotosPredictionPartialUpdateBboxYMinErrorComponent
- PhotosPredictionPartialUpdateClassifierVersionErrorComponent
- PhotosPredictionPartialUpdateError
- PhotosPredictionPartialUpdateInsectConfidenceErrorComponent
- PhotosPredictionPartialUpdateIsDecisiveErrorComponent
- PhotosPredictionPartialUpdateNonFieldErrorsErrorComponent
- PhotosPredictionPartialUpdatePredictedClassErrorComponent
- PhotosPredictionPartialUpdateScoresAeAegyptiErrorComponent
- PhotosPredictionPartialUpdateScoresAeAlbopictusErrorComponent
- PhotosPredictionPartialUpdateScoresAeJaponicusErrorComponent
- PhotosPredictionPartialUpdateScoresAeKoreicusErrorComponent
- PhotosPredictionPartialUpdateScoresAnophelesErrorComponent
- PhotosPredictionPartialUpdateScoresCulexErrorComponent
- PhotosPredictionPartialUpdateScoresCulisetaErrorComponent
- PhotosPredictionPartialUpdateScoresNonFieldErrorsErrorComponent
- PhotosPredictionPartialUpdateScoresNotSureErrorComponent
- PhotosPredictionPartialUpdateScoresOtherSpeciesErrorComponent
- PhotosPredictionPartialUpdateThresholdDeviationErrorComponent
- PhotosPredictionPartialUpdateValidationError
- PhotosPredictionUpdateBboxNonFieldErrorsErrorComponent
- PhotosPredictionUpdateBboxXMaxErrorComponent
- PhotosPredictionUpdateBboxXMinErrorComponent
- PhotosPredictionUpdateBboxYMaxErrorComponent
- PhotosPredictionUpdateBboxYMinErrorComponent
- PhotosPredictionUpdateClassifierVersionErrorComponent
- PhotosPredictionUpdateError
- PhotosPredictionUpdateInsectConfidenceErrorComponent
- PhotosPredictionUpdateIsDecisiveErrorComponent
- PhotosPredictionUpdateNonFieldErrorsErrorComponent
- PhotosPredictionUpdatePredictedClassErrorComponent
- PhotosPredictionUpdateScoresAeAegyptiErrorComponent
- PhotosPredictionUpdateScoresAeAlbopictusErrorComponent
- PhotosPredictionUpdateScoresAeJaponicusErrorComponent
- PhotosPredictionUpdateScoresAeKoreicusErrorComponent
- PhotosPredictionUpdateScoresAnophelesErrorComponent
- PhotosPredictionUpdateScoresCulexErrorComponent
- PhotosPredictionUpdateScoresCulisetaErrorComponent
- PhotosPredictionUpdateScoresNonFieldErrorsErrorComponent
- PhotosPredictionUpdateScoresNotSureErrorComponent
- PhotosPredictionUpdateScoresOtherSpeciesErrorComponent
- PhotosPredictionUpdateThresholdDeviationErrorComponent
- PhotosPredictionUpdateValidationError
- PredictionScore
- PredictionScoreRequest
- SimpleAnnotatorUser
- SimpleAnnotatorUserRequest
- SimplePhoto
- SimplePhotoRequest
- SimpleTaxon
- SimpleTaxonRequest
- SimplifiedLocation
- SimplifiedObservation
- TaxaListError
- TaxaListValidationError
- Taxon
- TaxonTreeNode
- TokenRefresh
- TokenRefreshRequest
- TokenVerifyRequest
- TopicNotificationCreateRequest
- User
- UserNotificationCreateRequest
- UserRequest
- UserScore
- UsersPartialUpdateError
- UsersPartialUpdateLocaleErrorComponent
- UsersPartialUpdateNonFieldErrorsErrorComponent
- UsersPartialUpdateValidationError
- UsersUpdateError
- UsersUpdateLocaleErrorComponent
- UsersUpdateNonFieldErrorsErrorComponent
- UsersUpdateValidationError
Authentication schemes defined for the API:
- Type: API key
- API key parameter name: sessionid
- Location:
- Type: Bearer authentication (JWT)
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header