GET api/Theme/{id}?applicationName={applicationName}
Gets a single item from the catalog
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | The id of the item to get from the catalog. This is a guid represented as a string. |
Define this parameter in the request URI. |
applicationName | A unique identifier of the application calling this service |
Define this parameter in the request URI. |