Determine whether the clinical job manifest with the specified identifier and version (if specified) exists

head/repository/manifests/{itemId}

Checks whether the clinical job manifest exists with the specified identifier and version (if specified). location.

Authorization: Requires READ permission.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
itemId
string
true

The unique identifier for the repository clinical job.

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.

Responses

StatusMeaningDescription
200OK

OK - the clinical job manifest exists.

404Not Found

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