[GET] - New Contact Details Job Results

  • Updated

Use the New Contact Details Job Results endpoint to download the results of a job.

Endpoint

GET https://api.insideview.com/api/v1/target/contact/job/{jobId}/results

Request

HTTP Headers

Header Name Type Required Description
accessToken String Yes Valid access token.
See Authentication and Authorization Overview for more details.
Accept String No Selects the response's content type.
Valid values are application/json and application/xml (default).  

URI Parameters

Parameter Name Type Required Description
jobId String Yes Job ID

Responses

Here are the major responses the API may return.

For details on the errors, see API Error Codes.

HTTP 200

Returns a file containing the results of the job. The file format is either JSON, XML or CSV as requested when submitting the job.

CSV Example

"contactId","firstName","middleName","lastName","imageUrl","education","companyId","companyName","titles","email","phone","description","twitterHandle","facebookHandle","linkedinHandle","source","active","age","salary","salaryCurrency","jobLevels","jobFunctions","peopleId","fullName","confidenceScore","directPhone","corporatePhone","emailValidationStatus","jobLevelsV2","jobFunctionsV2","mobileNumber"
"25328405","Jeffrey",,"Weiner","https://pbs.twimg.com/profile_images/629368068590960641/HDbeZ4bL.jpg","Bachelor of Science:Economics:The Wharton School of the University of Pennsylvania","726263","Microsoft Corporation","Executive Chairman, LinkedIn",,"+1 425 882 8080",,"https://twitter.com/jeffweiner",,"https://www.linkedin.com/in/jeffweiner08/","Web References|Social Media|LinkSV|Reuters|InsideView|Community","true","52",,,"Board","Other","Kt2BCEoVy4_94-MotFgTNPKJRtPXpiRr2Ke1inzzqGXgSfXF_GwWf2XRGIZDPlPl","Jeffrey Weiner","79.0",,"+1 425 882 8080",,"Board Member","Others","+1 914 906 9385"

If "retrieveCompanyDetails" = true while submitting job, the following is the response

"contactId","firstName","middleName","lastName","imageUrl","education","companyId","companyName","titles","email","phone","description","twitterHandle","facebookHandle","linkedinHandle","source","active","age","salary","salaryCurrency","jobLevels","jobFunctions","peopleId","fullName","confidenceScore","directPhone","corporatePhone","emailValidationStatus","jobLevelsV2","jobFunctionsV2","mobileNumber","COMPANY_id","COMPANY_name","COMPANY_companyType","COMPANY_companyStatus","COMPANY_ticker","COMPANY_industry","COMPANY_subIndustry","COMPANY_street","COMPANY_city","COMPANY_state","COMPANY_zip","COMPANY_country","COMPANY_website","COMPANY_phone","COMPANY_fax","COMPANY_revenue","COMPANY_employees","COMPANY_subsidiary","COMPANY_description","COMPANY_sic","COMPANY_sicDescription","COMPANY_naics","COMPANY_naicsDescription","COMPANY_financialYearEnd","COMPANY_parentCompanyId","COMPANY_ultimateParentCompanyId","COMPANY_equifaxId","COMPANY_fortuneRanking","COMPANY_sources","COMPANY_mostRecentQuarter","COMPANY_revenueCurrency","COMPANY_industryCode","COMPANY_subIndustryCode","COMPANY_britishSics","COMPANY_parentCompanyName","COMPANY_parentCompanyCountry","COMPANY_ultimateParentCompanyName","COMPANY_ultimateParentCompanyCountry","COMPANY_revenueRange","COMPANY_employeeRange","COMPANY_foundationDate","COMPANY_gender","COMPANY_ethnicity","COMPANY_mbe","COMPANY_wbe","COMPANY_vbe","COMPANY_dbe","COMPANY_lgbt","COMPANY_disabled","COMPANY_companyTaxId","COMPANY_companyFacebookProfile","COMPANY_companyTwitterProfile","COMPANY_companyBlogProfile","COMPANY_companyLinkedInProfile","COMPANY_latitude","COMPANY_longitude","COMPANY_currentCompanyId","COMPANY_companyStatusV2","COMPANY_companyTypeV2","COMPANY_businessStructure","COMPANY_siteTypes","COMPANY_siteCount","COMPANY_siteLocationCount"
"25328405","Jeffrey",,"Weiner","https://pbs.twimg.com/profile_images/629368068590960641/HDbeZ4bL.jpg","Bachelor of Science:Economics:The Wharton School of the University of Pennsylvania","726263","Microsoft Corporation","Executive Chairman, LinkedIn",,"+1 425 882 8080",,"https://twitter.com/jeffweiner",,"https://www.linkedin.com/in/jeffweiner08/","Web References|Social Media|LinkSV|Reuters|InsideView|Community","true","52",,,"Board","Other","Kt2BCEoVy4_94-MotFgTNPKJRtPXpiRr2Ke1inzzqGXgSfXF_GwWf2XRGIZDPlPl","Jeffrey Weiner","79.0",,"+1 425 882 8080",,"Board Member","Others","+1 914 906 9385","726263","Microsoft Corporation","Public","Operating","NASD:MSFT","Computer Software","Computer Software","One Microsoft Way","Redmond","WA","98052-6399","United States","https://www.microsoft.com/en-us/","+1 425 882 8080",,"192557.0","181000","false",,"7372","Services-Prepackaged Software","513210","Software Publishers","6",,,"049615062","14","User Generated|Web References|Reuters|InsideView|Community|Equifax","Mar, 2022","USD","8","8","46510:Wholesale of computers, computer peripheral equipment and software|58210:Publishing of computer games|62011:Ready-made interactive leisure and entertainment software development|58290:Other software publishing",,,,,,,"1975",,,,,,,,,"911144442","Microsoft","Microsoft","https://news.microsoft.com/feed/","https://www.linkedin.com/company/microsoft/","47.6400493830442","-122.129796892405",,"Operating","Public","GlobalParent","Uncategorized","276","82"

HTTP 400

Invalid query parameter(s).

HTTP 401

Unauthorized Error - Cannot use API's without setting a valid accessToken in header.

HTTP 401

Unauthorized Error - You are not authorized to access this API.

HTTP 405

Method Not Allowed - Your are not allowed to access this API.

HTTP 404

Invalid ID, record not found.

HTTP 429

Request is throttled.

 

Was this article helpful?

0 out of 0 found this helpful