solutionsRoot resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

The entry point for Microsoft Bookings, virtual event, and business scenario APIs.

All Microsoft Graph calls to resources under /solutions use the following service root URL:

https://graph.microsoft.com/{version}/solutions/

To access Bookings businesses, use the following syntax:

https://graph.microsoft.com/{version}/solutions/bookingBusinesses 

To access Bookings currencies, use the following syntax:

https://graph.microsoft.com/{version}/solutions/bookingCurrencies 

To access business scenarios, use the following syntax:

https://graph.microsoft.com/{version}/solutions/businessScenarios 

To access virtual event webinars, use the following syntax:

https://graph.microsoft.com/{version}/solutions/virtualEvents/webinars

To access virtual event town halls, use the following syntax:

https://graph.microsoft.com/{version}/solutions/virtualEvents/townhalls

To access approval items, use the following syntax:

https://graph.microsoft.com/{version}/solutions/approval/approvalItems

Methods

None.

Properties

None.

Relationships

Relationship Type Description
bookingBusinesses bookingBusiness collection A collection of businesses in Microsoft Bookings. Read-only. Nullable.
bookingCurrencies bookingCurrency collection A collection of monetary currencies supported by a bookingBusiness. Read-only. Nullable.
businessScenarios businessScenario collection A collection of scenarios that contain relevant data and configuration information for a specific problem domain.
virtualEvents virtualEventsRoot collection A collection of virtual events.
approvalItems approvalItem collection A collection of approval items.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.solutionsRoot"
}