Abstract class for REST webservices
Remove all orphaned links
media type | data type | description |
---|---|---|
application/json | object | JSON Response with information if links removing was successful or not |
Get orphaned links in current version.
media type | data type | description |
---|---|---|
application/json | object | JSON Response with the list of links.
Example of response:
{"list":[{"missing":"right","leftid":"5","rightid":"6","leftclassid":"14","rightclassid":"5"},{"missing":"right","leftid":"7","rightid":"7","leftclassid":"14","rightclassid":"5"},{"missing":"right","leftid":"66","rightid":"62","leftclassid":"11","rightclassid":"5"},{"missing":"right","leftid":"90","rightid":"1307","leftclassid":"11","rightclassid":"5"}]}
|