メインコンテンツへスキップ
GET
C#

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

The unique ID of the module.

クエリパラメータ

page
integer

Page index of the results to return. First page is 0.

per_page
integer

Number of results per page.

レスポンス

The actions were retrieved.

actions
object[]

A list of action references.

total
integer

The total number of actions using this module.

page
integer

The page index of the returned results.

per_page
integer

The number of results requested per page.