Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.44 KB

targetFormatLogo_download.rst

File metadata and controls

61 lines (43 loc) · 1.44 KB

targetFormatLogo_download

GET /orgs/{oid}/targetformats/{tfid}/logo/{logoId}

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: */*
  • Since: UForge 3.6

Download the logo from a target format.

This is similar to targetFormatLogo-downloadFile

Security Summary

  • Requires Authentication: true
  • Entitlements Required: None

URI Parameters

  • oid (required): the id of the org-object
  • tfid (required): the id of the targetformat-object
  • logoId (required): the id of the target format logo-object

HTTP Request Body Parameters

None

Example Request

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