Web Service Method: Request Outdated Documents
Abstract
Web Service Method: Request Outdated Documents
Description |
---|
Returns a list of outdated documents. |
URL: /GraphSearch/api/content/synchronize
Request
Supported Methods |
---|
GET |
application/x-www-form-urlencoded
Parameter | Description | Type | Required |
---|---|---|---|
searchSpaceId | String | string | false |
lastUpdate | Enter a date that you want to be the start for a search result list. Allowed format: yyyy-MM-dd HH:mm:ss. | string | true |
Response
application/json
SynchronizationUpdate
Attribute | Type | Required | Comment |
---|---|---|---|
currentSyncDate | String | false | Current synchronization date |
documentIds | Array of String | false | Documents to update |
Example Response
{ "currentSyncDate" : "some currentSyncDate", "documentIds" : [ "some documentIds", "some documentIds", "some documentIds" ] }