Hi all,
I am currently testing the Exstream API as described on the Appworks page (https://developer.opentext.com/webaccess/#url=/awd/resources/articles/17814739/developer+guide+opentext+exstream+api+v1&tab=501). I have managed to create a first flow for the document creation through retouch and I am now struggling to get the document released.
The documentation states the following with regards to releasing a document:
PUT /v1/documents/{documentId}?where_revision={revision}
I have applied this in my request, resulting in the following request:
http://localhost:2719/v1/documents/FB44E427-3E4C-D1E6-E682-C5E28154F6B6:62FE70E6-4162-EF48-8718-207B5925F70E?where_revision=-1'
The response of the server:
{ "status": "error", "message": "Missing URI template variable 'document_id' for method parameter of type String"}
It seems that there still something wrong with my request. Can anyone help me with this request? Is there anyone with experience in using the Exstream/CCE API in interactive contexts?
Many thanks for your feedback!