submit_post_request: Submit POST Request

Description Usage Arguments

Description

Submit POST Request

Usage

1
2
3
4
submit_post_request(gallery, endpoint, request_params, request_body,
  encode, content_type = NULL,
  alteryx_api_key = getOption("alteryx_api_key"),
  alteryx_secret_key = getOption("alteryx_secret_key"), ...)

Arguments

gallery

URL for your Alteryx Gallery

endpoint

The api endpoint beginning and ending with "/"

request_params

List of request parameters

request_body

JSON body of request containing values for app questions

encode

Encoding passed to httr::POST

content_type

Content type passed to httr::POST

alteryx_api_key

Admin API key for target environment

alteryx_secret_key

Admin API secret key for target environment

...

Additional arguments passed to parse_request_response


alterryx documentation built on June 7, 2019, 1:02 a.m.