IngestionResponse

@Serializable
data class IngestionResponse(val permanentId: String? = null, val changingId: String? = null, val token: String? = null)

Response from the document ingestion process.

Constructors

Link copied to clipboard
constructor(permanentId: String? = null, changingId: String? = null, token: String? = null)

Properties

Link copied to clipboard

Version-specific identifier (file hash) that changes when the document is updated.

Link copied to clipboard

Unique permanent identifier for the document.

Link copied to clipboard

Optional new JWT with updated claims (only included for client API requests).