Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.56 KB

userTargetPlatforms_getAll.rst

File metadata and controls

61 lines (41 loc) · 1.56 KB

userTargetPlatforms_getAll

.. function:: GET /users/{uid}/targetplatforms

Summary

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

Retrieves all the target platforms available for an user.

A list of :ref:`targetplatform-object` 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: image_generate

URI Parameters

HTTP Request Body Parameters

None

Example Request

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

         * :ref:`imageformat-object`
         * :ref:`targetformat-api-resources`
         * :ref:`targetformat-object`
         * :ref:`targetplatform-api-resources`
         * :ref:`targetplatform-object`
         * :ref:`userFormats-getAll`
         * :ref:`userFormats-update`
         * :ref:`userTargetFormat-getAll`
         * :ref:`userTargetFormat-update`
         * :ref:`userTargetPlatformFormat-getAll`
         * :ref:`userTargetPlatforms-update`