Beta
The stacked array of perspectives ids ordered chronologically to represent the state of documents at the given point in time. It can be used as the perspective param in the client to get the correct view of the documents.
["published"] | ["drafts"] | ["releaseId2", "releaseId1", "drafts"]
The releaseId as r<string>; it will be undefined if the selected perspective is published or drafts
r<string>
published
drafts
The stacked array of perspectives ids ordered chronologically to represent the state of documents at the given point in time. It can be used as the perspective param in the client to get the correct view of the documents.