モジュールServices
、Services Entity
、Services Entity Reference
、をインストールしREST Server
ました。私のエンドポイントは です。api
私は をwebform
呼び出しFeedback
ました。webform
呼び出し URLを取得できますhttp://mysite/api/entity_node/999.json
。しかし、 API から送信を取得する方法がわかりませんhttp://mysite/node/999/webform-results
。それはまったく可能ですか?
1 に答える
1
このリンクhttps://drupal.org/project/webform_serviceをご覧ください。
次に、次の方法で結果を取得できます-
/api/webform/[webform_uuid]/submissions
于 2013-08-14T12:10:48.117 に答える