Skip to main content

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

Content-Type

application/x-www-form-urlencoded

HTTP Parameters

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

Content Type

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" ]
}