loginStart a logged in session, using an existing WikiPathways account. This function will return an authentication code that can be used to excecute methods that need authentication (e.g. updatePathway).
643 matches
27 actions
WikiPathways Webservices
27 actions
- get_findInteractionsGETv1.0.0
- get_findPathwaysByLiteratureGETv1.0.0
- get_findPathwaysByTextGETv1.0.0
- get_findPathwaysByXrefGETv1.0.0
- get_getColoredPathwayGETv1.0.0
- get_getCurationTagHistoryGETv1.0.0
- get_getCurationTagsGETv1.0.0
- get_getCurationTagsByNameGETv1.0.0
- get_getOntologyTermsByPathwayGETv1.0.0
- get_getPathwayGETv1.0.0
- get_getPathwayAsGETv1.0.0
- get_getPathwayHistoryGETv1.0.0
- get_getPathwayInfoGETv1.0.0
- get_getPathwaysByOntologyTermGETv1.0.0
- get_getPathwaysByParentOntologyTermGETv1.0.0
- get_getRecentChangesGETv1.0.0
- get_getUserByOrcidGETv1.0.0
- get_getXrefListGETv1.0.0
- get_listOrganismsGETv1.0.0
- get_listPathwaysGETv1.0.0
- get_loginGETv1.0.0
- get_removeCurationTagGETv1.0.0
- get_removeOntologyTagGETv1.0.0
- get_saveCurationTagGETv1.0.0
- get_saveOntologyTagGETv1.0.0
- get_updatePathwayGETv1.0.0
- post_createPathwayPOSTv1.0.0
Other/WikiPathways Webservices
get_login
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
{
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
"json",
"xml",
"html",
"dump",
"jpg",
"pdf"
]
},
"name": {
"type": "string"
},
"pass": {
"type": "string"
}
},
"required": [
"name",
"pass"
],
"additionalProperties": false
}Output
- 1
- 2
- 3
- 4
{
"type": "object",
"additionalProperties": true
}