userTargetPlatformFormat_getAll

GET /users/{uid}/targetplatforms/{tpid}/targetformats

Retrieves all the target formats in a target platform that the user has access to.

A list of targetFormat objects are returned.

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

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • uid (required): the user name (login name) of the user
  • tpid (required): the id of the targetPlatform

HTTP Request Body Parameters

None

Example Request

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