Skip to content
Alessandro Gubitosi edited this page Oct 3, 2018 · 32 revisions

Following a complete list of the application routing:

activate_user

User activation link
Note: only admin can activate users

URI: https://www.cropontology.org/activate_user
Environment: web page
Type: GET

add-attribute

Add an attribute to a specific Ontology term

URI: https://www.cropontology.org/add-attribute
Environment: form
Type: POST

add-comment

Add a comment to an Ontology

URI: https://www.cropontology.org/add-comment
Environment: form
Type: POST

add-ontology

Add an Ontology

URI: https://www.cropontology.org/add-ontology
Environment: web page
Type: ``

add-parent

NOT AVAILABLE FOR THIS VERSION

URI: https://www.cropontology.org/add-parent
Environment:
Type: GET

admin

NOT AVAILABLE FOR THIS VERSION

URI: https://www.cropontology.org/admin
Environment: web page
Type: GET

agtrials

List all agronomic trials

URI: https://www.cropontology.org/agtrials
Environment: web page
Type: GET

api

List all API that allow to programmatically retrieve and interact with Ontology data

URI: https://www.cropontology.org/api
Environment: web page
Type: GET

attribute-redirect

Redirect to previous page with a message

URI: https://www.cropontology.org/attribute-redirect
Environment: feature
Type: GET
Usage: internal

attribute-upload-url

Generate an upload URL

URI: https://www.cropontology.org/attribute-upload-url
Environment: web page
Type: GET
Usage: internal

attribute-upload

Internal endpoint to upload Ontologies

URI: https://www.cropontology.org/attribute-upload
Environment: web page
Type: POST
Usage: internal

backup

List all collected data for a given "kind"

URI: https://www.cropontology.org/backup?kind= [ontology, term, etc...]
Environment: interactive JSON
Type: GET

create-term

Index a given jsonTerm in the Datastore

URI: https://www.cropontology.org/create-term
Environment: feature
Type: POST
Usage: internal

csv-download

Convert and prompt to download a given csvString

URI: https://www.cropontology.org/csv-download
Environment: web page
Type: POST

curruser-ontologies

Report all Ontologies related to the current user or to a given user_key.

URI: https://www.cropontology.org/curruser-ontologies
Environment: JSON
Type: GET