Retrieve document correctionCopy Pageget https://api.instellix.io/v2/documents/{documentIdent}/corrections/{correctionIdent}Retrieve a document correction by document ident and correction ident (the unique external reference from creation).Path ParamsdocumentIdentstringrequiredlength between 1 and 100The ident of the document (e.g. invoice) the correction belongs to. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.correctionIdentstringrequiredlength between 1 and 100The unique identifier of the correction specified by the creation request. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.Responses 200Standard response for successful HTTP requests. 4XXerror response for all http error codes in range 4XX 5XXerror response for all http error codes in range 5XXUpdated about 2 months ago