This generator creates TypeScript/JavaScript client that utilizes axios. The generated Node module can be used in the following environments:
Environment
- Node.js
- Webpack
- Browserify
Language level
- ES5 - you must have a Promises/A+ library installed
- ES6
Module system
- CommonJS
- ES6 module system
It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via package.json
. (Reference)
To build and compile the typescript sources to javascript use:
npm install
npm run build
First build the package then run npm publish
navigate to the folder of your consuming project and run one of the following commands.
published:
npm install mosquito-alert@0.1.16 --save
unPublished (not recommended):
npm install PATH_TO_GENERATED_PACKAGE --save
All URIs are relative to https://api.mosquitoalert.com/v1
Class | Method | HTTP request | Description |
---|---|---|---|
AuthApi | changePassword | POST /auth/password/change/ | |
AuthApi | obtainToken | POST /auth/token/ | |
AuthApi | refreshToken | POST /auth/token/refresh/ | |
AuthApi | signupGuest | POST /auth/signup/guest/ | |
AuthApi | verifyToken | POST /auth/token/verify/ | |
BitesApi | create | POST /bites/ | |
BitesApi | destroy | DELETE /bites/{uuid}/ | |
BitesApi | list | GET /bites/ | |
BitesApi | listMine | 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 | listMine | 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 | partialUpdate | PATCH /devices/{device_id}/ | |
DevicesApi | retrieve | GET /devices/{device_id}/ | |
DevicesApi | update | PUT /devices/{device_id}/ | |
FixesApi | create | POST /fixes/ | |
IdentificationTasksApi | annotationsCreate | POST /identification-tasks/{observation_uuid}/annotations/ | |
IdentificationTasksApi | annotationsList | GET /identification-tasks/{observation_uuid}/annotations/ | |
IdentificationTasksApi | annotationsListMine | GET /me/identification-tasks/annotations/ | |
IdentificationTasksApi | annotationsRetrieve | GET /identification-tasks/{observation_uuid}/annotations/{id}/ | |
IdentificationTasksApi | assignNext | POST /identification-tasks/assignments/next/ | |
IdentificationTasksApi | list | GET /identification-tasks/ | |
IdentificationTasksApi | listMine | GET /me/identification-tasks/ | |
IdentificationTasksApi | predictionsCreate | POST /identification-tasks/{observation_uuid}/predictions/ | |
IdentificationTasksApi | predictionsDestroy | DELETE /identification-tasks/{observation_uuid}/predictions/{photo_uuid}/ | |
IdentificationTasksApi | predictionsList | GET /identification-tasks/{observation_uuid}/predictions/ | |
IdentificationTasksApi | predictionsPartialUpdate | PATCH /identification-tasks/{observation_uuid}/predictions/{photo_uuid}/ | |
IdentificationTasksApi | predictionsRetrieve | GET /identification-tasks/{observation_uuid}/predictions/{photo_uuid}/ | |
IdentificationTasksApi | predictionsUpdate | PUT /identification-tasks/{observation_uuid}/predictions/{photo_uuid}/ | |
IdentificationTasksApi | retrieve | GET /identification-tasks/{observation_uuid}/ | |
NotificationsApi | create | POST /notifications/ | |
NotificationsApi | list | GET /notifications/ | |
NotificationsApi | listMine | GET /me/notifications/ | |
NotificationsApi | partialUpdate | 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 | listMine | GET /me/observations/ | |
ObservationsApi | retrieve | GET /observations/{uuid}/ | |
PartnersApi | list | GET /partners/ | |
PartnersApi | retrieve | GET /partners/{id}/ | |
PhotosApi | predictionDestroy | DELETE /photos/{uuid}/prediction/ | |
PhotosApi | predictionPartialUpdate | PATCH /photos/{uuid}/prediction/ | |
PhotosApi | predictionRetrieve | GET /photos/{uuid}/prediction/ | |
PhotosApi | predictionUpdate | PUT /photos/{uuid}/prediction/ | |
PhotosApi | retrieve | GET /photos/{uuid}/ | |
TaxaApi | list | GET /taxa/ | |
TaxaApi | retrieve | GET /taxa/{id}/ | |
TaxaApi | rootTreeRetrieve | GET /taxa/tree/ | |
TaxaApi | treeRetrieve | GET /taxa/{id}/tree/ | |
UsersApi | partialUpdate | PATCH /users/{uuid}/ | |
UsersApi | retrieve | GET /users/{uuid}/ | |
UsersApi | retrieveMine | GET /me/ | |
UsersApi | update | PUT /users/{uuid}/ |
- AdmBoundary
- AdmBoundaryRequest
- Annotation
- AnnotationCharacteristics
- AnnotationCharacteristicsRequest
- AnnotationCharacteristicsSex
- AnnotationClassification
- AnnotationClassificationConfidenceLabel
- AnnotationClassificationRequest
- AnnotationFeedback
- AnnotationFeedbackRequest
- AnnotationRequest
- AnnotationType
- AppUserTokenObtainPair
- AppUserTokenObtainPairRequest
- AssignedObservation
- Assignment
- AuthChangePasswordError
- AuthChangePasswordNonFieldErrorsErrorComponent
- AuthChangePasswordNonFieldErrorsErrorComponentAttr
- AuthChangePasswordNonFieldErrorsErrorComponentCode
- AuthChangePasswordPasswordErrorComponent
- AuthChangePasswordPasswordErrorComponentAttr
- AuthChangePasswordPasswordErrorComponentCode
- AuthChangePasswordValidationError
- AuthChangePasswordValidationErrorType
- AuthObtainTokenDeviceIdErrorComponent
- AuthObtainTokenDeviceIdErrorComponentAttr
- AuthObtainTokenDeviceIdErrorComponentCode
- AuthObtainTokenError
- AuthObtainTokenNonFieldErrorsErrorComponent
- AuthObtainTokenNonFieldErrorsErrorComponentCode
- AuthObtainTokenPasswordErrorComponent
- AuthObtainTokenPasswordErrorComponentCode
- AuthObtainTokenUsernameErrorComponent
- AuthObtainTokenUsernameErrorComponentAttr
- AuthObtainTokenValidationError
- AuthRefreshTokenError
- AuthRefreshTokenNonFieldErrorsErrorComponent
- AuthRefreshTokenRefreshErrorComponent
- AuthRefreshTokenRefreshErrorComponentAttr
- AuthRefreshTokenValidationError
- AuthSignupGuestError
- AuthSignupGuestNonFieldErrorsErrorComponent
- AuthSignupGuestPasswordErrorComponent
- AuthSignupGuestValidationError
- AuthVerifyTokenError
- AuthVerifyTokenNonFieldErrorsErrorComponent
- AuthVerifyTokenTokenErrorComponent
- AuthVerifyTokenTokenErrorComponentAttr
- AuthVerifyTokenValidationError
- Bite
- BiteCounts
- BiteCountsRequest
- BiteEventEnvironment
- BiteEventMoment
- BiteRequest
- BitesCreateCountsChestErrorComponent
- BitesCreateCountsChestErrorComponentAttr
- BitesCreateCountsChestErrorComponentCode
- BitesCreateCountsHeadErrorComponent
- BitesCreateCountsHeadErrorComponentAttr
- BitesCreateCountsLeftArmErrorComponent
- BitesCreateCountsLeftArmErrorComponentAttr
- BitesCreateCountsLeftLegErrorComponent
- BitesCreateCountsLeftLegErrorComponentAttr
- BitesCreateCountsNonFieldErrorsErrorComponent
- BitesCreateCountsNonFieldErrorsErrorComponentAttr
- BitesCreateCountsNonFieldErrorsErrorComponentCode
- BitesCreateCountsRightArmErrorComponent
- BitesCreateCountsRightArmErrorComponentAttr
- BitesCreateCountsRightLegErrorComponent
- BitesCreateCountsRightLegErrorComponentAttr
- BitesCreateCreatedAtErrorComponent
- BitesCreateCreatedAtErrorComponentAttr
- BitesCreateCreatedAtErrorComponentCode
- BitesCreateError
- BitesCreateEventEnvironmentErrorComponent
- BitesCreateEventEnvironmentErrorComponentAttr
- BitesCreateEventEnvironmentErrorComponentCode
- BitesCreateEventMomentErrorComponent
- BitesCreateEventMomentErrorComponentAttr
- BitesCreateLocationNonFieldErrorsErrorComponent
- BitesCreateLocationNonFieldErrorsErrorComponentAttr
- BitesCreateLocationPointErrorComponent
- BitesCreateLocationPointErrorComponentAttr
- BitesCreateLocationSourceErrorComponent
- BitesCreateLocationSourceErrorComponentAttr
- BitesCreateLocationSourceErrorComponentCode
- BitesCreateNonFieldErrorsErrorComponent
- BitesCreateNoteErrorComponent
- BitesCreateNoteErrorComponentAttr
- BitesCreateNoteErrorComponentCode
- BitesCreateSentAtErrorComponent
- BitesCreateSentAtErrorComponentAttr
- BitesCreateTagsErrorComponent
- BitesCreateTagsErrorComponentAttr
- BitesCreateTagsErrorComponentCode
- BitesCreateTagsINDEXErrorComponent
- BitesCreateTagsINDEXErrorComponentAttr
- BitesCreateValidationError
- BitesListCountryIdErrorComponent
- BitesListCountryIdErrorComponentAttr
- BitesListCreatedAtErrorComponent
- BitesListCreatedAtErrorComponentCode
- BitesListError
- BitesListMineCountryIdErrorComponent
- BitesListMineCreatedAtErrorComponent
- BitesListMineError
- BitesListMineOrderByErrorComponent
- BitesListMineOrderByErrorComponentAttr
- BitesListMineReceivedAtErrorComponent
- BitesListMineReceivedAtErrorComponentAttr
- BitesListMineShortIdErrorComponent
- BitesListMineShortIdErrorComponentAttr
- BitesListMineShortIdErrorComponentCode
- BitesListMineUpdatedAtErrorComponent
- BitesListMineUpdatedAtErrorComponentAttr
- BitesListMineUserUuidErrorComponent
- BitesListMineUserUuidErrorComponentAttr
- BitesListMineUserUuidErrorComponentCode
- BitesListMineValidationError
- BitesListOrderByErrorComponent
- BitesListOrderByParameter
- BitesListReceivedAtErrorComponent
- BitesListShortIdErrorComponent
- BitesListUpdatedAtErrorComponent
- BitesListUserUuidErrorComponent
- BitesListValidationError
- BoundingBox
- BoundingBoxRequest
- BreedingSite
- BreedingSiteSiteType
- BreedingsitesCreateCreatedAtErrorComponent
- BreedingsitesCreateError
- BreedingsitesCreateHasLarvaeErrorComponent
- BreedingsitesCreateHasLarvaeErrorComponentAttr
- BreedingsitesCreateHasNearMosquitoesErrorComponent
- BreedingsitesCreateHasNearMosquitoesErrorComponentAttr
- BreedingsitesCreateHasWaterErrorComponent
- BreedingsitesCreateHasWaterErrorComponentAttr
- BreedingsitesCreateInPublicAreaErrorComponent
- BreedingsitesCreateInPublicAreaErrorComponentAttr
- BreedingsitesCreateLocationNonFieldErrorsErrorComponent
- BreedingsitesCreateLocationPointErrorComponent
- BreedingsitesCreateLocationSourceErrorComponent
- BreedingsitesCreateNonFieldErrorsErrorComponent
- BreedingsitesCreateNoteErrorComponent
- BreedingsitesCreatePhotosINDEXFileErrorComponent
- BreedingsitesCreatePhotosINDEXFileErrorComponentAttr
- BreedingsitesCreatePhotosINDEXFileErrorComponentCode
- BreedingsitesCreatePhotosINDEXNonFieldErrorsErrorComponent
- BreedingsitesCreatePhotosINDEXNonFieldErrorsErrorComponentAttr
- BreedingsitesCreatePhotosNonFieldErrorsErrorComponent
- BreedingsitesCreatePhotosNonFieldErrorsErrorComponentAttr
- BreedingsitesCreatePhotosNonFieldErrorsErrorComponentCode
- BreedingsitesCreateSentAtErrorComponent
- BreedingsitesCreateSiteTypeErrorComponent
- BreedingsitesCreateSiteTypeErrorComponentAttr
- BreedingsitesCreateSiteTypeErrorComponentCode
- 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
- CampaignsListOrderByParameter
- CampaignsListValidationError
- Country
- CountryRequest
- CreateNotification
- CreateNotificationMessage
- CreateNotificationMessageRequest
- CreatePhotoPrediction
- CreatePhotoPredictionClassifierVersion
- CreatePhotoPredictionPredictedClass
- CreatePhotoPredictionRequest
- Device
- DeviceOs
- DeviceOsRequest
- DeviceRequest
- DeviceType
- DeviceUpdate
- DeviceUpdateRequest
- DeviceUpdateType
- DevicesCreateDeviceIdErrorComponent
- DevicesCreateDeviceIdErrorComponentCode
- DevicesCreateError
- DevicesCreateFcmTokenErrorComponent
- DevicesCreateFcmTokenErrorComponentAttr
- DevicesCreateManufacturerErrorComponent
- DevicesCreateManufacturerErrorComponentAttr
- DevicesCreateManufacturerErrorComponentCode
- DevicesCreateMobileAppNonFieldErrorsErrorComponent
- DevicesCreateMobileAppNonFieldErrorsErrorComponentAttr
- DevicesCreateMobileAppPackageNameErrorComponent
- DevicesCreateMobileAppPackageNameErrorComponentAttr
- DevicesCreateMobileAppPackageNameErrorComponentCode
- DevicesCreateMobileAppPackageVersionErrorComponent
- DevicesCreateMobileAppPackageVersionErrorComponentAttr
- DevicesCreateModelErrorComponent
- DevicesCreateModelErrorComponentAttr
- DevicesCreateNameErrorComponent
- DevicesCreateNameErrorComponentAttr
- DevicesCreateNonFieldErrorsErrorComponent
- DevicesCreateOsLocaleErrorComponent
- DevicesCreateOsLocaleErrorComponentAttr
- DevicesCreateOsNameErrorComponent
- DevicesCreateOsNameErrorComponentAttr
- DevicesCreateOsNonFieldErrorsErrorComponent
- DevicesCreateOsNonFieldErrorsErrorComponentAttr
- DevicesCreateOsVersionErrorComponent
- DevicesCreateOsVersionErrorComponentAttr
- DevicesCreateTypeErrorComponent
- DevicesCreateTypeErrorComponentAttr
- 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
- Error401Code
- Error403
- Error403Code
- Error404
- Error404Code
- ErrorResponse401
- ErrorResponse401Type
- ErrorResponse403
- ErrorResponse404
- Fix
- FixLocation
- FixLocationRequest
- FixRequest
- FixesCreateCoverageUuidErrorComponent
- FixesCreateCoverageUuidErrorComponentAttr
- FixesCreateCreatedAtErrorComponent
- FixesCreateError
- FixesCreateNonFieldErrorsErrorComponent
- FixesCreatePointLatitudeErrorComponent
- FixesCreatePointLatitudeErrorComponentAttr
- FixesCreatePointLatitudeErrorComponentCode
- FixesCreatePointLongitudeErrorComponent
- FixesCreatePointLongitudeErrorComponentAttr
- FixesCreatePointNonFieldErrorsErrorComponent
- FixesCreatePointNonFieldErrorsErrorComponentAttr
- FixesCreatePowerErrorComponent
- FixesCreatePowerErrorComponentAttr
- FixesCreatePowerErrorComponentCode
- FixesCreateSentAtErrorComponent
- FixesCreateValidationError
- GuestRegistration
- GuestRegistrationRequest
- Identification
- IdentificationRequest
- IdentificationTask
- IdentificationTaskResult
- IdentificationTaskResultRequest
- IdentificationTaskResultSource
- IdentificationTaskReview
- IdentificationTaskReviewType
- IdentificationTaskStatus
- IdentificationtasksAnnotationsCreateBestPhotoUuidErrorComponent
- IdentificationtasksAnnotationsCreateBestPhotoUuidErrorComponentAttr
- IdentificationtasksAnnotationsCreateCharacteristicsIsBloodFedErrorComponent
- IdentificationtasksAnnotationsCreateCharacteristicsIsBloodFedErrorComponentAttr
- IdentificationtasksAnnotationsCreateCharacteristicsIsGravidErrorComponent
- IdentificationtasksAnnotationsCreateCharacteristicsIsGravidErrorComponentAttr
- IdentificationtasksAnnotationsCreateCharacteristicsNonFieldErrorsErrorComponent
- IdentificationtasksAnnotationsCreateCharacteristicsNonFieldErrorsErrorComponentAttr
- IdentificationtasksAnnotationsCreateCharacteristicsSexErrorComponent
- IdentificationtasksAnnotationsCreateCharacteristicsSexErrorComponentAttr
- IdentificationtasksAnnotationsCreateClassificationConfidenceLabelErrorComponent
- IdentificationtasksAnnotationsCreateClassificationConfidenceLabelErrorComponentAttr
- IdentificationtasksAnnotationsCreateClassificationNonFieldErrorsErrorComponent
- IdentificationtasksAnnotationsCreateClassificationNonFieldErrorsErrorComponentAttr
- IdentificationtasksAnnotationsCreateClassificationNonFieldErrorsErrorComponentCode
- IdentificationtasksAnnotationsCreateClassificationTaxonIdErrorComponent
- IdentificationtasksAnnotationsCreateClassificationTaxonIdErrorComponentAttr
- IdentificationtasksAnnotationsCreateClassificationTaxonIdErrorComponentCode
- IdentificationtasksAnnotationsCreateError
- IdentificationtasksAnnotationsCreateFeedbackInternalNoteErrorComponent
- IdentificationtasksAnnotationsCreateFeedbackInternalNoteErrorComponentAttr
- IdentificationtasksAnnotationsCreateFeedbackNonFieldErrorsErrorComponent
- IdentificationtasksAnnotationsCreateFeedbackNonFieldErrorsErrorComponentAttr
- IdentificationtasksAnnotationsCreateFeedbackPublicNoteErrorComponent
- IdentificationtasksAnnotationsCreateFeedbackPublicNoteErrorComponentAttr
- IdentificationtasksAnnotationsCreateFeedbackUserNoteErrorComponent
- IdentificationtasksAnnotationsCreateFeedbackUserNoteErrorComponentAttr
- IdentificationtasksAnnotationsCreateIsDecisiveErrorComponent
- IdentificationtasksAnnotationsCreateIsDecisiveErrorComponentAttr
- IdentificationtasksAnnotationsCreateIsDecisiveErrorComponentCode
- IdentificationtasksAnnotationsCreateIsFavouriteErrorComponent
- IdentificationtasksAnnotationsCreateIsFavouriteErrorComponentAttr
- IdentificationtasksAnnotationsCreateIsFlaggedErrorComponent
- IdentificationtasksAnnotationsCreateIsFlaggedErrorComponentAttr
- IdentificationtasksAnnotationsCreateNonFieldErrorsErrorComponent
- IdentificationtasksAnnotationsCreateTagsErrorComponent
- IdentificationtasksAnnotationsCreateTagsINDEXErrorComponent
- IdentificationtasksAnnotationsCreateValidationError
- IdentificationtasksAnnotationsListClassificationConfidenceErrorComponent
- IdentificationtasksAnnotationsListClassificationConfidenceErrorComponentAttr
- IdentificationtasksAnnotationsListClassificationConfidenceLabelErrorComponent
- IdentificationtasksAnnotationsListClassificationConfidenceLabelErrorComponentAttr
- IdentificationtasksAnnotationsListClassificationConfidenceLabelParameter
- IdentificationtasksAnnotationsListClassificationTaxonIdsErrorComponent
- IdentificationtasksAnnotationsListClassificationTaxonIdsErrorComponentAttr
- IdentificationtasksAnnotationsListClassificationTaxonIdsErrorComponentCode
- IdentificationtasksAnnotationsListCreatedAtErrorComponent
- IdentificationtasksAnnotationsListError
- IdentificationtasksAnnotationsListMineClassificationConfidenceErrorComponent
- IdentificationtasksAnnotationsListMineClassificationConfidenceLabelErrorComponent
- IdentificationtasksAnnotationsListMineClassificationTaxonIdsErrorComponent
- IdentificationtasksAnnotationsListMineCreatedAtErrorComponent
- IdentificationtasksAnnotationsListMineError
- IdentificationtasksAnnotationsListMineOrderByErrorComponent
- IdentificationtasksAnnotationsListMineTypeErrorComponent
- IdentificationtasksAnnotationsListMineUpdatedAtErrorComponent
- IdentificationtasksAnnotationsListMineUserIdsErrorComponent
- IdentificationtasksAnnotationsListMineUserIdsErrorComponentAttr
- IdentificationtasksAnnotationsListMineValidationError
- IdentificationtasksAnnotationsListOrderByErrorComponent
- IdentificationtasksAnnotationsListTypeErrorComponent
- IdentificationtasksAnnotationsListTypeParameter
- IdentificationtasksAnnotationsListUpdatedAtErrorComponent
- IdentificationtasksAnnotationsListUserIdsErrorComponent
- IdentificationtasksAnnotationsListValidationError
- IdentificationtasksListAnnotatorIdsErrorComponent
- IdentificationtasksListAnnotatorIdsErrorComponentAttr
- IdentificationtasksListAssigneeIdsErrorComponent
- IdentificationtasksListAssigneeIdsErrorComponentAttr
- IdentificationtasksListCreatedAtErrorComponent
- IdentificationtasksListError
- IdentificationtasksListMineAnnotatorIdsErrorComponent
- IdentificationtasksListMineAssigneeIdsErrorComponent
- IdentificationtasksListMineCreatedAtErrorComponent
- IdentificationtasksListMineError
- IdentificationtasksListMineNumAnnotationsErrorComponent
- IdentificationtasksListMineNumAnnotationsErrorComponentAttr
- IdentificationtasksListMineObservationCountryIdsErrorComponent
- IdentificationtasksListMineObservationCountryIdsErrorComponentAttr
- IdentificationtasksListMineOrderByErrorComponent
- IdentificationtasksListMineResultAgreementErrorComponent
- IdentificationtasksListMineResultAgreementErrorComponentAttr
- IdentificationtasksListMineResultConfidenceErrorComponent
- IdentificationtasksListMineResultConfidenceErrorComponentAttr
- IdentificationtasksListMineResultSourceErrorComponent
- IdentificationtasksListMineResultSourceErrorComponentAttr
- IdentificationtasksListMineResultTaxonIdsErrorComponent
- IdentificationtasksListMineResultTaxonIdsErrorComponentAttr
- IdentificationtasksListMineResultUncertaintyErrorComponent
- IdentificationtasksListMineResultUncertaintyErrorComponentAttr
- IdentificationtasksListMineReviewTypeErrorComponent
- IdentificationtasksListMineReviewTypeErrorComponentAttr
- IdentificationtasksListMineStatusErrorComponent
- IdentificationtasksListMineStatusErrorComponentAttr
- IdentificationtasksListMineStatusErrorComponentCode
- IdentificationtasksListMineUpdatedAtErrorComponent
- IdentificationtasksListMineValidationError
- IdentificationtasksListNumAnnotationsErrorComponent
- IdentificationtasksListObservationCountryIdsErrorComponent
- IdentificationtasksListOrderByErrorComponent
- IdentificationtasksListOrderByParameter
- IdentificationtasksListResultAgreementErrorComponent
- IdentificationtasksListResultConfidenceErrorComponent
- IdentificationtasksListResultSourceErrorComponent
- IdentificationtasksListResultSourceParameter
- IdentificationtasksListResultTaxonIdsErrorComponent
- IdentificationtasksListResultUncertaintyErrorComponent
- IdentificationtasksListReviewTypeErrorComponent
- IdentificationtasksListReviewTypeParameter
- IdentificationtasksListStatusErrorComponent
- IdentificationtasksListStatusParameter
- IdentificationtasksListUpdatedAtErrorComponent
- IdentificationtasksListValidationError
- IdentificationtasksPredictionsCreateBboxNonFieldErrorsErrorComponent
- IdentificationtasksPredictionsCreateBboxNonFieldErrorsErrorComponentAttr
- IdentificationtasksPredictionsCreateBboxXMaxErrorComponent
- IdentificationtasksPredictionsCreateBboxXMaxErrorComponentAttr
- IdentificationtasksPredictionsCreateBboxXMaxErrorComponentCode
- IdentificationtasksPredictionsCreateBboxXMinErrorComponent
- IdentificationtasksPredictionsCreateBboxXMinErrorComponentAttr
- IdentificationtasksPredictionsCreateBboxYMaxErrorComponent
- IdentificationtasksPredictionsCreateBboxYMaxErrorComponentAttr
- IdentificationtasksPredictionsCreateBboxYMinErrorComponent
- IdentificationtasksPredictionsCreateBboxYMinErrorComponentAttr
- IdentificationtasksPredictionsCreateClassifierVersionErrorComponent
- IdentificationtasksPredictionsCreateClassifierVersionErrorComponentAttr
- IdentificationtasksPredictionsCreateError
- IdentificationtasksPredictionsCreateInsectConfidenceErrorComponent
- IdentificationtasksPredictionsCreateInsectConfidenceErrorComponentAttr
- IdentificationtasksPredictionsCreateIsDecisiveErrorComponent
- IdentificationtasksPredictionsCreateNonFieldErrorsErrorComponent
- IdentificationtasksPredictionsCreatePhotoUuidErrorComponent
- IdentificationtasksPredictionsCreatePhotoUuidErrorComponentAttr
- IdentificationtasksPredictionsCreatePredictedClassErrorComponent
- IdentificationtasksPredictionsCreatePredictedClassErrorComponentAttr
- IdentificationtasksPredictionsCreatePredictedClassErrorComponentCode
- IdentificationtasksPredictionsCreateScoresAeAegyptiErrorComponent
- IdentificationtasksPredictionsCreateScoresAeAegyptiErrorComponentAttr
- IdentificationtasksPredictionsCreateScoresAeAlbopictusErrorComponent
- IdentificationtasksPredictionsCreateScoresAeAlbopictusErrorComponentAttr
- IdentificationtasksPredictionsCreateScoresAeJaponicusErrorComponent
- IdentificationtasksPredictionsCreateScoresAeJaponicusErrorComponentAttr
- IdentificationtasksPredictionsCreateScoresAeKoreicusErrorComponent
- IdentificationtasksPredictionsCreateScoresAeKoreicusErrorComponentAttr
- IdentificationtasksPredictionsCreateScoresAnophelesErrorComponent
- IdentificationtasksPredictionsCreateScoresAnophelesErrorComponentAttr
- IdentificationtasksPredictionsCreateScoresCulexErrorComponent
- IdentificationtasksPredictionsCreateScoresCulexErrorComponentAttr
- IdentificationtasksPredictionsCreateScoresCulisetaErrorComponent
- IdentificationtasksPredictionsCreateScoresCulisetaErrorComponentAttr
- IdentificationtasksPredictionsCreateScoresNonFieldErrorsErrorComponent
- IdentificationtasksPredictionsCreateScoresNonFieldErrorsErrorComponentAttr
- IdentificationtasksPredictionsCreateScoresNotSureErrorComponent
- IdentificationtasksPredictionsCreateScoresNotSureErrorComponentAttr
- IdentificationtasksPredictionsCreateScoresOtherSpeciesErrorComponent
- IdentificationtasksPredictionsCreateScoresOtherSpeciesErrorComponentAttr
- IdentificationtasksPredictionsCreateThresholdDeviationErrorComponent
- IdentificationtasksPredictionsCreateThresholdDeviationErrorComponentAttr
- 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
- LocationSource
- LocationTimezone
- MetaNotificationRequest
- MobileApp
- MobileAppRequest
- MosquitoAppearance
- MosquitoAppearanceAbdomen
- MosquitoAppearanceLegs
- MosquitoAppearanceRequest
- MosquitoAppearanceSpecie
- MosquitoAppearanceThorax
- Notification
- NotificationMessage
- NotificationRequest
- NotificationsCreateError
- NotificationsCreateMessageBodyBgErrorComponent
- NotificationsCreateMessageBodyBgErrorComponentAttr
- NotificationsCreateMessageBodyBnErrorComponent
- NotificationsCreateMessageBodyBnErrorComponentAttr
- NotificationsCreateMessageBodyCaErrorComponent
- NotificationsCreateMessageBodyCaErrorComponentAttr
- NotificationsCreateMessageBodyDeErrorComponent
- NotificationsCreateMessageBodyDeErrorComponentAttr
- NotificationsCreateMessageBodyElErrorComponent
- NotificationsCreateMessageBodyElErrorComponentAttr
- NotificationsCreateMessageBodyEnErrorComponent
- NotificationsCreateMessageBodyEnErrorComponentAttr
- NotificationsCreateMessageBodyEsErrorComponent
- NotificationsCreateMessageBodyEsErrorComponentAttr
- NotificationsCreateMessageBodyEuErrorComponent
- NotificationsCreateMessageBodyEuErrorComponentAttr
- NotificationsCreateMessageBodyFrErrorComponent
- NotificationsCreateMessageBodyFrErrorComponentAttr
- NotificationsCreateMessageBodyGlErrorComponent
- NotificationsCreateMessageBodyGlErrorComponentAttr
- NotificationsCreateMessageBodyHrErrorComponent
- NotificationsCreateMessageBodyHrErrorComponentAttr
- NotificationsCreateMessageBodyHuErrorComponent
- NotificationsCreateMessageBodyHuErrorComponentAttr
- NotificationsCreateMessageBodyItErrorComponent
- NotificationsCreateMessageBodyItErrorComponentAttr
- NotificationsCreateMessageBodyLbErrorComponent
- NotificationsCreateMessageBodyLbErrorComponentAttr
- NotificationsCreateMessageBodyMkErrorComponent
- NotificationsCreateMessageBodyMkErrorComponentAttr
- NotificationsCreateMessageBodyNlErrorComponent
- NotificationsCreateMessageBodyNlErrorComponentAttr
- NotificationsCreateMessageBodyNonFieldErrorsErrorComponent
- NotificationsCreateMessageBodyNonFieldErrorsErrorComponentAttr
- NotificationsCreateMessageBodyPtErrorComponent
- NotificationsCreateMessageBodyPtErrorComponentAttr
- NotificationsCreateMessageBodyRoErrorComponent
- NotificationsCreateMessageBodyRoErrorComponentAttr
- NotificationsCreateMessageBodySlErrorComponent
- NotificationsCreateMessageBodySlErrorComponentAttr
- NotificationsCreateMessageBodySqErrorComponent
- NotificationsCreateMessageBodySqErrorComponentAttr
- NotificationsCreateMessageBodySrErrorComponent
- NotificationsCreateMessageBodySrErrorComponentAttr
- NotificationsCreateMessageBodySvErrorComponent
- NotificationsCreateMessageBodySvErrorComponentAttr
- NotificationsCreateMessageBodyTrErrorComponent
- NotificationsCreateMessageBodyTrErrorComponentAttr
- NotificationsCreateMessageBodyZhCNErrorComponent
- NotificationsCreateMessageBodyZhCNErrorComponentAttr
- NotificationsCreateMessageNonFieldErrorsErrorComponent
- NotificationsCreateMessageNonFieldErrorsErrorComponentAttr
- NotificationsCreateMessageTitleBgErrorComponent
- NotificationsCreateMessageTitleBgErrorComponentAttr
- NotificationsCreateMessageTitleBgErrorComponentCode
- NotificationsCreateMessageTitleBnErrorComponent
- NotificationsCreateMessageTitleBnErrorComponentAttr
- NotificationsCreateMessageTitleCaErrorComponent
- NotificationsCreateMessageTitleCaErrorComponentAttr
- NotificationsCreateMessageTitleDeErrorComponent
- NotificationsCreateMessageTitleDeErrorComponentAttr
- NotificationsCreateMessageTitleElErrorComponent
- NotificationsCreateMessageTitleElErrorComponentAttr
- NotificationsCreateMessageTitleEnErrorComponent
- NotificationsCreateMessageTitleEnErrorComponentAttr
- NotificationsCreateMessageTitleEsErrorComponent
- NotificationsCreateMessageTitleEsErrorComponentAttr
- NotificationsCreateMessageTitleEuErrorComponent
- NotificationsCreateMessageTitleEuErrorComponentAttr
- NotificationsCreateMessageTitleFrErrorComponent
- NotificationsCreateMessageTitleFrErrorComponentAttr
- NotificationsCreateMessageTitleGlErrorComponent
- NotificationsCreateMessageTitleGlErrorComponentAttr
- NotificationsCreateMessageTitleHrErrorComponent
- NotificationsCreateMessageTitleHrErrorComponentAttr
- NotificationsCreateMessageTitleHuErrorComponent
- NotificationsCreateMessageTitleHuErrorComponentAttr
- NotificationsCreateMessageTitleItErrorComponent
- NotificationsCreateMessageTitleItErrorComponentAttr
- NotificationsCreateMessageTitleLbErrorComponent
- NotificationsCreateMessageTitleLbErrorComponentAttr
- NotificationsCreateMessageTitleMkErrorComponent
- NotificationsCreateMessageTitleMkErrorComponentAttr
- NotificationsCreateMessageTitleNlErrorComponent
- NotificationsCreateMessageTitleNlErrorComponentAttr
- NotificationsCreateMessageTitleNonFieldErrorsErrorComponent
- NotificationsCreateMessageTitleNonFieldErrorsErrorComponentAttr
- NotificationsCreateMessageTitlePtErrorComponent
- NotificationsCreateMessageTitlePtErrorComponentAttr
- NotificationsCreateMessageTitleRoErrorComponent
- NotificationsCreateMessageTitleRoErrorComponentAttr
- NotificationsCreateMessageTitleSlErrorComponent
- NotificationsCreateMessageTitleSlErrorComponentAttr
- NotificationsCreateMessageTitleSqErrorComponent
- NotificationsCreateMessageTitleSqErrorComponentAttr
- NotificationsCreateMessageTitleSrErrorComponent
- NotificationsCreateMessageTitleSrErrorComponentAttr
- NotificationsCreateMessageTitleSvErrorComponent
- NotificationsCreateMessageTitleSvErrorComponentAttr
- NotificationsCreateMessageTitleTrErrorComponent
- NotificationsCreateMessageTitleTrErrorComponentAttr
- NotificationsCreateMessageTitleZhCNErrorComponent
- NotificationsCreateMessageTitleZhCNErrorComponentAttr
- NotificationsCreateNonFieldErrorsErrorComponent
- NotificationsCreateReceiverTypeErrorComponent
- NotificationsCreateReceiverTypeErrorComponentAttr
- NotificationsCreateTopicCodesErrorComponent
- NotificationsCreateTopicCodesErrorComponentAttr
- NotificationsCreateTopicCodesErrorComponentCode
- NotificationsCreateTopicCodesINDEXErrorComponent
- NotificationsCreateTopicCodesINDEXErrorComponentAttr
- NotificationsCreateUserUuidsErrorComponent
- NotificationsCreateUserUuidsErrorComponentAttr
- NotificationsCreateUserUuidsINDEXErrorComponent
- NotificationsCreateUserUuidsINDEXErrorComponentAttr
- NotificationsCreateValidationError
- NotificationsListMineOrderByErrorComponent
- NotificationsListMineOrderByParameter
- NotificationsListMineValidationError
- NotificationsListOrderByErrorComponent
- NotificationsListValidationError
- NotificationsPartialUpdateError
- NotificationsPartialUpdateIsReadErrorComponent
- NotificationsPartialUpdateIsReadErrorComponentAttr
- NotificationsPartialUpdateIsReadErrorComponentCode
- NotificationsPartialUpdateNonFieldErrorsErrorComponent
- NotificationsPartialUpdateValidationError
- NotificationsUpdateError
- NotificationsUpdateIsReadErrorComponent
- NotificationsUpdateNonFieldErrorsErrorComponent
- NotificationsUpdateValidationError
- Observation
- ObservationsCreateCreatedAtErrorComponent
- ObservationsCreateError
- ObservationsCreateEventEnvironmentErrorComponent
- ObservationsCreateEventMomentErrorComponent
- ObservationsCreateLocationNonFieldErrorsErrorComponent
- ObservationsCreateLocationPointErrorComponent
- ObservationsCreateLocationSourceErrorComponent
- ObservationsCreateMosquitoAppearanceAbdomenErrorComponent
- ObservationsCreateMosquitoAppearanceAbdomenErrorComponentAttr
- ObservationsCreateMosquitoAppearanceLegsErrorComponent
- ObservationsCreateMosquitoAppearanceLegsErrorComponentAttr
- ObservationsCreateMosquitoAppearanceNonFieldErrorsErrorComponent
- ObservationsCreateMosquitoAppearanceNonFieldErrorsErrorComponentAttr
- ObservationsCreateMosquitoAppearanceSpecieErrorComponent
- ObservationsCreateMosquitoAppearanceSpecieErrorComponentAttr
- ObservationsCreateMosquitoAppearanceThoraxErrorComponent
- ObservationsCreateMosquitoAppearanceThoraxErrorComponentAttr
- ObservationsCreateNonFieldErrorsErrorComponent
- ObservationsCreateNoteErrorComponent
- ObservationsCreatePhotosINDEXFileErrorComponent
- ObservationsCreatePhotosINDEXNonFieldErrorsErrorComponent
- ObservationsCreatePhotosNonFieldErrorsErrorComponent
- ObservationsCreateSentAtErrorComponent
- ObservationsCreateTagsErrorComponent
- ObservationsCreateTagsINDEXErrorComponent
- ObservationsCreateValidationError
- ObservationsListCountryIdErrorComponent
- ObservationsListCreatedAtErrorComponent
- ObservationsListError
- ObservationsListIdentificationTaxonIdsErrorComponent
- ObservationsListIdentificationTaxonIdsErrorComponentAttr
- 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
- PaginatedTaxonList
- Partner
- PasswordChangeRequest
- PatchedDeviceUpdateRequest
- PatchedNotificationRequest
- PatchedPhotoPredictionRequest
- PatchedUserRequest
- PatchedUserRequestLocale
- 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
- SimpleTaxonRank
- SimpleTaxonRequest
- SimpleUser
- SimplifiedLocation
- SimplifiedObservationWithPhotos
- TaxaListRankErrorComponent
- TaxaListRankErrorComponentAttr
- TaxaListRankParameter
- TaxaListValidationError
- Taxon
- TaxonTreeNode
- TokenRefresh
- TokenRefreshRequest
- TokenVerifyRequest
- TopicNotificationCreateRequest
- TopicNotificationCreateRequestReceiverType
- User
- UserAssignment
- UserNotificationCreateRequest
- UserNotificationCreateRequestReceiverType
- UserRequest
- UserScore
- UsersPartialUpdateError
- UsersPartialUpdateLocaleErrorComponent
- UsersPartialUpdateLocaleErrorComponentAttr
- 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