Jump to content

Tim

Members
  • Posts

    5
  • Joined

  • Last visited

Tim's Achievements

  1. I know how POST works. I'm asking about the API reference document for this product. I'll try to figure this out on my own.
  2. No worries Team. Just wanting the API reference doc that specifies exactly how it works in plain terms not microsoft specific. The powershell examples don't show this.
  3. One quick follow-up. Since this is not an API reference doc, but example based in powershell, can you help translate this to a curl request or just put the reference doc here? Thx! Would something like this work assuming variables are complete? Is content type mutlipart/form-data required? If so, what should the field name be for the uploaded document? Normally multipart data has a name and value like with curl this would be --form <name=content> URI=https://$PW_HOST/$ENDPOINT/$DOCID?DocumentName=$DOC_NAME&DocumentDescription=$DOC_DESCRIPTION curl -s -H "APIKey: $APIKEY" --data "$PWDOC" $URI
  4. Ah, thanks team. I was looking for it on the product website.
  5. Hi All. I see this nice page declaring availability of an API but I can't find any reference page showing me what the calls are or how to use it. https://www.clickstudios.com.au/about/application-programming-interface.aspx I'm not on the Windows platform. Is there a reference, guide, or anything else I can use to fetch and update a password document? Thanks!
×
×
  • Create New...