GET selfservicefiles?selfServiceFileName={selfServiceFileName}
Check the existence of a self service file by name
URL Parameters
| Name | Description |
|---|---|
| selfServiceFileName | The name of the self service file, e.g. myfile.class |
Response body model example and description
{
"fileexists": true,
"exception": "An exception was encountered during execution: {exception details...}"
}