Difference between revisions of "REST API:document Resource"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 11: Line 11:


;Response:
;Response:
If the URL references an image, or some other file type the browser knows how to handle, it is displayed. If it is a document, the browser initiates a download.
:* If the URL references an image, or some other file type the browser knows how to handle, it is displayed.
:* If it is a document, the browser initiates a download.
<noinclude>
<noinclude>


[[Category:REST API|document Resource]]
[[Category:REST API|document Resource]]
</noinclude>
</noinclude>

Revision as of 00:08, 11 February 2012

Access stored Documents using the REST API.

Learn more: REST API Conventions and Considerations.

Get a Document

Access a stored document.

Method
GET
URI
https://{domain}/networking/rest/document/{documentId}
Response
  • If the URL references an image, or some other file type the browser knows how to handle, it is displayed.
  • If it is a document, the browser initiates a download.