View all References of a Linked Object

get

/api/restapi/entityReference/linkedObjectReferences

Send a request to this endpoint to view all the linked references by a given object type.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation. Returns objects of the requested object type that are linked to the specified record. Supported response types are Activity, Work Manager Task, Program Risk, Project Risk, and Project.
Body ()
Root Schema : List<Object>
Type: array
Title: List<Object>
Show Source
Nested Schema : items
Type: object

204 Response

Successful operation with no content.

404 Response

The requested reference does not exist, or you do not have access to it.
Back to Top