OptionalbatchOptionalbodyIf uploading a file, specify the form data or element used to submit the
file here. If a form element is specified, the parameters of the query
will be added to the URL. If not specified, then query parameters will
only be added to the URL when a GET request is used. If POST is used,
then query parameters will be added to the body.
OptionalheadersHeaders to use for the request. This is an object whose property names
are header names. This option is ignored when responseType = "image".
OptionalmethodIndicates if the request should be made using the HTTP POST method. By default, this is determined automatically based on the request size. Possible Values: auto | post.
OptionalqueryIf the request URL points to a web server that requires parameters, specify them here.
OptionalresponseResponse format. When this value is image the headers and timeout
options are ignored. Possible Values: json | xml | text | blob |
array-buffer | document | image.
Optionalttl
Options that can be passed into support/ArcGISRequestHelper!ArcGISRequestHelper.request.