Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.62 KB

targetFormatLogo_downloadFile.rst

File metadata and controls

65 lines (47 loc) · 1.62 KB

targetFormatLogo_downloadFile

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

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

  • fileName (required): the name of the logo binary
  • 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}/{fileName}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • imageformat-object
  • primitiveFormat-getAll
  • primitiveFormat-update
  • targetFormatLogo-delete
  • targetFormatLogo-download
  • targetFormatLogo-upload
  • targetFormat-create
  • targetFormat-delete
  • targetFormat-get
  • targetFormat-getAll
  • targetFormat-getAllTargetPlatforms
  • targetFormat-update
  • targetFormat-updateAccess
  • targetformat-object
  • targetplatform-api-resources
  • targetplatform-object