Actions
Get Choices
Get the possible values for an Input Field that is marked as SELECT
.
This API is rate limited. See Rate Limiting for more details.
OAuth
This endpoint requires the zap
OAuth scope.
POST
/
v2
/
actions
/
{action_id}
/
inputs
/
{input_id}
/
choices
Authorizations
Authorization
string
headerrequiredSee our OAuth2 authentication documentation
Path Parameters
action_id
string
requiredAn Action ID, as provided by the /actions
endpoint.
input_id
string
requiredAn Input Field ID, as provided by the /inputs
endpoint.
Query Parameters
page
string
default: 1The page of choices to return, defaults to the first
Body
data
object
requiredResponse
200 - application/json
data
object[]
links
object
requiredThe links object returned in paginated response bodies.
meta
object
requiredThe meta object returned in paginated response bodies.