Magidoc

approvalRounds
Query

Retrieve all approval rounds for a specific action. Returns a paginated list of approval rounds. Use this to view existing approval rounds on an action before modifying stages or approvers.

Arguments

#

actionId

ID !
Non-null

ID of the action to get approval rounds for

first = 20

Maximum number of rounds to return (default: 60)

last

Maximum number of rounds to return from the end

before

Cursor to return rounds before

after

Cursor to return rounds after

Response

#

Returns ApprovalRoundConnection !.

Example

#