Create document group
POST {{url}}/documentgroup
Creates a document group from a list of document ids
All documents:
Must be owned by the person creating the document group. Cannot be templates. Cannot already be a part of another document group (delete document group first to add them). At least one of the documents must have fields.
Request Body
{"document_ids"=>["{{document_id}}", "{{document_id_1}}"], "group_name"=>"Document Group test"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |