Check out status

/objects/(type)/(objectid)/(version)/checkedout

Resource representing the check out state of the object.

Methods

GET

Output: PrimitiveType<MFCheckOutStatus>
  Retrieves the current check out status.

PUT

Note that PUT and DELETE verbs may not be supported in IIS; it is recommended to route them via the POST verb and specify the _method querystring parameter, as detailed in the compatibility page.

Input: PrimitiveType<MFCheckOutStatus>
Output: ObjectVersion, HTTP 204
  Sets the check out status. This is allowed only when the object isn’t checked out to someone else, that is when the check out status isn’t CheckedOut.

See DELETE on /objects/(type)/(objectid)/(version) for undoing the check out.