Get a single file entry by ID.
This endpoint is in beta. We will aim to avoid breaking changes, but small updates may be made as we roll out to more users.
Required scopes: file:read, object_configuration:read, record_permission:read.
643 matches
49 actions
Attio
49 actions
CRM/Attio
Get a single file entry by ID.
This endpoint is in beta. We will aim to avoid breaking changes, but small updates may be made as we roll out to more users.
Required scopes: file:read, object_configuration:read, record_permission:read.
{
"type": "object",
"properties": {
"file_id": {
"type": "string",
"format": "uuid",
"description": "A UUID which identifies the file entry."
}
},
"required": [
"file_id"
],
"additionalProperties": false
}{
"type": "object",
"description": "Success",
"required": [
"data"
],
"properties": {
"data": {
"type": "object"
}
}
}