Get Theme Flavor File

Get Theme Flavor File

Load a file of a theme with the given id, if it exists. This resource is accessible without authentication and without the need to specify Accept header containing an api version.

Request
URI
GET
https://{api_host}/cloudapi/vcf/themes/files/{themeRootFolder}/{flavor}/{fileName}
COPY
Path Parameters
string
themeRootFolder
Required

The name of the folder holding all files of a theme.

string
flavor
Required

For example light or dark version of the resource in the theme.

string
fileName
Required

The name of the theme file resource to fetch.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

404

NOT FOUND

Operation doesn't return any data structure

Vendor Extension

This operation contains the following vendor extensions defined in the spec:

                    [object Object],[object Object]
                
Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/themes/files/{themeRootFolder}/{flavor}/{fileName}