Get-FileReference
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-FileReference
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Retrieves an existing file reference.
Get-FileReference
-Id
Returns a file reference object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | String | Yes | The file reference id. |
Examples
Get an existing file reference
This example retrieves a specific file reference and outputs it as JSON.
# TODO