Skip to main content

Web Service Method: Retrieve Similar Documents (json request)

Abstract

Web Service Method: Retrieve Similar Documents (json request)

Description

Retrieve documents that are similar to document specified in request.

URL: /GraphSearch/api/similar

Request

Supported Methods

POST

Content-Type

application/json

JSON Object for Request

Attribute Name

Type

Compulsory Field

Comment

searchSpaceId

String

(tick)

Identifier of the target SearchSpace

id

URL

(tick)

URL / ID of the document

count

Number

Maximum number of documents to retrieve.

Use case: pagination

start

Number

Start index of returned document list.

Use case: pagination

Response

This method returns execution results in JSON format.