Determine whether the clinical job manifest exists at the specified location

head/manifests/{path}

Checks whether the specified clinical job manifest exists at the resource location.

Authorization: REPOSITORY resource location - Requires READ permission.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
path
string
true

The file path in the user's workspace or repository

Query Parameters

NameTypeRequiredDescription
fileVersion
string
false

The version of the file. This applies only to files in the repository. A dash (-) represents an unversioned file. If no version is specified, the latest is returned.

resourceLocation
string
false

The resource location of the file. Valid values are WORKSPACE and REPOSITORY. The default is WORKSPACE.

Responses

StatusMeaningDescription
200OK

OK - the clinical job manifest exists.

404Not Found

Not found - the specified clinical job manifest could not be found.