# Here is a curl example
curl \
X GET -H "Authorization:{token}" http://localhost:8888/api/File/ExportRelatedFiles
?record_id=111111&object_id=111
To export all related files, you need to make a GET call to the following
url :
http://localhost:8888/api/File/ExportRelatedFiles
Result example :
HttpResponseMessage
| Field | Parameter Type | Type | Description |
|---|---|---|---|
| record_id | query | long | Record Id. |
| object_id | query | long | Object Id. |
| Authorization | header | string | Add Authorization header token |