View all References of a File

get

/api/restapi/document/file/{id}/references

Send a request to this endpoint to view all references of a file with file ID given as a {id} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityReference>
Type: array
Title: List<ApiEntityReference>
Show Source
Nested Schema : ApiEntityReference
Type: object
Title: ApiEntityReference
Show Source
  • Maximum Length: 60
    The code of the object the file is linked to.
  • Maximum Length: 0
    The system-generated identifier of a document.
  • Maximum Length: 255
    The name of the object the file is linked to.
  • The system-generated identifier of the object the file is linked to.
  • The system-generated identifier of an object reference.
  • Allowed Values: [ "project", "pbs", "wbs", "activity", "workPackage", "scopeItem", "scopeItemAssignment", "workflowInstance", "formInstance", "contract", "commitment", "changeOrder", "potentialChangeOrder", "potentialChangeOrderProposal", "paymentApplication", "submittals", "rfi", "changeEvents", "fund", "portfolioFund", "customLogItem", "risk", "programRisk", "constraint", "customLogItemProgram", "programFund", "workManagerTask" ]
    The object name the file is linked to.
  • Read Only: true
    Date when the record was last updated.

204 Response

Successful operation with no content.

404 Response

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