enhancements_list_civis_data_match_runs_outputs: List the outputs for a run

Description Usage Arguments Value

Description

List the outputs for a run

Usage

1
2
3
4
5
6
7
8
enhancements_list_civis_data_match_runs_outputs(
  id,
  run_id,
  limit = NULL,
  page_num = NULL,
  order = NULL,
  order_dir = NULL
)

Arguments

id

integer required. The ID of the job.

run_id

integer required. The ID of the run.

limit

integer optional. Number of results to return. Defaults to its maximum of 50.

page_num

integer optional. Page number of the results to return. Defaults to the first page, 1.

order

string optional. The field on which to order the result set. Defaults to created_at. Must be one of: created_at, id.

order_dir

string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

Value

An array containing the following fields:

objectType

string, The type of the output. Valid values are File, Table, Report, Project, Credential, or JSONValue

objectId

integer, The ID of the output.

name

string, The name of the output.

link

string, The hypermedia link to the output.

value

string,


civisanalytics/civis-r documentation built on June 27, 2020, 7:25 a.m.