共用方式為


Product - Get

依識別碼取得產品。

GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/products/{productId}

URI 參數

名稱 位於 必要 類型 Description
productId
path True

string

uuid

要擷取之產品的識別碼。

tenantId
path True

string

uuid

Azure Sphere 租使用者識別碼。

回應

名稱 類型 Description
200 OK

Product

成功。

範例

Get product details

Sample Request

GET https://prod.core.sphere.azure.net/v2/tenants/768c2cd6-1bf0-4521-9f53-084a331d81cb/products/258e9e1d-a16d-4459-be5d-38420a8c43ad

Sample Response

{
  "Id": "258e9e1d-a16d-4459-be5d-38420a8c43ad",
  "TenantId": "768c2cd6-1bf0-4521-9f53-084a331d81cb",
  "Name": "Refrigerator",
  "Description": "Contoso refrigerators"
}

定義

Product

名稱 類型 Description
Description

string

產品的描述。

Id

string

產品的唯一識別碼。

Name

string

產品的名稱。

TenantId

string

擁有產品之租使用者的唯一識別碼。