取得 Flow 的 JSON 格式內容。
介面說明
-
在呼叫此介面前,請確保您已有成功建立的 WhatsApp Flow。
-
若您沒有已成功建立的 WhatsApp Flow,可透過 CreateFlow 介面建立 WhatsApp Flow。
QPS 限制
本介面的單使用者 QPS 限制為每秒 5 次。超過限制時,API 呼叫會被限流,這可能會影響您的業務,請合理呼叫。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
cams:GetFlowJSONAssest |
get |
*All Resource
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| FlowId |
string |
是 |
流程 ID,即您透過 CreateFlow 介面建立 Flow 時所傳回的 FlowId。 |
17b6**************************** |
| CustSpaceId |
string |
否 |
ISV 子客戶的 SpaceId/直客客戶執行個體 ID。請在 通道管理 介面檢視 Space ID。 |
cams-kei**** |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
傳回資料。 |
||
| AccessDeniedDetail |
string |
存取被拒絕詳細資訊。 |
None |
| RequestId |
string |
請求 ID。 |
90E63D28-E31D-1EB2-8939-A9486641**** |
| Message |
string |
錯誤描述資訊。 |
None |
| Data |
object |
傳回資料。 |
|
| FlowId |
string |
Flow ID。 |
92675332812643**** |
| FilePath |
string |
檔案路徑。 |
https://bucket-*****-ap-southeast-1.aliyuncs.com/9658820125168****.json |
| Code |
string |
錯誤碼。更多詳情請參閱錯誤碼。 |
OK |
樣本
正常返回樣本
JSON格式
{
"AccessDeniedDetail": "",
"RequestId": "90E63D28-E31D-1EB2-8939-A9486641****",
"Message": "None",
"Data": {
"FlowId": "92675332812643****",
"FilePath": "https://bucket-*****-ap-southeast-1.aliyuncs.com/9658820125168****.json"
},
"Code": "OK"
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | Product.Unsubscript | You have not subscribed to the specified product. | |
| 400 | Ram.PermissionDeny | You are not authorized to perform the operation. | |
| 400 | System.LimitControl | The system is under flow control. | |
| 400 | Unknown.ResourceOwnerId | The resource does not belong to the current user. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。