Boomi Platform Connector API Reference (1.0.0) - ConnectorVersionReview
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
| 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
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
| 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
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
}