添付RESTエンドポイント
添付ファイル
取得での文書添付の管理
- 添付の作成
- メソッド: postパス:
/capture/api/v1.1/documents/{docId}/attachments - 添付の削除
- メソッド: deleteパス:
/capture/api/v1.1/documents/{docId}/attachments/{attId} - 添付の取得
- メソッド: getパス:
/capture/api/v1.1/documents/{docId}/attachments/{attId} - 添付コンテンツの取得
- メソッド: getパス:
/capture/api/v1.1/documents/{docId}/attachments/{attId}/content - すべての文書添付のリスト
- メソッド: getパス:
/capture/api/v1.1/documents/{docId}/attachments - 添付の更新
- メソッド: putパス:
/capture/api/v1.1/documents/{docId}/attachments/{attId}