• Stapling documents in a workflow

    We need to staple documents in a workflow and we had thought of using the web service with endpoint "/FileCabinets/{{DocumentTrayId}}/Operations/ContentMerge" that can be used to staple/unstaple/clip/unclip.
    This endpoint has existed since at least 2021, but it is not available among those displayed by the standard Docuware web service in the workflow. Tested on 7.9 on-premise and 7.10 cloud.
    Why is it not available in the dropdown?

    In the end, to clip we use the endpoint "/FileCabinets/{{FileCabinetId}}/Operations/ProcessDocumentAction" with parameter DocumentAction = Append

    Is there a way to staple documents in a workflow? (without Stapleware)

    Thanks in advance
  • Migrate annotations from on-premise to cloud

    Is it possible to migrate annotations (including stamps) from an on-premise configuration to the cloud?
    And by the way, keep the document creation dates.

    I am using Rest API to migrate the documentation, and there is a GET request to know the stamps that can be applied in a cabnet, and POST requests to add annotations and stamps to a document, but I don't see a way to recover the annotations that a document has.

    .NET? database access?