GET api/batchapi/witness/{batchId}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.