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
-
id(required): integer(int64)
The system-generated identifier of a file.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityReference>
Type:
arrayTitle:
Show Source
List<ApiEntityReference>-
Array of:
object ApiEntityReference
Title:
ApiEntityReference
Nested Schema : ApiEntityReference
Type:
objectTitle:
Show Source
ApiEntityReference-
code: string
Maximum Length:
60The code of the object the file is linked to. -
documentId: string
Maximum Length:
0The system-generated identifier of a document. -
link: string
(url)
Read Only:
trueThe self-link to the object. This field is populated only in the responses generated by the batch create APIs. -
name: string
Maximum Length:
255The name of the object the file is linked to. -
objectId: integer
(int64)
The system-generated identifier of the object the file is linked to.
-
referenceId: integer
(int64)
The system-generated identifier of an object reference.
-
scope: string
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. -
updateDate: string
(date-time)
Read Only:
trueDate 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.