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:
image_generate
URI Parameters¶
uid(required): the user name (login name) of the usertpid(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"