GET api/v1/Contact/EVJob?jobId={jobId}&limit={limit}&offset={offset}
Checks status of email validation jobs for given client or by specific ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
jobId |
Optional jobId to searh for particular job |
integer |
None. |
limit |
Optional limit on number of jobs to return |
integer |
Default value is 50 |
offset |
Optional offset to help page through list of jobs |
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.