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

承認

Authorization
string
header
必須

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

パスパラメータ

actionId
string
必須

The ID of the action.

クエリパラメータ

page
integer

Use this field to request a specific page of the list results.

per_page
integer

This field specify the maximum number of results to be returned by the server. 20 by default

レスポンス

The action versions were retrieved.

total
number
デフォルト:1

The total result count.

page
number
デフォルト:0

Page index of the results being returned. First page is 0.

per_page
number
デフォルト:20

Number of results per page.

versions
object[]