Boomi Platform Connector API Reference (1.0.0) - ConnectorVersionReview
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
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:
Request Body schema: optional
| groupType required | string
For example, if the Type column displays accountID-sample-uat, then the |
| version required | string |
Responses
Response Schema:
| groupType required | string
For example, if the Type column displays accountID-sample-uat, then the |
| reviewStatus required | string |
| submittedBy required | string |
| version required | string |
| uid | integer <int64> |
Request samples
- Payload
{- "groupType": "sampleGroupType",
- "version": "3"
}Response samples
- 200
- 403
- 410
- 503
{- "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:
Request Body schema: optional
| groupType required | string
For example, if the Type column displays accountID-sample-uat, then the |
| version required | string |
Responses
Response Schema:
| groupType required | string
For example, if the Type column displays accountID-sample-uat, then the |
| reviewStatus required | string |
| submittedBy required | string |
| version required | string |
| uid | integer <int64> |
Request samples
- Payload
{- "groupType": "sampleGroupType",
- "version": "3"
}Response samples
- 200
- 403
- 410
- 503
{- "groupType": "sampleGroupType",
- "version": "3",
- "reviewStatus": "Pending",
- "submittedBy": "Administrator",
- "uid": 0
}