GET   selfservicefiles?selfServiceFileName={selfServiceFileName}

Check the existence of a self service file by name

URL Parameters

NameDescription
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...}"
}
Name Type Description
fileexists Boolean

Whether a file exists in the file repository of the authenticated customer

exception String

Any exception that arose during the function call. In case no exception was thrown this will be an empty string.

;