Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The publicationFacet resource provides details on the published status of a driveItemVersion or driveItem resource.
JSON representation
{
"level": "published | checkout",
"versionId": "string"
}
Properties
Property | Type | Description |
---|---|---|
level | String | The state of publication for this document. Either published or checkout . Read-only. |
versionId | String | The unique identifier for the version that is visible to the current caller. Read-only. |