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

.. function:: 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 :ref:`targetFormatLogo-downloadFile`

Security Summary

  • Requires Authentication: true
  • Entitlements Required: None

URI Parameters

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"
.. seealso::

         * :ref:`targetFormatLogo-delete`
         * :ref:`targetFormatLogo-downloadFile`
         * :ref:`targetFormatLogo-upload`
         * :ref:`targetFormat-create`
         * :ref:`targetFormat-delete`
         * :ref:`targetFormat-get`
         * :ref:`targetFormat-getAll`
         * :ref:`targetFormat-getAllTargetPlatforms`
         * :ref:`targetFormat-update`
         * :ref:`targetFormat-updateAccess`
         * :ref:`targetformat-object`
         * :ref:`targetplatform-api-resources`
         * :ref:`targetplatform-object`