InstalledMarketPlaceApplications
Get one InstalledMarketPlaceApplication
Retrieve a single InstalledMarketPlaceApplication record by its Id.
GET
Get one InstalledMarketPlaceApplication
An InstalledMarketPlaceApplication represents a marketplace application that has been installed for a business. Marketplace apps extend platform functionality with integrations, automations, and additional features.
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 InstalledMarketPlaceApplication-Read role.Path Parameters
integer
required
The Id of the InstalledMarketPlaceApplication record to retrieve.
Code Examples
Response
200
integer
ID of the market place application linked to this record.
integer
ID of the business linked to this record.
boolean
Whether provide products is enabled.
boolean
Whether provide resources is enabled.
boolean
Whether provide events is enabled.
boolean
Whether provide tariffs is enabled.
boolean
Whether provide resource availability is enabled.
boolean
Whether provide resource prices is enabled.
boolean
Whether accept bookings is enabled.
boolean
Whether accept event signups is enabled.
boolean
Whether accept payment requests is enabled.
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
Get one InstalledMarketPlaceApplication