Boomi MFT - AFT Management API Reference (v1) - OrganizationSubscriptions
Download OpenAPI Specification: Download
Retrieve organization subscriptions list
Gets a list of all subscriptions for the specified organization
Authorizations:
ApiKeyBearer
query Parameters
| organizationId required | integer <int32> |
Responses
Response Schema:
Array
| id | integer <int32> |
| isEnabled | boolean |
| tenantId | integer <int32> |
| organizationId | integer <int32> |
| organizationName | string or null |
| organizationStatus | string or null |
| flowId | integer <int32> |
| flowName | string or null |
| isPublished | boolean |
| isIPaaSSubscription | boolean |
| retentionPolicyTypeId | integer <int32> |
| connectorId | integer <int32> |
| code | string or null |
| description | string or null |
| flowStatus | string or null |
| retentionPolicy | string or null |
| connectorName | string or null |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| contactId | integer or null <int32> |
Response samples
- 200
- 400
- 401
- 403
- 500
Content type
No sample
Retrieve subscription options list
Gets a list of available subscription options for the specified organization
Authorizations:
ApiKeyBearer
query Parameters
| organizationId required | integer <int32> |
Responses
Response Schema:
Array
| id | integer <int32> |
| isEnabled | boolean |
| flowId | integer <int32> |
| flowName | string or null |
| tenantId | integer <int32> |
| organizationId | integer <int32> |
| organizationName | string or null |
| organizationStatusId | integer <int32> |
| publicCode | string or null |
| subscriberCount | integer or null <int32> |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| description | string or null |
| flowStatus | string or null |
| orgStatus | string or null |
Response samples
- 200
- 400
- 401
- 403
- 500
Content type
No sample
Create organization subscription
Creates a new subscription for an organization to a flow
Authorizations:
ApiKeyBearer
Request Body schema: required
| id | integer <int32> |
| flowId | integer <int32> |
| organizationId | integer <int32> |
Responses
Response Schema:
| id | integer <int32> |
| flowId | integer <int32> |
| organizationId | integer <int32> |
| isEnabled | boolean |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
Request samples
- Payload
Content type
{- "id": 0,
- "flowId": 0,
- "organizationId": 0
}Response samples
- 200
- 400
- 401
- 403
- 404
- 500
Content type
No sample
Create multiple organization subscriptions
Creates multiple subscriptions for an organization to flows in a single operation
Authorizations:
ApiKeyBearer
Request Body schema: required
Array
| id | integer <int32> |
| flowId | integer <int32> |
| organizationId | integer <int32> |
Responses
Response Schema:
Array
| id | integer <int32> |
| flowId | integer <int32> |
| organizationId | integer <int32> |
| isEnabled | boolean |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
Request samples
- Payload
Content type
[- {
- "id": 0,
- "flowId": 0,
- "organizationId": 0
}
]Response samples
- 200
- 400
- 401
- 403
- 404
- 500
Content type
No sample
Was this topic helpful?