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

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.