Product - Get By Name
Hiermee haalt u een product op naam op.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/products/name/{productName}
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
product
|
path | True |
string |
De naam van het product dat moet worden opgehaald. |
tenant
|
path | True |
string uuid |
De Tenant-id van Azure Sphere. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
Voltooid. |
Definities
Product
Name | Type | Description |
---|---|---|
Description |
string |
De beschrijving van het product. |
Id |
string |
De unieke id van het product. |
Name |
string |
De naam van het product. |
TenantId |
string |
De unieke id van de tenant die eigenaar is van het product. |