Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 487 Bytes

batch_index_fields_update.md

File metadata and controls

15 lines (12 loc) · 487 Bytes

General

Request Supported
Batch Update Index Fields By Id
Batch Update Index Fields By Search
Batch Append/Update Keyword Fields By Id

Not Currently Supported

Get Fields

use CodebarAg\DocuWare\Requests\Fields\GetFieldsRequest;

$fields = $connector->send(new GetFieldsRequest($fileCabinetId))->dto();