Skip to main content

Get DocumentManifest

Get a single DocumentManifest by ID.

Query

query GetDocumentManifest($id: ID!) {
documentmanifest(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a DocumentManifest resource.