Passer au contenu principal
GET
C#

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string
requis

The unique ID of the module.

Paramètres de requête

page
integer

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

per_page
integer

The maximum number of results to be returned by the server in a single response. 20 by default.

Réponse

The module versions were retrieved.

versions
object[]

A list of ActionsModuleVersion objects.

total
integer

The total number of versions for this module.

page
integer

The page index of the returned results.

per_page
integer

The number of results requested per page.