Returns the migration sources detected on this site — BuddyBoss or BuddyPress — as an empty list when neither is installed.
Detection is by constant, and BuddyBoss takes precedence, so only ever one source is reported.
Endpoint
Method:
GETPath:
/migrationsEdition: Core
Controller:
MigrationController@getAvailableMigrationsRoute source:
fluent-community/Modules/Migrations/Http/migration_api.php:13Controller source:
fluent-community/Modules/Migrations/Http/Controllers/MigrationController.phpRequires the FluentCommunity community-admin permission (or a WordPress super admin).
The whole migrations route group is only registered when BuddyPress or BuddyBoss is installed; otherwise every path in it returns 404.
Reconstructed sample
This endpoint belongs to a module that is not active on the reference install (or needs a file upload), so the payload below was reconstructed by reading the controller rather than recorded. Field names and types follow the source; values are illustrative.
GET List Available Migrations
Returns the migration sources detected on this site — BuddyBoss or BuddyPress — as an empty list when neither is installed.
Controller: MigrationController@getAvailableMigrations
Route source: fluent-community/Modules/Migrations/Http/migration_api.php:13
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Responses
Successful response