Hi DocuWare Team,
I have a scenario, where I need to retrieve fields from a particular document. The EndPointis "{{ServerUrl}}/{{Platform}}/FileCabinets/{{FileCabinetId}}/Documents/{{DocumentId}}/Field/ and it return a list of fields of my document, but I would like to go even further, and specify a particular field.
For Example: for the response below I would like to retrieve only the fields where the FieldName is equal to the 'DWDOCID', 'ORDER_NUMBER', and 'BANK_ACCOUNT', and not all fields.
Is it possible to be achieved it? is there any Endpoint that allows to specify the field name?