Skip to main content
GET
Get one FloorPlanDeskVariant
A FloorPlanDeskVariant, called a Package by operators, defines how a location’s floor plan unit can be contracted under different availability, setup, or pricing conditions. Packages can split an office between customers on different weekdays, or offer the same unit as a private office (full-time or fractional), storage unit, or event space.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the FloorPlanDeskVariant-Read role.

Path Parameters

integer
required
The Id of the FloorPlanDeskVariant record to retrieve.

Code Examples

Response

200

integer
ID of the required floor plan unit this variant configures; the unit determines the owning location.
string
Display value for FloorPlanDesk.Name..
number
Display value for FloorPlanDesk.Price..
integer
Display value for FloorPlanDesk.FloorPlan.Id..
string
Display value for FloorPlanDesk.FloorPlan.Name..
integer
Display value for FloorPlanDesk.FloorPlan.Business.Id..
string
Display value for FloorPlanDesk.FloorPlan.Business.Name..
string
Display value for FloorPlanDesk.FloorPlan.Business.Currency.Code..
integer
ID of the optional customer this variant is associated with.
string
Display value for Coworker.FullName..
string
Display value for Coworker.CompanyName..
string
Display value for Coworker.CoworkerType..
string
Display value for Coworker.Email..
string
Display value for Coworker.TeamNames..
string
Required, non-empty display name for this alternate floor plan unit configuration.
number
Optional floor area in square metres for this configuration.
number
Optional number of seats this configuration can accommodate.
number
Optional target price in the owning location’s currency, used for occupancy reporting rather than billing.
number
Percentage of the floor plan unit’s total possible use reported when this package is contracted; normally divide use evenly across packages according to the number of weekdays each is available.
string
Optional internal notes about this configuration, limited to 255 characters.
boolean
Whether this configuration is marked available on Monday; scheduling conflict checks treat matching enabled weekday flags as overlapping.
boolean
Whether this configuration is marked available on Tuesday; scheduling conflict checks treat matching enabled weekday flags as overlapping.
boolean
Whether this configuration is marked available on Wednesday; scheduling conflict checks treat matching enabled weekday flags as overlapping.
boolean
Whether this configuration is marked available on Thursday; scheduling conflict checks treat matching enabled weekday flags as overlapping.
boolean
Whether this configuration is marked available on Friday; scheduling conflict checks treat matching enabled weekday flags as overlapping.
boolean
Whether this configuration is marked available on Saturday; scheduling conflict checks treat matching enabled weekday flags as overlapping.
boolean
Whether this configuration is marked available on Sunday; scheduling conflict checks treat matching enabled weekday flags as overlapping.
string
Obsolete single-provider access-control group identifier retained for legacy records; do not set it through floor plan administration.
string
Read-only denormalized IDs of contracts linked to this configuration; update the contracts rather than this projection.
string
Read-only denormalized customer names from contracts linked to this configuration; update the contracts rather than this projection.
string
Read-only denormalized start dates from contracts linked to this configuration; update the contracts rather than this projection.
string
Optional inclusive UTC start of this configuration’s availability window; it must precede AvailableToTime when both are set.
string
Optional inclusive UTC end of this configuration’s availability window; null means no end, and it must follow AvailableFromTime when both are set.
string
Derived location-local representation of AvailableFromTime populated by date-localization infrastructure; change AvailableFromTime instead.
string
Derived location-local representation of AvailableToTime populated by date-localization infrastructure; change AvailableToTime instead.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response