Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.5 KB

targetFormat_getAll.rst

File metadata and controls

62 lines (44 loc) · 1.5 KB

targetFormat_getAll

GET /orgs/{oid}/targetformats

Summary

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

Retrieves all the target formats for an organization.

A list of targetformat-object objects are returned. You can use a search criteria to retrieve a subset of these target formats.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_formats_administrate

URI Parameters

  • oid (required): the id of the org-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/targetformats" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • imageformat-object
  • primitiveFormat-getAll
  • primitiveFormat-update
  • targetFormatLogo-delete
  • targetFormatLogo-download
  • targetFormatLogo-downloadFile
  • targetFormatLogo-upload
  • targetFormat-create
  • targetFormat-delete
  • targetFormat-get
  • targetFormat-getAllTargetPlatforms
  • targetFormat-update
  • targetFormat-updateAccess
  • targetformat-object
  • targetplatform-api-resources
  • targetplatform-object