targetFormatLogo_download¶
-
GET /orgs/{oid}/targetformats/{tfid}/logo/{logoId}
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 orgtfid(required): the id of the targetFormatlogoId(required): the id of the target format logo
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"
See also