GET api/endicia/get?jobId={jobId}

Get records that have a given Job Id

Request Information

Parameters

NameDescriptionAdditional information
jobId
Jobid of records you are looking for

Define this parameter in the request URI.

Response Information

Endicia records in data

Response body formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2",
  "data": [
    {},
    {},
    {}
  ]
}