documentExportJson¶
Supported, no replacement yet
This endpoint remains fully supported. No replacement exists in the new API yet, and no action is needed. When a replacement ships you will get 12 months' notice, and this site will be updated.
Reference¶
/rest/docs/export/{period-in-hours}
available response representations:
GET
Get documents that have been added/modified in the period specified.available response representations:
- 200 - application/json
{
"files" :
[
{ "fullname" : "J\Photo\myfile.jpg",
"ref" : "abc123",
"datesent" : "09-22-11",
"pagecount" : "1",
"type" : "jpg"
}
],
"result" : "success",
"result_msg" : ""
}See the Document API matrix for the full list of endpoints in this category.