Skip to content

Repository files navigation

opensilexClientToolsPython

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 1.5.2
  • Package version: 1.5.2
  • Build package: io.swagger.codegen.languages.PythonClientCodegen

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install git+https://github.com/OpenSILEX/opensilexClientToolsPython.git@1.5.2

(you may need to run pip with root permission: sudo pip install git+https://github.com/OpenSILEX/opensilexClientToolsPython.git@1.5.2)

Then import the package:

importopensilexClientToolsPython

Setuptools

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:

importopensilexClientToolsPython

Getting Started

Please follow the installation procedure and then run the following:

importopensilexClientToolsPythonfrompprintimportpprint# usage of a created instance of the API classpythonClient=opensilexClientToolsPython.ApiClient() # TO have more detail on the execution of the requests you can pass verbose=True# Don't forget to change the host to your instance and use a password # and identifier from an account that exists on said instancepythonClient.connect_to_opensilex_ws(
identifier="guest@opensilex.org",
password="guest",
host="http://opensilex.org/sandbox/rest"
)
anotation_api_instance=opensilexClientToolsPython.AnnotationsApi(pythonClient)
target="http://www.opensilex.org/demo/2018/o18000076"# str | Target URI (optional)try:
# Count annotationsapi_response=anotation_api_instance.count_annotations(target=target)
pprint(api_response)
exceptopensilexClientToolsPython.rest.ApiExceptionase:
print("Api Exception when calling AnnotationsApi->count_annotations: %s\n"%e)
# Other more specific exceptions inherit from this general class :# - ApiDuplicateException for duplicated data on POST# - ApiURIExistsException for URI already exists on POST# - ApiURINotFoundException for URI not found on GET# These can be found in rest.pyexceptExceptionase:
print("Exception when calling AnnotationsApi->count_annotations: %s\n"%e)

Documentation for API Endpoints

All URIs are relative to **

