DocumentsStatusResponseDto
data class DocumentsStatusResponseDto(val documents: List<DocumentStatusListItemDto>, val errors: List<DocumentStatusErrorItemDto>? = null)
Response schema for the documents/status endpoint
Parameters
documents
A list of document objects with their processing status indicated
errors
Optional property used to indicate and describe errors encountered while handling the request
Constructors
Link copied to clipboard
constructor(documents: List<DocumentStatusListItemDto>, errors: List<DocumentStatusErrorItemDto>? = null)