Difference between revisions of "REST API:document Resource"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Access stored | Access stored documents using the [[REST API]]. | ||
:''Learn more:'' REST API [[REST API#Conventions and Considerations|Conventions and Considerations]]. | :''Learn more:'' REST API [[REST API#Conventions and Considerations|Conventions and Considerations]]. | ||
Line 11: | Line 11: | ||
;Response: | ;Response: | ||
:* | :* Document content, as multi-part data. | ||
<noinclude> | <noinclude> | ||
[[Category:REST API|document Resource]] | [[Category:REST API|document Resource]] | ||
</noinclude> | </noinclude> |
Latest revision as of 20:56, 25 June 2013
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://{yourDomain}/networking/rest/document/{documentId}
- Response
-
- Document content, as multi-part data.