url
property in the file data response to retrieve the content of the uploaded file.
Parameter | Description |
---|---|
File ID | The required file’s ID. |
Include | Specify which optional data fields to include in the response. |
{
"id": 0,
"created_at": "string",
"updated_at": "string",
"fileable_id": 0,
"fileable_type": "string",
"name": "string",
"size": "string",
"type": "string",
"key": "string",
"url": "string",
"upload_user_id": 0,
"comments": "string",
"deleted_at": "string",
"storage_type": "NULL::character varying",
"embed_url": "string",
"thumb_url": "string",
"image_url": "string",
"user_agent": "NULL::character varying",
"creator_user_id": 0,
"local_folder_path": "string",
"status": "unverified",
"reviewed_by_user_id": 0,
"reviewed_date": "string",
"amended_by_user_id": 0,
"amended_date": "string",
"scope": "string",
"external_integration_id": "string"
}
Was this page helpful?