Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 926 Bytes

EzsigntemplatedocumentGetWordsPositionsV1Request.md

File metadata and controls

25 lines (13 loc) · 926 Bytes

EzsigntemplatedocumentGetWordsPositionsV1Request

Request for POST /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getWordsPositions

Properties

Name Type Description Notes
eGet EGetEnum Specify if you want to retrieve All words or specific Words from the document. If you specify Words, you must send the list of words to search for in a_sWord.
bWordCaseSensitive Boolean IF true, words will be searched case-sensitive and results will be returned case-sensitive. IF false, words will be searched case-insensitive and results will be returned case-insensitive.
aSWord List<String> Array of words to find in the document [optional]

Enum: EGetEnum

Name Value
ALL "All"
WORDS "Words"