Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. curl -X POST \
  2. http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/browser \
  3. -H 'authorization: Basic YWRtaW46a2VlbnNvZnQ=' \
  4. -H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' \
  5. -F cmisaction=query \
  6. -F 'statement=select alfcmis:nodeRef, cmis:name from sign:firmable'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement