URI | Parameter | Accept Types | Result | Status Codes |
/relative-reasoning | params=true | text/html | List of all relative-reasonings of all packages that the user has permission to read. | 200 - OK |
modelType | application/json | If params=true is present a list of available params will be returned as json. | 500 - Internal Server Error |
modelFilter | text/plain | |
optional parameter “delimiter” for text/csv only, default value: “,” | text/csv |
/package/<id>/relative-reasoning | params=true | text/html | List of all relative-reasonings of the package given by the URI. | 200 - OK |
modelType | application/json | If params=true is present a list of available params will be returned as json. | 401 - Unauthorized |
modelFilter | text/plain | 500 - Internal Server Error |
optional parameter “delimiter” for text/csv only, default value: “,” | text/csv |
/package/<id>/relative-reasoning/<id> | info=<infotype> (*) | text/html | The relative-reasoning identified by the URI. | 200 - OK |
status | application/json | 401 - Unauthorized |
optional parameter “delimiter” for text/csv only, default value: “,” | text/plain | 404 - Not Found |
text/csv | 500 - Internal Server Error |