GET   selfservicepresets/{presetName}

Check the existence of a preset by its name

URL Parameters

NameDescription
presetName

Name of the preset

Response body model example and description

{
  "presetexists": true,
  "testinstanceid": 23541,
  "exception": "An exception was encountered during execution: {exception details...}"
}
Name Type Description
presetexists Boolean

Whether any preset exists by this name for the customer that the authenticated user belongs to

testinstanceid Integer

The test instance ID that the preset is linked to

exception String

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

;