The Integrations API is intended for use by ProjectManager and its business
development partners. Please contact ProjectManager's sales team to request use of this API.
Fields
Field | Description |
---|---|
id uuid required | The unique identifier of this Provider. |
name string optional | The friendly name of this Provider. |
shortId string optional | A short ID that uniquely identifies this Provider. |
summary string optional | A short summary of this Provider and their service. |
description string optional | A longer description of this Provider and their service. |
licenseSkus string optional | A list of available license SKUs for this Provider. |
categoryShortIds string optional | A list of category IDs that this Provider exists within. |
activated boolean required | True if this Provider is available for use. |
authenticated boolean required | True if this Provider requires authentication. |
integrations IntegrationDto optional | The list of available Integrations for this Provider. |
authSetup IntegrationAuthSetupDto optional | The list of available AuthSetup for this Provider. |