Businesses
Get one Business
Retrieve a single Business record by its Id.
GET
Get one Business
A Business represents an individual location or a group of locations in Nexudus. Most records in the system are connected — directly or via other records — to a business, which controls access and visibility based on the locations a user or customer can access.
Businesses can be organised into a hierarchy using
RootLocationId, which references the parent business of a given business. A business with no RootLocationId is a top-level location. Child businesses inherit certain configuration from their parent.
Each business defines its own address, contact details, currency, opening hours, and public-facing content (Passport profile, website text, branding images). Read-only properties such as opening hours, theme, and image URLs reflect the current configuration set through the Nexudus admin UI.
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 Business-Read role.Path Parameters
The Id of the Business record to retrieve.
Code Examples
Response
200
The visited help items value for this business. See
eHelpItemFlag enum values: 0 = None, 1 = WelcomePage, 2 = GridPage, 4 = EditPage, 8 = SettingsPage, 16 = HelpPage.Display name of the business location.
Default language identifier for communications and UI. See
eLanguage enum values: 3 = EnglishUK, 1 = EnglishUS, 2 = Spanish.ID of the space website language linked to this record.
Culture code (e.g. en-GB) for the business’s public website.
ID of the root location linked to this record.
URL slug used for the business’s public web address.
ID of the default payment gateway linked to this record.
Date of the next scheduled invoice run.
Terms and conditions text for this business.
Brief introduction shown on the business profile.
Extended ‘About Us’ text for the business profile.
Highlight quote displayed on the business profile.
URL to the business’s privacy policy.
URL to the business’s cookie policy.
Public-facing web contact URL.
The welcome email value for this business.
Street address of the business.
Primary phone number displayed on the business profile.
Fax number.
Primary email address displayed on the business profile.
Date/time value for trial expire date.
Date/time value for last over due invoice reminder.
Date/time value for last welcome email.
ID of the country linked to this record.
Name of the country (resolved from CountryId).
ID of the currency linked to this record.
ISO currency code (resolved from CurrencyId).
ID of the simple time zone linked to this record.
Current file name of the logo (read-only; upload via the corresponding URL field).
URL of a new file to upload as the logo.
Set to true to remove the current logo file.
Current file name of the banner image (read-only; upload via the corresponding URL field).
URL of a new file to upload as the banner image.
Set to true to remove the current banner image file.
Current file name of the nex io banner image (read-only; upload via the corresponding URL field).
URL of a new file to upload as the nex io banner image.
Set to true to remove the current nex io banner image file.
The discount percentage value for this business.
The discount amount value for this business.
Date/time value for last language token update.
Whether has created default file templates is enabled.
The invoicing period value for this business.
Whether suspended is enabled.
Whether custom passport app is enabled.
Date/time value for reminders processed on.
ID of the pre auth associated with this record.
Last 4 digits of the payment card on file.
Most recent pre-authorisation error message.
Date/time value for pre auth processed on.
The last charged invoice value for this business.
The last charged transaction value for this business.
The last charged attendee value for this business.
Passport channels this business is listed under.
Whether passport only is enabled.
Whether this business is published and visible on Nexudus Passport.
Current file name of the passport banner (read-only; upload via the corresponding URL field).
URL of a new file to upload as the passport banner.
Set to true to remove the current passport banner file.
Display name shown on the Nexudus Passport listing.
Tagline shown on the Nexudus Passport listing.
Type of venue (0 = default). See
eVenueType enum values: 1 = BusinessCenter, 2 = CorporateOffice, 3 = CoworkingSpace, 4 = Hotel, 5 = InformalOffice, 6 = Studio, 7 = Other.Comma-separated tags for categorising the business.
Number of floors in the business premises.
Total floor space of the business premises.
Unit for FloorSpace (0 = default). See
eFloorUnit enum values: 1 = SqFt, 2 = SqMt.Longitude coordinate for map positioning.
Latitude coordinate for map positioning.
Full description shown on the Nexudus Passport listing.
Town or city where the business is located.
State or province where the business is located.
Postal or ZIP code.
Street name component of the address.
Street number component of the address.
Neighborhood or district name.
Secondary contact phone number.
Secondary contact email address.
Passport members directory access level. See
ePassportAccess enum values: 1 = Everyone, 2 = RegisteredUsers, 3 = RegisteredWithMySpaceUsers, 4 = NoOne.Passport events listing access level. See
ePassportAccess enum values: 1 = Everyone, 2 = RegisteredUsers, 3 = RegisteredWithMySpaceUsers, 4 = NoOne.Passport community board access level. See
ePassportAccess enum values: 1 = Everyone, 2 = RegisteredUsers, 3 = RegisteredWithMySpaceUsers, 4 = NoOne.Passport blog posts access level. See
ePassportAccess enum values: 1 = Everyone, 2 = RegisteredUsers, 3 = RegisteredWithMySpaceUsers, 4 = NoOne.Monday opening time (minutes from midnight).
Monday closing time (minutes from midnight).
Tuesday opening time (minutes from midnight).
Tuesday closing time (minutes from midnight).
Wednesday opening time (minutes from midnight).
Wednesday closing time (minutes from midnight).
Thursday opening time (minutes from midnight).
Thursday closing time (minutes from midnight).
Friday opening time (minutes from midnight).
Friday closing time (minutes from midnight).
Saturday opening time (minutes from midnight).
Saturday closing time (minutes from midnight).
Sunday opening time (minutes from midnight).
Sunday closing time (minutes from midnight).
Whether the business is closed on Mondays.
Whether the business is closed on Tuesdays.
Whether the business is closed on Wednesdays.
Whether the business is closed on Thursdays.
Whether the business is closed on Fridays.
Whether the business is closed on Saturdays.
Whether the business is closed on Sundays.
Whether all days share the same opening and closing times.
Name of the currently active website theme.
The current back end version value for this business.
The authentication provider value for this business.
The created by value for this business.
The default payment term value for this business.
Onboarding support tier for this business.
Customer support tier for this business.
URL for the business’s support portal.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one Business