Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.52 KB

File metadata and controls

61 lines (41 loc) · 1.52 KB

userFormats_getAll

GET /users/{uid}/formats

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.2

Retrieves all the target formats available for an user.

A list of targetformat-object objects are returned.

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

Warning

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

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

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

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/formats" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • imageformat-object
  • targetformat-api-resources
  • targetformat-object
  • targetplatform-api-resources
  • targetplatform-object
  • userFormats-update
  • userTargetFormat-getAll
  • userTargetFormat-update
  • userTargetPlatformFormat-getAll
  • userTargetPlatforms-getAll
  • userTargetPlatforms-update