Boomi MFT - AFT Management API Reference (v1) - Search
Download OpenAPI Specification: Download
Performs a global search across multiple entity types in the system
Requires search permissions and reader role. The search scope is automatically filtered based on user permissions:
- Organizations (name, code) - requires OrganizationGet permission
- Endpoints (name, code, host, username, domain, network path) - requires OrganizationEndpointGet permission
- PGP Keys (name, username/email) - requires OrganizationPGPKeyGet permission
- Certificates (name, filename) - requires OrganizationCertificateGet permission
- Flows (name, code) - requires FlowGet permission
- Flow Endpoints (name, id, path, server username, alert email) - requires FlowEndpointGet permission
Authorizations:
ApiKeyBearer
query Parameters
| searchString required | string The search term to match against organizations, endpoints, flows, PGP keys, certificates, and flow endpoints. Supports partial matching and is case-insensitive. |
Responses
Response Schema:
Array
| id | integer <int32> |
| name | string or null |
| type | string or null |
| property | string or null |
| value | string or null |
| flowId | integer or null <int32> |
| organizationId | integer or null <int32> |
Response samples
- 200
- 400
- 401
- 403
- 500
Content type
No sample
Was this topic helpful?