Returns all Data Tags. Returns Data Tags matching parameters when specified.
Name | Description | Example |
---|---|---|
tag
|
Tag | - |
type
|
Type | - |
parent
|
ID of tag parent | - |
statement_code
|
Statement Code
Options:
income_statement
balance_sheet_statement
cash_flow_statement
calculations
show more
show less
|
income_statement |
fs_template
|
Template
Options:
industrial
financial
show more
show less
|
- |
page_size
|
The number of results to return | - |
next_page
|
Gets the next page of data from a previous API call | - |
tag
* required
Tag
|
||
type
* required
Type
|
||
parent
* required
ID of tag parent
|
||
statement_code
* required
Statement Code
|
||
fs_template
* required
Template
|
||
page_size
* required
The number of results to return
|
||
next_page
* required
Gets the next page of data from a previous API call
|
Name | Description | Type |
---|---|---|
tags | array | |
id
|
The Intrinio ID for the Data Tag | string |
name
|
The readable name of the Data Tag | string |
tag
|
The code-name of the Data Tag | string |
statement_code
|
The code of the financial statement to which this Data Tag belongs | string |
statement_type
|
The format of the financial statment to which this Data Tag belongs | select |
parent
|
The parent Data Tag forming the statement relationship with the factor | string |
sequence
|
The order in which the Data Tag appears in its logical group (such as a financial statement) | number |
factor
|
The operator forming the statement relationship between the child Data Tag (or Data Tags) and the parent Data Tag | string |
balance
|
Whether the Data Tag represents a credit or debit | string |
type
|
The nature of the Data Tag, operating or nonoperating | string |
unit
|
The unit of the Data Tag | string |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
tags
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|