ENUM

FileableType

The type of entity that owns this File.

link GraphQL Schema definition

  • enum FileableType {
  • # A customer account.
  • Account
  • # An ACH batch file.
  • AchBatch
  • # A geographical address.
  • Address
  • # An import of call data records (CDRs).
  • CallDataRecordImport
  • # An import of call detail records (CDRs).
  • CallDetailRecordImport
  • # A call log.
  • CallLog
  • # A company you do business as.
  • Company
  • # A deposit slip.
  • DepositSlip
  • # The localized content of an `EmailMessage`.
  • EmailMessageContent
  • # A generated FCC Form 477 report.
  • FccForm477Report
  • # The signature on a contract.
  • HandwrittenSignature
  • # An inventory item.
  • InventoryItem
  • # A type of item stored in inventory.
  • InventoryModel
  • # A PDF to attach to invoices.
  • InvoiceAttachment
  • # A job, typically in the field.
  • Job
  • # A mass email communication.
  • MassEmail
  • # A network site.
  • NetworkSite
  • # A single PDF containing multiple invoices for printing.
  • PrintedInvoiceBatch
  • # A purchase order for items from a third party vendor.
  • PurchaseOrder
  • # A backup of your Sonar instance's data.
  • SystemBackup
  • # types.test_read_only_file_model
  • TestReadOnlyFileModel
  • # A ticket.
  • Ticket
  • # A comment on a `Ticket`.
  • TicketComment
  • # A reply on a `Ticket`.
  • TicketReply
  • # A TowerCoverage submission.
  • TowercoverageSubmission
  • # A third party vendor of inventory models.
  • Vendor
  • # An import of voice provider rates.
  • VoiceProviderRateImport
  • }