Product - Get By Name
Gets a Product by name.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/products/name/{productName}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
product
|
path | True |
string |
The name of the Product to retrieve. |
tenant
|
path | True |
string uuid |
The Azure Sphere tenant ID. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Success. |
Definitions
Product
Name | Type | Description |
---|---|---|
Description |
string |
The description of the product. |
Id |
string |
The unique ID of the product. |
Name |
string |
The name of the product. |
TenantId |
string |
The unique ID of the tenant that owns the product. |