List Edges on Object

This endpoint returns a paginated list of edges associated with an object, which is specified by ID. The endpoint lists all incoming and outgoing edges (i.e. all edges where the provided object is a source or target).

Path Params
uuid
required
Query Params
string | null

A cursor value after which the returned list will start

string | null

A cursor value before which the returned list will end

string | null

The maximum number of results to be returned per page

string | null

A filter clause to use in the pagination query

string | null

A comma-delimited list of field names to sort the returned results by - the last field name must be 'id'

string | null

The order in which results should be sorted (ascending or descending)

string | null

The version of the API to be called

string | null

The object ID to list edges on

Responses

400

Bad Request

403

Forbidden

404

Not Found

500

Internal Server Error

Language
Choose an example:
application/json