GET api/Batch/{Batch_Source}

Get Batch requests.

Request Information

Parameters

NameDescriptionAdditional information
Batch_Source
No documentation available.

Define this parameter in the request URI.

Request body formats

text/plain

Sample:
No body required. Body is ignored.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Batch_Num": "sample string 1",
  "Doc_Count": 2,
  "Total": 3.0,
  "Batch_Source": "sample string 4",
  "UserFieldData": [
    {},
    {},
    {}
  ],
  "UserFieldNames": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "Notifications": null
}