Waiting for engine...
Skip to main content

Boomi Platform Connector API Reference (1.0.0) - ConnectorVersionReview

Toggle Pane

Download OpenAPI Specification: Download

Connector Version Review

Submit a connector version review request.

Features and Privileges

In addition to the developer privilege and the SDK publisher agreement, ensure that you have:

  • CONNECTOR_ADMINISTRATION feature — Controls the CONNECTOR_SUBMISSION privilege

  • CONNECTOR_SUBMISSION privilege — Required to autoconfigure a connector from a connector archive.

Submit a connector version review request

Use this operation to submit a connector version review request to review a version of your connector code.

Authorizations:
basicAuth
Request Body schema:
optional
groupType
required
string

groupType is the value of the Type column of the Boomi Enterprise Platform --> Developer tab --> Connectors table without the classification. For the connector-id, accountId-connectorType-classification, the connectorType value is accountId-connectorType after omitting the classification.

For example, if the Type column displays accountID-sample-uat, then the groupType will be accountID-sample.

version
required
string

Responses

Response Headers
Sunset
string

The approximate date the API Object will be removed

Warning
string

Informative header describing a warning that appeared due to your API call

Deprecation
string

Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.

Link
string

A hyperlink indicating a site with more information about the deprecation of this object

Response Schema:
groupType
required
string

groupType is the value of the Type column of the Boomi Enterprise Platform --> Developer tab --> Connectors table without the classification. For the connector-id, accountId-connectorType-classification, the connectorType value is accountId-connectorType after omitting the classification.

For example, if the Type column displays accountID-sample-uat, then the groupType will be accountID-sample.

reviewStatus
required
string
submittedBy
required
string
version
required
string
uid
integer <int64>

Request samples

Content type
{
  • "groupType": "sampleGroupType",
  • "version": "3"
}

Response samples

Content type
{
  • "groupType": "sampleGroupType",
  • "version": "3",
  • "reviewStatus": "Pending",
  • "submittedBy": "Administrator",
  • "uid": 0
}

Cancel a pending connector version review request

Use the ConnectorVersionReview object to cancel a pending connector version review request.

Authorizations:
basicAuth
Request Body schema:
optional
groupType
required
string

groupType is the value of the Type column of the Boomi Enterprise Platform --> Developer tab --> Connectors table without the classification. For the connector-id, accountId-connectorType-classification, the connectorType value is accountId-connectorType after omitting the classification.

For example, if the Type column displays accountID-sample-uat, then the groupType will be accountID-sample.

version
required
string

Responses

Response Headers
Sunset
string

The approximate date the API Object will be removed

Warning
string

Informative header describing a warning that appeared due to your API call

Deprecation
string

Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.

Link
string

A hyperlink indicating a site with more information about the deprecation of this object

Response Schema:
groupType
required
string

groupType is the value of the Type column of the Boomi Enterprise Platform --> Developer tab --> Connectors table without the classification. For the connector-id, accountId-connectorType-classification, the connectorType value is accountId-connectorType after omitting the classification.

For example, if the Type column displays accountID-sample-uat, then the groupType will be accountID-sample.

reviewStatus
required
string
submittedBy
required
string
version
required
string
uid
integer <int64>

Request samples

Content type
{
  • "groupType": "sampleGroupType",
  • "version": "3"
}

Response samples

Content type
{
  • "groupType": "sampleGroupType",
  • "version": "3",
  • "reviewStatus": "Pending",
  • "submittedBy": "Administrator",
  • "uid": 0
}