The WS can be execute only by super users.
/service/alltemplates
Implement only GET HTTP method
If the user is not a super user it returns status code 401.
The result is grouped by usernames.
Example:
{
"templates": {
"[email protected]": {
"All_Proteins_In_Organism_To_Publications": {},
"Chromosomes": {},
"Gene_Protein": {}
},
"[email protected]": {},
"[email protected]": {},
"[email protected]": {
"t1": {},
"t2": {}
}
},
"executionTime": "2022.04.11 17:00::54",
"wasSuccessful": true,
"error": null,
"statusCode": 200
}
The WS can be execute only by super users.
/service/alltemplatesImplement only GET HTTP method
If the user is not a super user it returns status code 401.
The result is grouped by usernames.
Example:
{
"templates": {
"[email protected]": {
"All_Proteins_In_Organism_To_Publications": {},
"Chromosomes": {},
"Gene_Protein": {}
},
"[email protected]": {},
"[email protected]": {},
"[email protected]": {
"t1": {},
"t2": {}
}
},
"executionTime": "2022.04.11 17:00::54",
"wasSuccessful": true,
"error": null,
"statusCode": 200
}