ClassMethodHTTP requestDescription
AgroportalAPIApiget_agroportal_ontologiesGET /core/agroportal/ontologiesGet ontologies from agroportal
AgroportalAPIApiping_agroportalGET /core/agroportal/pingPing agroportal server
AgroportalAPIApisearch_through_agroportalGET /core/agroportal/searchSearch through agroportal
AnnotationsApicount_annotationsGET /core/annotations/countCount annotations
AnnotationsApicreate_annotationPOST /core/annotationsCreate an annotation
AnnotationsApidelete_annotationDELETE /core/annotations/{uri}Delete an annotation
AnnotationsApiget_annotationGET /core/annotations/{uri}Get an annotation
AnnotationsApisearch_annotationsGET /core/annotationsSearch annotations
AnnotationsApisearch_motivationsGET /core/annotations/motivationsSearch motivations
AnnotationsApiupdate_annotationPUT /core/annotationsUpdate an annotation
AreaApicreate_areaPOST /core/areaAdd an area
AreaApidelete_areaDELETE /core/area/{uri}Delete an area
AreaApiexport_geospatialPOST /core/area/export_geospatialExport a given list of areas URIs to shapefile
AreaApiget_by_uriGET /core/area/{uri}Get an area
AreaApisearch_intersectsPOST /core/area/intersectsGet area whose geometry corresponds to the Intersections
AreaApiupdate_areaPUT /core/areaUpdate an area
AuthenticationApiauthenticatePOST /security/authenticateAuthenticate a user and return an access token
AuthenticationApiauthenticate_open_idGET /security/openidAuthenticate a user and return an access token
AuthenticationApiauthenticate_samlGET /security/samlAuthenticate a user and return an access token from SAML response
AuthenticationApiforgot_passwordPOST /security/forgot-passwordSend an e-mail confirmation
AuthenticationApiget_credentials_groupsGET /security/credentialsGet list of existing credentials indexed by Swagger @API concepts in the application
AuthenticationApilogoutDELETE /security/logoutLogout by discarding a user token
AuthenticationApirenew_passwordPUT /security/renew-passwordUpdate user password
AuthenticationApirenew_tokenPUT /security/renew-tokenSend back a new token if the provided one is still valid
BRAPIApiget_callsGET /brapi/v1/callsCheck the available BrAPI calls
BRAPIApiget_germplasm_by_searchGET /brapi/v1/germplasmSubmit a search request for germplasm (type accession in OpenSILEX
BRAPIApiget_observation_unitsGET /brapi/v1/studies/{studyDbId}/observationunitsList all the observation units measured in the study.
BRAPIApiget_observation_variablesGET /brapi/v1/studies/{studyDbId}/observationvariablesList all the observation variables measured in the study.
BRAPIApiget_observationsGET /brapi/v1/studies/{studyDbId}/observationsGet the observations associated to a specific study
BRAPIApiget_studiesGET /brapi/v1/studiesRetrieve studies information
BRAPIApiget_studies_searchGET /brapi/v1/studies-searchRetrieve studies information
BRAPIApiget_study_detailsGET /brapi/v1/studies/{studyDbId}Retrieve study details
BRAPIApiget_variable_detailsGET /brapi/v1/variables/{observationVariableDbId}Retrieve variable details by id
BRAPIApiget_variables_listGET /brapi/v1/variablesBrAPIv1CallDTO to retrieve a list of observationVariables available in the system
DataApiadd_list_dataPOST /core/dataAdd data
DataApicount_dataPOST /core/data/countCount data
DataApicount_datafilesGET /core/datafiles/countCount datafiles
DataApicreate_provenancePOST /core/provenancesAdd a provenance
DataApidelete_batch_history_by_uriDELETE /core/data/batch_history/{uri}Delete batch history by URI
DataApidelete_dataDELETE /core/data/{uri}Delete data
DataApidelete_data_on_searchDELETE /core/dataDelete data on criteria
DataApidelete_datafileDELETE /core/datafiles/{uri}Delete a datafile
DataApidelete_provenanceDELETE /core/provenances/{uri}Delete a provenance that doesn't describe data
DataApiexport_dataGET /core/data/exportExport data
DataApiexport_data1POST /core/data/exportExport data
DataApiexport_spectra_filesPOST /core/datafiles/export-spectra-files
DataApiget_batch_historyGET /core/data/batch_history/{uri}Get batch
DataApiget_dataGET /core/data/{uri}Get data
DataApiget_data_fileGET /core/datafiles/{uri}Get a data file
DataApiget_data_file_descriptionGET /core/datafiles/{uri}/descriptionGet a data file description
DataApiget_data_file_descriptions_by_searchGET /core/datafilesSearch data files
DataApiget_data_file_descriptions_by_targetsPOST /core/datafiles/by_targetsSearch data files for a large list of targets
DataApiget_data_list_by_targetsPOST /core/data/by_targetsSearch data for a large list of targets
DataApiget_data_series_by_facilityGET /core/data/data_serie/facilityGet all data series associated with a facility
DataApiget_datafile_pathGET /core/datafiles/{uri}/pathGet a datafile path
DataApiget_datafiles_provenancesGET /core/datafiles/provenancesSearch provenances linked to datafiles
DataApiget_datafiles_provenances_by_targetsPOST /core/datafiles/provenances/by_targetsSearch provenances linked to datafiles for a large list of targets
DataApiget_mathematical_operatorsGET /core/data/mathematicalOperatorsGet mathematical operators
DataApiget_pictures_thumbnailsGET /core/datafiles/{uri}/thumbnailGet a picture thumbnail
DataApiget_provenanceGET /core/provenances/{uri}Get a provenance
DataApiget_provenances_by_urisGET /core/provenances/by_urisGet a list of provenances by their URIs
DataApiget_used_provenancesGET /core/data/provenancesSearch provenances linked to data
DataApiget_used_provenances_by_targetsPOST /core/data/provenances/by_targetsSearch provenances linked to data for a large list of targets
DataApiget_used_variablesGET /core/data/variablesGet variables linked to data
DataApiimport_csv_dataPOST /core/data/importImport a CSV file for the given provenanceURI
DataApipost_data_filePOST /core/datafilesAdd a data file
DataApipost_data_file_pathsPOST /core/datafiles/descriptionDescribe datafiles and give their relative paths in the configured storage system. In the case of already stored datafiles.
DataApisearch_batch_historyGET /core/data/batch_historySearch data batch history
DataApisearch_data_listGET /core/dataSearch data
DataApisearch_data_list_by_targetsPOST /core/data/searchSearch data for a large list of targets
DataApisearch_provenanceGET /core/provenancesGet provenances
DataApisearch_provenances_by_urisPOST /core/provenances/by_urisGet a list of provenances by their URIs
DataApiupdatePUT /core/dataUpdate data
DataApiupdate_confidencePUT /core/data/{uri}/confidenceUpdate confidence index
DataApiupdate_provenancePUT /core/provenancesUpdate a provenance
DataApiupload_and_parse_dxPOST /core/datafiles/upload-dxUpload and parse DX file
DataApiupload_and_parse_spectra_csvPOST /core/datafiles/upload-spectra-csvUpload and parse spectra CSV file
DataApivalidate_csvPOST /core/data/import_validationImport a CSV file for the given provenanceURI.
DevicesApicount_device_dataGET /core/devices/{uri}/data/countCount device data
DevicesApicreate_devicePOST /core/devicesCreate a device
DevicesApidelete_deviceDELETE /core/devices/{uri}Delete a device
DevicesApiexport_devicesGET /core/devices/exportexport devices
DevicesApiexport_geospatial1POST /core/devices/export_geospatialExport a given list of devices URIs to shapefile
DevicesApiexport_listPOST /core/devices/export_by_urisexport devices
DevicesApiget_deviceGET /core/devices/{uri}Get device detail
DevicesApiget_device_by_urisGET /core/devices/by_urisGet devices by uris
DevicesApiget_device_data_files_provenancesGET /core/devices/{uri}/datafiles/provenancesGet provenances of datafiles linked to this device
DevicesApiget_device_data_provenancesGET /core/devices/{uri}/data/provenancesGet provenances of data that have been measured on this device
DevicesApiget_device_variablesGET /core/devices/{uri}/variablesGet variables linked to the device
DevicesApiget_devices_by_facilityGET /core/devices/{uri}/facilityGet devices by facility
DevicesApiimport_csvPOST /core/devices/importImport a CSV file with one device per line
DevicesApisearch_device_dataGET /core/devices/{uri}/dataSearch device data
DevicesApisearch_device_datafilesGET /core/devices/{uri}/datafilesSearch device datafiles descriptions
DevicesApisearch_devicesGET /core/devicesSearch devices
DevicesApisearch_devices_by_urisPOST /core/devices/by_urisGet devices by uris
DevicesApiupdate_devicePUT /core/devicesUpdate a device
DevicesApivalidate_csv1POST /core/devices/import_validationValidate the import of a CSV file with one device per line
DocumentsApicount_documentsGET /core/documents/countCount documents
DocumentsApicreate_documentPOST /core/documentsAdd a document
DocumentsApidelete_documentDELETE /core/documents/{uri}Delete a document
DocumentsApiget_document_fileGET /core/documents/{uri}Get document
DocumentsApiget_document_metadataGET /core/documents/{uri}/descriptionGet document's description
DocumentsApisearch_documentsGET /core/documentsSearch documents
DocumentsApiupdate_documentPUT /core/documentsUpdate document's description
EventsApicount_eventsGET /core/events/countCount events
EventsApicreate_eventsPOST /core/eventsCreate a list of event
EventsApicreate_movesPOST /core/events/movesCreate a list of move event
EventsApidelete_eventDELETE /core/events/{uri}Delete an event
EventsApidelete_move_eventDELETE /core/events/moves/{uri}Delete a move event
EventsApiget_eventGET /core/events/{uri}Get an event
EventsApiget_event_detailsGET /core/events/{uri}/detailsGet an event with all it's properties
EventsApiget_move_eventGET /core/events/moves/{uri}Get a move with all it's properties
EventsApiget_move_event_by_urisGET /core/events/moves/by_urisGet a list of moves with all positional information
EventsApiimport_event_csvPOST /core/events/importImport a CSV file with one move and one target per line
EventsApiimport_move_csvPOST /core/events/moves/importImport a CSV file with one move and one target per line
EventsApisearch_eventsGET /core/eventsSearch events
EventsApisearch_move_event_by_urisPOST /core/events/moves/by_urisGet a list of moves with all positional information
EventsApiupdate_eventPUT /core/eventsUpdate an event
EventsApiupdate_move_eventPUT /core/events/movesUpdate a move event
EventsApivalidate_event_csvPOST /core/events/import_validationCheck a CSV file with one move and one target per line
EventsApivalidate_move_csvPOST /core/events/moves/import_validationCheck a CSV file with one move and one target per line
ExperimentsApicreate_experimentPOST /core/experimentsAdd an experiment
ExperimentsApidelete_experimentDELETE /core/experiments/{uri}Delete an experiment
ExperimentsApiexport_experiment_data_listGET /core/experiments/{uri}/data/exportexport experiment data
ExperimentsApiget_available_facilitiesGET /core/experiments/{uri}/available_facilitiesGet facilities available for an experiment
ExperimentsApiget_available_factorsGET /core/experiments/{uri}/factorsGet factors with their levels associated to an experiment
ExperimentsApiget_available_speciesGET /core/experiments/{uri}/speciesGet species present in an experiment
ExperimentsApiget_experimentGET /core/experiments/{uri}Get an experiment
ExperimentsApiget_experiments_by_urisGET /core/experiments/by_urisGet experiments URIs
ExperimentsApiget_used_variables1GET /core/experiments/{uri}/variablesGet variables involved in an experiment
ExperimentsApiimport_csv_data1POST /core/experiments/{uri}/data/importImport a CSV file for the given experiment URI and scientific object type.
ExperimentsApisearch_experiment_data_listGET /core/experiments/{uri}/dataSearch data
ExperimentsApisearch_experiment_provenancesGET /core/experiments/{uri}/provenancesGet provenances involved in an experiment
ExperimentsApisearch_experimentsGET /core/experimentsSearch experiments
ExperimentsApisearch_experiments_by_urisPOST /core/experiments/by_urisGet experiments URIs
ExperimentsApisearch_fundingGET /core/experiments/fundingSearch funding
ExperimentsApiupdate_experimentPUT /core/experimentsUpdate an experiment
ExperimentsApivalidate_csv2POST /core/experiments/{uri}/data/import_validationImport a CSV file for the given experiment URI and scientific object type.
FactorsApicount_factorsGET /core/experiments/factors/countCount factors
FactorsApicreate_factorPOST /core/experiments/factorsCreate a factor
FactorsApidelete_factorDELETE /core/experiments/factors/{uri}Delete a factor
FactorsApidelete_factor_levelDELETE /core/experiments/factors/levels/{uri}Delete a factor level
FactorsApiget_factor_associated_experimentsGET /core/experiments/factors/{uri}/experimentsGet factor associated experiments
FactorsApiget_factor_by_uriGET /core/experiments/factors/{uri}Get a factor
FactorsApiget_factor_levelGET /core/experiments/factors/levels/{uri}Get a factor level
FactorsApiget_factor_level_detailGET /core/experiments/factors/levels/{uri}/detailsGet a factor level
FactorsApiget_factor_levelsGET /core/experiments/factors/{uri}/levelsGet factor levels
FactorsApiget_factors_by_urisGET /core/experiments/factors/by_urisGet a list of factors by their URIs
FactorsApisearch_categoriesGET /core/experiments/factors/categoriesSearch categories
FactorsApisearch_factor_levelsGET /core/experiments/factors/factor_levelsSearch factors levels
FactorsApisearch_factorsGET /core/experiments/factorsSearch factors
FactorsApisearch_factors_by_urisPOST /core/experiments/factors/by_urisGet a list of factors by their URIs
FactorsApiupdate_factorPUT /core/experiments/factorsUpdate a factor
FaidareApiget_calls1GET /faidare/v1/callsCheck the available faidare calls
FaidareApiget_germplasms_by_searchGET /faidare/v1/germplasmSubmit a search request for germplasm
FaidareApiget_locations_listGET /faidare/v1/locationsFaidarev1CallDTO to retrieve a list of locations available in the system
FaidareApiget_studies_listGET /faidare/v1/studiesRetrieve studies information
FaidareApiget_trials_listGET /faidare/v1/trialsFaidarev1CallDTO to retrieve a list of trials available in the system
FaidareApiget_variables_list1GET /faidare/v1/variablesFaidarev1CallDTO to retrieve a list of observationVariables available in the system
GermplasmApicheck_germplasms_existPOST /core/germplasm/checkcheck germplasms exist
GermplasmApicreate_germplasmPOST /core/germplasmAdd a germplasm
GermplasmApicreate_germplasm_groupPOST /core/germplasm_groupAdd a germplasm group
GermplasmApidelete_germplasmDELETE /core/germplasm/{uri}Delete a germplasm
GermplasmApidelete_germplasm_groupDELETE /core/germplasm_group/{uri}Delete a germplasm group
GermplasmApiexport_germplasmPOST /core/germplasm/exportexport germplasm
GermplasmApiget_germplasmGET /core/germplasm/{uri}Get a germplasm
GermplasmApiget_germplasm_attribute_valuesGET /core/germplasm/attributes/{attribute}Get attribute values of all germplasm for a given attribute
GermplasmApiget_germplasm_attributesGET /core/germplasm/attributesGet attributes of all germplasm
GermplasmApiget_germplasm_experimentsGET /core/germplasm/{uri}/experimentsGet experiments where a germplasm has been used
GermplasmApiget_germplasm_groupGET /core/germplasm_group/{uri}Get a germplasm group
GermplasmApiget_germplasm_group_by_urisGET /core/germplasm_group/by-urisGet germplasm groups by their URIs
GermplasmApiget_germplasm_group_contentGET /core/germplasm_group/{uri}/germplasmGet a germplasm group's germplasm, paginated
GermplasmApiget_germplasm_group_with_germplasmsGET /core/germplasm_group/with-germplasm/{uri}Get a germplasm group with nested germplasm details
GermplasmApisearch_germplasmGET /core/germplasmSearch germplasm
GermplasmApisearch_germplasm_group_by_urisPOST /core/germplasm_group/by_urisGet germplasm groups by their URIs
GermplasmApisearch_germplasm_groupsPOST /core/germplasm_group/searchSearch germplasm groups
GermplasmApisearch_germplasms_by_urisPOST /core/germplasm/by_urisGet a list of germplasms by their URIs
GermplasmApiupdate_germplasmPUT /core/germplasmUpdate a germplasm
GermplasmApiupdate_germplasm_groupPUT /core/germplasm_groupUpdate a germplasm group
GermplasmApiupsert_germplasmsPOST /core/germplasm/importAdd or update many germplasms
LocationsApicount_locationsGET /core/locations/countCount locations
LocationsApisearch_location_historyGET /core/locations/historySearch location history of an object
LocationsApisearch_target_locationsPOST /core/locations/targetLocationsSearch the last geospatialized location of a target
MetricsApiget_experiment_summary_historyGET /core/metrics/experiment/{uri}Get an experiment summary history
MetricsApiget_running_experiments_summaryGET /core/metrics/running_experimentsGet running experiments metrics
MetricsApiget_system_metricsGET /core/metrics/systemGet system metrics
MetricsApiget_system_metrics_summaryGET /core/metrics/system/summaryGet system metrics summary
OntologyApiadd_class_property_restrictionPOST /ontology/rdf_type_property_restrictionAdd a rdf type property restriction
OntologyApicheck_uris_typesPOST /ontology/check_rdf_typesCheck the given rdf-types on the given uris
OntologyApicreate_propertyPOST /ontology/propertyCreate a RDF property
OntologyApidelete_class_property_restrictionDELETE /ontology/rdf_type_property_restrictionDelete a rdf type property restriction
OntologyApidelete_propertyDELETE /ontology/propertyDelete a property
OntologyApiget_base_uriGET /ontology/base_uriReturn base uri
OntologyApiget_classesGET /ontology/rdf_typesReturn classes models definitions with properties for a list of rdf types
OntologyApiget_data_propertiesGET /ontology/data_propertiesSearch data properties tree
OntologyApiget_linkable_propertiesGET /ontology/linkable_propertiesSearch properties linkable to a domain
OntologyApiget_name_spaceGET /ontology/name_spaceReturn namespaces
OntologyApiget_object_propertiesGET /ontology/object_propertiesSearch object properties tree
OntologyApiget_propertiesGET /ontology/properties/{domain}Search properties tree
OntologyApiget_properties_by_domain_hierarchy_using_restrictionsGET /ontology/domain_hierarchy_restrictionsGet restrictions from some super-class domain to one lower down in the hierarchy, ordered by what domain they first appear in.
OntologyApiget_propertyGET /ontology/propertyReturn property model definition detail
OntologyApiget_rdf_typeGET /ontology/rdf_typeReturn class model definition with properties
OntologyApiget_shared_resource_instancesGET /ontology/shared_resource_instancesReturn the list of shared resource instances
OntologyApiget_sub_classes_ofGET /ontology/subclasses_ofSearch sub-classes tree of an RDF class
OntologyApiget_sub_properties_ofGET /ontology/subproperties_ofReturn property list from a parent property
OntologyApiget_uri_labelGET /ontology/uri_labelReturn associated rdfs:label of an uri if exists
OntologyApiget_uri_labels_listPOST /ontology/uris_labelsReturn associated rdfs:label of uris if they exist
OntologyApiget_uri_typesPOST /ontology/uri_typesReturn all rdf types of some URIS
OntologyApirename_uriPUT /ontology/{uri}/renameRename all occurrences of the given URI
OntologyApisearch_sub_classes_ofGET /ontology/subclasses_of/searchSearch sub-classes tree of an RDF class
OntologyApiupdate_class_property_restrictionPUT /ontology/rdf_type_property_restrictionUpdate a rdf type property restriction
OntologyApiupdate_propertyPUT /ontology/propertyUpdate a RDF property
OrganizationsApicreate_facilityPOST /core/facilitiesCreate a facility
OrganizationsApicreate_organizationPOST /core/organisationsCreate an organisation
OrganizationsApicreate_sitePOST /core/sitesCreate a site
OrganizationsApidelete_facilityDELETE /core/facilities/{uri}Delete a facility
OrganizationsApidelete_organizationDELETE /core/organisations/{uri}Delete an organisation
OrganizationsApidelete_siteDELETE /core/sites/{uri}Delete a site
OrganizationsApiget_all_facilitiesGET /core/facilities/all_facilitiesGet all facilities
OrganizationsApiget_facilities_by_uriGET /core/facilities/by_urisGet facilities by their URIs
OrganizationsApiget_facilities_with_geometryGET /core/facilities/with_locationGet only a list of facilities with a position (address/spatial coordinates
OrganizationsApiget_facilityGET /core/facilities/{uri}Get a facility
OrganizationsApiget_organizationGET /core/organisations/{uri}Get an organisation
OrganizationsApiget_siteGET /core/sites/{uri}Get a site
OrganizationsApiget_sites_by_uriGET /core/sites/by_urisGet a list of sites
OrganizationsApiget_sites_with_locationGET /core/sites/with_locationGet only the list of sites with a location
OrganizationsApiminimal_search_facilitiesGET /core/facilities/minimal_searchSearch facilities returning minimal embedded information for better performance
OrganizationsApisearch_facilitiesGET /core/facilitiesSearch facilities
OrganizationsApisearch_facilities_by_urisPOST /core/facilities/by_urisGet facilities by their URIs
OrganizationsApisearch_organizationsGET /core/organisationsSearch organisations
OrganizationsApisearch_sitesGET /core/sitesSearch all sites
OrganizationsApiupdate_facilityPUT /core/facilitiesUpdate a facility
OrganizationsApiupdate_organizationPUT /core/organisationsUpdate an organisation
OrganizationsApiupdate_sitePUT /core/sitesUpdate a site
PositionsApicount_movesGET /core/positions/countCount moves
PositionsApiget_positionGET /core/positions/{uri}Get the position of an object
PositionsApisearch_geospatialized_positionPOST /core/positions/geospatializedPositionSearch the last geospatialized position of a target for an experiment
PositionsApisearch_position_historyGET /core/positions/historySearch history of position of an object
ProjectsApicreate_projectPOST /core/projectsAdd a project
ProjectsApidelete_projectDELETE /core/projects/{uri}Delete a project
ProjectsApiget_projectGET /core/projects/{uri}Get a project
ProjectsApiget_projects_by_uriGET /core/projects/by_urisGet projects by their URIs
ProjectsApisearch_projectsGET /core/projectsSearch projects
ProjectsApisearch_projects_by_urisPOST /core/projects/by_urisGet projects by their URIs
ProjectsApiupdate_projectPUT /core/projectsUpdate a project
ScientificObjectsApicount_scientific_objectsGET /core/scientific_objects/countCount scientific objects
ScientificObjectsApicreate_scientific_objectPOST /core/scientific_objectsCreate a scientific object for the given experiment
ScientificObjectsApidelete_scientific_objectDELETE /core/scientific_objects/{uri}Delete a scientific object
ScientificObjectsApiexport_csvPOST /core/scientific_objects/exportExport a given list of scientific object URIs to csv data file
ScientificObjectsApiexport_geospatial2POST /core/scientific_objects/export_geospatialExport a given list of scientific object URIs to shapefile or geojson
ScientificObjectsApiget_scientific_object_data_files_provenancesGET /core/scientific_objects/{uri}/datafiles/provenancesGet provenances of datafiles linked to this scientific object
ScientificObjectsApiget_scientific_object_data_provenancesGET /core/scientific_objects/{uri}/data/provenancesGet provenances of data that have been measured on this scientific object
ScientificObjectsApiget_scientific_object_detailGET /core/scientific_objects/{uri}Get scientific object detail
ScientificObjectsApiget_scientific_object_detail_by_experimentsGET /core/scientific_objects/{uri}/experimentsGet scientific object detail for each experiments, a null value for experiment in response means a properties defined outside of any experiment (shared object).
ScientificObjectsApiget_scientific_object_variablesGET /core/scientific_objects/{uri}/variablesGet variables measured on this scientific object
ScientificObjectsApiget_scientific_objects_childrenGET /core/scientific_objects/childrenGet list of scientific object children
ScientificObjectsApiget_used_typesGET /core/scientific_objects/used_typesget used scientific object types
ScientificObjectsApiimport_csv1POST /core/scientific_objects/importImport a CSV file for the given experiment URI and scientific object type.
ScientificObjectsApisearch_scientific_objectsGET /core/scientific_objectsSearch list of scientific objects
ScientificObjectsApisearch_scientific_objects_list_by_urisPOST /core/scientific_objects/by_urisGet scientific objet list of a given experiment URI
ScientificObjectsApisearch_scientific_objects_with_geometry_list_by_urisGET /core/scientific_objects/geometryGet scientific objet list with geometry of a given experiment URI
ScientificObjectsApiupdate_scientific_objectPUT /core/scientific_objectsUpdate a scientific object for the given experiment
ScientificObjectsApivalidate_csv3POST /core/scientific_objects/import_validationValidate a CSV file for the given experiment URI and scientific object type.
SecurityApiadd_favoritePOST /security/accounts/favoritesAdd a favorite
SecurityApiadd_favorite1POST /security/users/favoritesAdd a favorite
SecurityApicreate_accountPOST /security/accountsAdd an account
SecurityApicreate_groupPOST /security/groupsAdd a group
SecurityApicreate_personPOST /security/personsAdd a person
SecurityApicreate_profilePOST /security/profilesAdd a profile
SecurityApicreate_userPOST /security/usersAdd a user
SecurityApidelete_accountDELETE /security/accounts/{accountURI}Delete an account
SecurityApidelete_favoriteDELETE /security/accounts/favorites/{uriFavorite}Delete a favorite
SecurityApidelete_favorite1DELETE /security/users/favorites/{uriFavorite}Delete a favorite
SecurityApidelete_groupDELETE /security/groups/{uri}Delete a group
SecurityApidelete_profileDELETE /security/profiles/{uri}Delete a profile
SecurityApiget_accountGET /security/accounts/{uri}Get an account
SecurityApiget_accounts_by_uriGET /security/accounts/by_urisGet accounts by their URIs
SecurityApiget_all_profilesGET /security/profiles/allGet all profiles
SecurityApiget_favoritesGET /security/accounts/favoritesGet list of favorites for a user
SecurityApiget_favorites1GET /security/users/favoritesGet list of favorites for a user
SecurityApiget_gdpr_fileGET /security/persons/GDPRGet RGPD PDF
SecurityApiget_groupGET /security/groups/{uri}Get a group
SecurityApiget_groups_by_uriGET /security/groups/by_urisGet groups by their URIs
SecurityApiget_orcid_recordGET /security/persons/orcid_recordGet infos from an ORCID
SecurityApiget_personGET /security/persons/{uri}Get a Person
SecurityApiget_persons_by_uriGET /security/persons/by_urisGet persons by their URIs
SecurityApiget_profileGET /security/profiles/{uri}Get a profile
SecurityApiget_userGET /security/users/{uri}Get a user
SecurityApiget_user_groupsGET /security/accounts/{uri}/groupsGet groups of a user
SecurityApiget_user_groups1GET /security/users/{uri}/groupsGet groups of a user
SecurityApiget_users_by_uriGET /security/users/by_urisGet users by their URIs
SecurityApisearch_accountsGET /security/accountsSearch accounts
SecurityApisearch_accounts_by_urisPOST /security/accounts/by_urisGet accounts by their URIs
SecurityApisearch_groupsGET /security/groupsSearch groups
SecurityApisearch_groups_by_urisPOST /security/groups/by_urisGet groups by their URIs
SecurityApisearch_personsGET /security/personsSearch persons
SecurityApisearch_persons_by_urisPOST /security/persons/by_urisGet persons by their URIs
SecurityApisearch_profilesGET /security/profilesSearch profiles
SecurityApisearch_usersGET /security/usersSearch users
SecurityApiupdate_accountPUT /security/accountsUpdate an account
SecurityApiupdate_groupPUT /security/groupsUpdate a group
SecurityApiupdate_personPUT /security/personsUpdate a person
SecurityApiupdate_profilePUT /security/profilesUpdate a profile
SecurityApiupdate_userPUT /security/usersUpdate a user
SpeciesApiget_all_speciesGET /core/speciesget species (no pagination)
StapleAPIApiexport_ontology_fileGET /staple/ontology_fileExport ontology file for Staple API as turtle syntax
StapleAPIApiget_resource_graphsGET /staple/resource_graphGet all graphs associated with resources
SystemApiget_version_infoGET /core/system/infoget system information
UriSearchApisearch_by_uriGET /core/uri_search/{uri}Get a list of objects that match the passed URI
VariablesApiclassic_export_variable_by_urisPOST /core/variables/export_classic_by_urisexport variable by list of uris
VariablesApicopy_from_shared_resource_instancePOST /core/variables/copy_from_shared_resource_instanceCopy the selected variables from the shared resource instance
VariablesApicreate_characteristicPOST /core/characteristicsAdd a characteristic
VariablesApicreate_entityPOST /core/entitiesAdd an entity
VariablesApicreate_interest_entityPOST /core/entities_of_interestAdd an entity of interest
VariablesApicreate_methodPOST /core/methodsAdd a method
VariablesApicreate_unitPOST /core/unitsAdd an unit
VariablesApicreate_variablePOST /core/variablesAdd a variable
VariablesApicreate_variables_groupPOST /core/variables_groupAdd a variables group
VariablesApidelete_characteristicDELETE /core/characteristics/{uri}Delete a characteristic
VariablesApidelete_entityDELETE /core/entities/{uri}Delete an entity
VariablesApidelete_interest_entityDELETE /core/entities_of_interest/{uri}Delete an entity of interest
VariablesApidelete_methodDELETE /core/methods/{uri}Delete a method
VariablesApidelete_unitDELETE /core/units/{uri}Delete an unit
VariablesApidelete_variableDELETE /core/variables/{uri}Delete a variable
VariablesApidelete_variables_groupDELETE /core/variables_group/{uri}Delete a variables group
VariablesApidetails_export_variable_by_urisPOST /core/variables/export_details_by_urisexport detailed variable by list of uris
VariablesApiget_characteristicGET /core/characteristics/{uri}Get a characteristic
VariablesApiget_characteristics_by_urisGET /core/characteristics/by_urisGet detailed characteristics by uris
VariablesApiget_datatypesGET /core/variables/datatypesGet variables datatypes
VariablesApiget_entities_by_urisGET /core/entities/by_urisGet detailed entities by uris
VariablesApiget_entityGET /core/entities/{uri}Get an entity
VariablesApiget_interest_entities_by_urisGET /core/entities_of_interest/by_urisGet detailed entities of interest by uris
VariablesApiget_interest_entityGET /core/entities_of_interest/{uri}Get an entity of interest
VariablesApiget_methodGET /core/methods/{uri}Get a method
VariablesApiget_methods_by_urisGET /core/methods/by_urisGet detailed methods by uris
VariablesApiget_unitGET /core/units/{uri}Get an unit
VariablesApiget_units_by_urisGET /core/units/by_urisGet detailed units by uris
VariablesApiget_variableGET /core/variables/{uri}Get a variable
VariablesApiget_variables_by_urisGET /core/variables/by_urisGet detailed variables by uris
VariablesApiget_variables_groupGET /core/variables_group/{uri}Get a variables group
VariablesApiget_variables_group_by_urisGET /core/variables_group/by_urisGet variables groups by their URIs
VariablesApisearch_characteristicsGET /core/characteristicsSearch characteristics by name
VariablesApisearch_characteristics_by_urisPOST /core/characteristics/by_urisGet detailed characteristics by uris
VariablesApisearch_entitiesGET /core/entitiesSearch entities by name
VariablesApisearch_entities_by_urisPOST /core/entities/by_urisGet detailed entities by uris
VariablesApisearch_interest_entities_by_urisPOST /core/entities_of_interest/by_urisGet detailed entities of interest by uris
VariablesApisearch_interest_entityGET /core/entities_of_interestSearch entities of interest by name
VariablesApisearch_methodsGET /core/methodsSearch methods by name
VariablesApisearch_methods_by_urisPOST /core/methods/by_urisGet detailed methods by uris
VariablesApisearch_unitsGET /core/unitsSearch units by name
VariablesApisearch_units_by_urisPOST /core/units/by_urisGet detailed units by uris
VariablesApisearch_variablesGET /core/variablesSearch variables
VariablesApisearch_variables_by_urisPOST /core/variables/by_urisGet detailed variables by uris
VariablesApisearch_variables_detailsGET /core/variables/detailsSearch detailed variables by name, long name, entity, characteristic, method or unit name
VariablesApisearch_variables_group_by_urisPOST /core/variables_group/by_urisGet variables groups by their URIs
VariablesApisearch_variables_groupsGET /core/variables_groupSearch variables groups
VariablesApiupdate_characteristicPUT /core/characteristicsUpdate a characteristic
VariablesApiupdate_entityPUT /core/entitiesUpdate an entity
VariablesApiupdate_interest_entityPUT /core/entities_of_interestUpdate an entity of interest
VariablesApiupdate_methodPUT /core/methodsUpdate a method
VariablesApiupdate_unitPUT /core/unitsUpdate an unit
VariablesApiupdate_variablePUT /core/variablesUpdate a variable
VariablesApiupdate_variables_groupPUT /core/variables_groupUpdate a variables group
VueJsApiget_configGET /vuejs/configReturn the current configuration
VueJsApiget_extensionGET /vuejs/extension/js/{module}.jsReturn the front Vue JS extension file to include
VueJsApiget_extension_styleGET /vuejs/extension/css/{module}.cssReturn the front Vue JS extension css file to include
VueJsApiget_theme_configGET /vuejs/theme/{moduleId}/{themeId}/configReturn the front Vue JS theme configuration
VueJsApiget_theme_cssGET /vuejs/theme/{moduleId}/{themeId}/style.cssReturn the theme css file
VueJsApiget_theme_resourceGET /vuejs/theme/{moduleId}/{themeId}/resourceReturn the theme requested resource
VueJsApiget_user_configGET /vuejs/user_configReturn the user-specific configuration
VueJsOntologyExtensionApicreate_rdf_typePOST /vuejs/owl_extension/rdf_typeCreate a custom class
VueJsOntologyExtensionApidelete_rdf_typeDELETE /vuejs/owl_extension/rdf_type/{uri}Delete a RDF type
VueJsOntologyExtensionApiget_data_types1GET /vuejs/owl_extension/data_typesReturn literal datatypes definition
VueJsOntologyExtensionApiget_object_typesGET /vuejs/owl_extension/object_typesReturn object types definition
VueJsOntologyExtensionApiget_rdf_type1GET /vuejs/owl_extension/rdf_typeReturn rdf type model definition with properties
VueJsOntologyExtensionApiget_rdf_type_propertiesGET /vuejs/owl_extension/rdf_type_propertiesReturn class model properties definitions
VueJsOntologyExtensionApiget_rdf_types_parametersGET /vuejs/owl_extension/rdf_types_parametersReturn RDF types parameters for Vue.js application
VueJsOntologyExtensionApiset_rdf_type_properties_orderPUT /vuejs/owl_extension/properties_orderDefine properties order
VueJsOntologyExtensionApiupdate_rdf_typePUT /vuejs/owl_extension/rdf_typeUpdate a custom class

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages