Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN

GET /v2/EviNotice/Batches/{batchid}

Request with Query Parameters:

Code Block
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN

GET /v2/EviNotice/Batches/{batchid}?IncludeOptions=true&IncludeRecipientsCount=true&IncludeAttachments=true

Response Example

Response with All Details:

...