GET api/v1/Contact/EVJobDetail?jobId={jobId}&limit={limit}&offset={offset}
Gets details on specific emails in an email validation job
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
jobId |
ID of Job to search for |
integer |
Required |
limit |
Optional limit on number of job details to return |
integer |
Default value is 50 |
offset |
Optional offset to help page through list of job details |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.