-
RE: CheckInFromFileSystem complete example
I finally did.
It seems that I forgot to set the Content-type of the JSON part.
-
RE: CheckInFromFileSystem complete example
-
RE: CheckInFromFileSystem complete example
The Postman collection refers to some files that are not available:
-
CheckInFromFileSystem complete example
Hi.
I would like to see a fully working CheckInFromFileSystem example in REST API.
I am using Spring Boot with a RestTemplate. I convert CheckInActionParameters to JSON but I haven't been successfull. I have tried to conver to XML with any luck either.
This is the JSON I send:{"$type":"CheckInParameters","DocumentVersion":{"Major":1,"Minor":10},"Comments":"New Version","CheckInReturnDocument":"CheckedIn"}
This is the response I get:The checkInModel field is required.
Thank you in advance.
-
URL Integration: Set the Viewer window/iframe name when using Basket option
Hi.
I am doing some URL integration tests. I create the URL for the Basket option (p=B). As documentation shows, if I use the tw option (tw=visor) to set the target window/iframe, when storing a file the Viewer should open in that window/iframe but it always opens in a new window.
I would like to use this way:
NAVIGATOR WINDOW
--------------------------------
[BASKET IFRAME] | [VIEWER IFRAME]
This is the HTML snippet:<iframe src='url-integration' height='600' width='700'></iframe> <iframe id='visor' name='visor' height='600' width='500'></iframe>
-
RE: Create new user via REST API not working
Thank you very much.
I tried to use PUT and some other HTTP methods just in case.
With the Content-Type option works ok.
-
Create new user via REST API not working
I try to create a new user by REST API as documented but I get an error.
This is an example:
POST https://MYCOMPANY.docuware.cloud/DocuWare/Platform/Organization/UserInfo
{
"Name": "Demo",
"DbName": "DEMO",
"Email": "demo@mycompany.com",
"NetworkId": "",
"Password": "mysecretpw"
}
Response:
{
"Message": "'' is not valid user id",
"Exception": "InvalidGuidException: '' is not valid user id",
"Uri": "http://MYCOMPANY.docuware.cloud/DocuWare/Platform/Organization/UserInfo",
"Method": "POST",
"StatusCode": 422,
"Status": "Unprocessable Entity",
"InternalCode": 0
}
I would like to know what I am doing wrong.
Thank you in advance.
-
RE: Send Table index data to REST web service in a workflow
<p>Thank you for your response.</p> -
RE: Send Table index data to REST web service in a workflow
<p><p>The first screenshot is lost.</p></p> -
Send Table index data to REST web service in a workflow
I would like to know if it is possible to send all table index data in the JSON structure of the REST call of a web service.<br> <br> I mean:<br> <br> <img><br> <br> I know we can access that information through DocuWare API but that will require a DocuWare user.<br>