RoomTemplatesApi
Represents a collection of functions to interact with the API endpoints
Returns all room templates that the active user has access to This method returns a list of room templates that the user can use to create a new room. The response includes company and region-level templates
Gets or sets the ApiClient object
Provides a factory method hook for the creation of exceptions.
Initializes a new instance of the RoomTemplatesApi class
using AplClient object
Gets the base path of the API client.
public RoomTemplatesSummaryList GetRoomTemplates(string accountId, GetRoomTemplatesOptions options = null)
Returns all room templates that the active user has access to This method returns a list of room templates that the user can use to create a new room. The response includes company and region-level templates
public Task<RoomTemplatesSummaryList> GetRoomTemplatesAsync(string accountId, GetRoomTemplatesOptions options = null)
Returns all room templates that the active user has access to This method returns a list of room templates that the user can use to create a new room. The response includes company and region-level templates
public Task<ApiResponse<RoomTemplatesSummaryList>> GetRoomTemplatesAsyncWithHttpInfo(string accountId, GetRoomTemplatesOptions options = null)
Returns all room templates that the active user has access to This method returns a list of room templates that the user can use to create a new room. The response includes company and region-level templates
public ApiResponse<RoomTemplatesSummaryList> GetRoomTemplatesWithHttpInfo(string accountId, GetRoomTemplatesOptions options = null)
Returns all room templates that the active user has access to This method returns a list of room templates that the user can use to create a new room. The response includes company and region-level templates