Skip to main content

PolicyCenter Job API (1.11.0)

APIs for job related objects

Issue multiple requests at once as a non-transactional batch

Post a list of subrequests to make against this endpoint. Subrequests will be executed serially, in the order they are specified in the "requests" property of the input. Responses to each subrequest will then be batched up and returned all together. Subrequests inherit the headers from the main request, with the exception of the GW-Checksum header, but headers can be specified on the subrequest and will override any headers from the main request.

Authorizations:
query Parameters
includeResponseHeaders
Array of strings

Controls what response headers, if any, are included for subresponses. If unspecified, or set to the value "all", all headers for subresponses will be returned. If set to the value "none", no headers for subresponses will be returned. Otherwise, this parameter can consist of a comma-separated list of the names of headers that should be included on subresponses.

Request Body schema: application/json

The body of the batch request

required
Array of objects (Requests)

The array of subrequests

Responses

Request samples

Content type
application/json
{
  • "requests": [
    ]
}

Response samples

Content type
application/json
{
  • "responses": [
    ]
}