Determine whether the specified repository item exists

head/repository/items/{itemId}
Internal-Use Only

Checks whether the specified repository item exists. Authorization: Requires read permission.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
itemId
string
true

The unique identifier for the repository item.

Examples:
"d6eefec9-dcc2-4574-8af8-69897038d9c5"

Responses

StatusMeaningDescription
200OKOK - the repository item exists.
404Not FoundNot found - the repository item could not be found.