migration_getAll

GET /users/{uid}/migrations

Gets all the migrations created by a particular user.

A list of migration objects are returned.

You can use a search criteria to retrieve a subset of these migrations.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: migration_access

URI Parameters

  • uid (required): the user name (login name) of the user

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/migrations" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"