導覽 Vuforia Studio > 專案和體驗 > 基於範本的體驗 > IRS 對應 > 取得 / ID 解決方案 / 對應
  
取得 / ID 解決方案 / 對應
請求參數
姓名
必要嗎?
資料類型
參數類型
描述
id
整數
路徑
要擷取的對應 ID。指定此參數會略過所有查詢字串參數。
key
字串
查詢字串
只會回傳其索引鍵符合指定索引鍵的對應。這可用於組合數值參數。
value
字串
查詢字串
只會回傳其值符合指定索引鍵的對應。這可用於組合數索引鍵參數。
回覆狀態碼
編碼
描述
200
已成功完成查詢。回覆符合 IRS 對應結構描述。
401
必要的認證遺漏或不正確。
403
使用者沒有檢視對應的權限。
406
Accept 標題不存在且不等於 application/json
500
發生內部伺服器錯誤。
請求主體
請求的主體是 JSON 物件,且符合 對應 JSON 結構描述,定義應建立的對應。
範例
按 ID 查詢對應:
curl -u user:password https://es.example.com/ExperienceService/id-resolution/mappings/1592
按索引鍵查詢對應:
curl -u user:password https://es.example.com/ExperienceService/id-resolution/mappings?key=urn:vuforia:vumark:2:101
按數值查詢對應:
curl -u user:password https://es.example.com/ExperienceService/id-resolution/mappings?value=urn:thingworx:thing:M100-101
按索引鍵和數值查詢對應:
curl -u user:password https://es.example.com/ExperienceService/id-resolution/mappings?key=urn:vuforia:vumark:2:101&value=urn:thingworx:thing:M100-101