get_report_data: Get all data from a report

Description Usage Arguments Value Examples

Description

Get the data from a given report

Usage

1
get_report_data(session_token, account_id, project_id, crawl_id, report_id)

Arguments

session_token

Session token from 'create_session_token'.

account_id

The ID for the account (can be found with get_account_info)

project_id

The ID of the project, from 'create_project

crawl_id

The ID of the crawl, from 'create_crawl'

report_id

The ID of the report (can be found within 'get_report_info'

Value

A list with one element for each report

Examples

1
get_report_data(session_token, 424, 18821, 114538, 42384583)

mhairi/deepcrawl documentation built on May 22, 2019, 8:56 p.m.