userTargetFormat_getAll

GET /users/{uid}/targetformats

Retrieves all the target formats accessible by an user.

A list of targetPlatform objects are returned.

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

Warning

The target platforms available for a user not only depends on the access rights given for the user but also the access rights of the target platform in the organization.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

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}/targetformats" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"