get /selection/{id}/syncsession/synthetic

Stability index

LOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.
DEPRECATED.
This API is deprecated and may be removed in a future version.

Path parameters

id (required)

Query parameters

filter (optional)
privileges (optional)

Return type

SyntheticRootEntity

Example data

Content-Type: application/json

{ "access" : [ "access", "access" ], "latestModifiedDate" : "2000-01-23T04:56:07.000+00:00", "children" : [ { "access" : [ "access", "access" ], "children" : [ null, null ], "schemaPath" : "schemaPath", "name" : "name", "type" : "type", "properties" : [ { "valueIsModified" : true, "schemaPath" : "schemaPath", "name" : "name", "valueIsDifferent" : true, "value" : "{}" }, { "valueIsModified" : true, "schemaPath" : "schemaPath", "name" : "name", "valueIsDifferent" : true, "value" : "{}" } ] }, { "access" : [ "access", "access" ], "children" : [ null, null ], "schemaPath" : "schemaPath", "name" : "name", "type" : "type", "properties" : [ { "valueIsModified" : true, "schemaPath" : "schemaPath", "name" : "name", "valueIsDifferent" : true, "value" : "{}" }, { "valueIsModified" : true, "schemaPath" : "schemaPath", "name" : "name", "valueIsDifferent" : true, "value" : "{}" } ] } ], "schemaPath" : "schemaPath", "name" : "name", "type" : "type", "properties" : [ { "valueIsModified" : true, "schemaPath" : "schemaPath", "name" : "name", "valueIsDifferent" : true, "value" : "{}" }, { "valueIsModified" : true, "schemaPath" : "schemaPath", "name" : "name", "valueIsDifferent" : true, "value" : "{}" } ] }

Responses

200
OK