GET api/batchapi/witness/{batchId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| batchId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of integer [key] and WitnessObject [value]Response Formats
application/json, text/json
Sample:
{
"1": null,
"2": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.