Basecamp · Schema

Recording

A generic recording object representing any Basecamp content resource such as a message, to-do, document, comment, or upload.

CollaborationProject ManagementRESTSaaSTeam Communication

Properties

Name Type Description
id integer Recording ID
status string Recording status
visible_to_clients boolean Whether this recording is visible to client users
created_at string Timestamp when the recording was created
updated_at string Timestamp when the recording was last updated
title string Title or summary of the recording
inherits_status boolean Whether this recording inherits its status from a parent
type string Recording type (e.g., Message, Todo, Document)
url string API URL for this recording
app_url string Web URL for this recording
bucket object
creator object
View JSON Schema on GitHub