Skip to main content
GET
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

モジュールの一意の ID。

クエリパラメータ

page
integer

返される結果のページ番号。最初のページは 0 です。

per_page
integer

1 ページあたりの結果数。

レスポンス

Actions を取得しました。

actions
object[]

action 参照の一覧。

page
integer

返された結果のページ index。

per_page
integer

1 ページあたりに要求された結果数。

total
integer

このモジュールを使用している actions の総数。