Get a company
Authorizations
Path Parameters
Response
Company response schema.
Tenant-defined internal/custom field values, keyed by the field's UUID (see the internal fields feature in the web app). Field definitions aren't discoverable via this API yet.
Most recent tenant-wide contact timestamp. Alias of last_activity_date exposed for naming parity with CRM-style APIs; both fields read from the same ActivityDateByEntity column.
ISO 8601 timestamp of the earliest future calendar event involving this company where the calling user (x-rings-user-id) is a participant. null when no user context is provided.
Title of the per-user next meeting. null when no user context is provided.
ISO 8601 timestamp of the earliest future calendar event involving this company (tenant-wide). Source: Activity.kind=EVENT, start_date >= now(), non-cancelled, non-deleted, non-hidden. Listener-driven with hourly recompute fallback.
Title of the tenant-wide next meeting.
UsersPrivate.uuid of the internal user attending the tenant-wide next meeting (prefers organizer).
Up to two tenant internal users with the strongest relationship to this company, ranked by the best priority_management.rq_pretty against any person currently affiliated with the company. Precomputed every ~3 hours and surfaced on detail + list endpoints; null when the tenant has no qualifying signals.