Detailed differences of graph nodes

Get detailed differences of graph nodes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Session id of Coh-DAL layer (not to be confused with API session id)

Body Params

Request parameters containing input graph nodes, and additional parameters to control the details of diff in response.

Request parameters for getting differences of graph nodes.

int32

Max number of graph nodes in response.

boolean | null

If set true, relation diffs are returned along with node diff. Default is false.

diffTypes
array of strings | null, unique

Specifies an optional mask to filter only certain kinds of diffs. Supported diff types - Added/Modified/Deleted/Unmodified

nodeFilter
object | null

Filter params for controlling the diff details (ie. how much details) of input nodes.

nodeIds
array of strings
required

List of graph node ids for which differences are being requested.

nodeIds*
string
required

Node type of all the input nodes

string | null

Cookie for getting next set of node differences. This is the value returned in previous API call if partial diff details were returned.

relationFilter
object | null

Filter params for returning diff of related graph nodes (i.e. what types of relations and related nodes to be returned).

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json