Use the Results endpoint to download the results of a job.
Endpoint
GET https://api.insideview.com/api/v1/company/techProfile/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. |
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 data example
"companyId","categoryId","categoryName","subCategoryId","subCategoryName","productId","productName" "725771","4","Data Center Solutions","3630443288","System Security Services","3942385525","Novell Identity Manager" "725771|733177","10","Network Computing","2725902695","Network Management (Software)","2080322969","Cisco WAAS" "725771","4","Data Center Solutions","364193162","Data Management & Storage (Hardware)","2024845598","Hitachi SAN Storage System" "725771","5","Enterprise Applications","767510345","Enterprise Resource Planning (ERP)","3296725497","Oracle ERP" "725771|733177","4","Data Center Solutions","3641737869","IT Infrastructure & Operations Management","3515066142","BMC PATROL" "725771|733177","4","Data Center Solutions","3630443288","System Security Services","2856570750","snort" "726263|725771|733177","9","Marketing Performance Management","892039115","Marketing Performance Measurement","2411122618","Optimizely" "726263|725771|733177","15","Web-Oriented Architecture","2528982970","Virtualization: Server & Data Center","3312769493","IIS" "725771|733177","8","IT Governance","3239889050","Application Development & Management","2873072714","Sybase PowerBuilder"
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.