/datasets/{datasetId}/concepts/{conceptId} (DEPRECATED)
Get a concept resource in a dataset.
Important: The
Batch Data Extract and
Dataset V2 endpoints should be used
instead of the Datasets endpoints.
- Batch Data Extract endpoints return a complete export of activity and profile variable data.
- Datasets V2 endpoints allows you to select specific activities or profile variables.
Resource URL
/v1/applications/{communityApiKeyName}/datasets/{datasetId}/concepts/{conceptId}
Note:
Use the appropriate regional endpoint to ensure that you comply with your organization's privacy policy, and applicable laws and regulations. For details about the available regional endpoints, and how to identify your organization's region, see API Access.
Available methods
Method | Description |
---|---|
GET | Returns a single concept. |
Available fields
Field | Description |
---|---|
column
|
Describes the relationship of the data in
the column.
|
datasetId
|
The GUID for the dataset the concept is associated with. |
extraData
|
The values of any data that cannot be
mapped to a column, record, or concept.
Note: The values in this field
will vary depending on the data source. For a complete list of possible values
see,
Extra data.
|
href
|
The link to the current page. |
id
|
The GUID for the concept. |
links
|
Links to child concepts:
|
name
|
The string name for the survey or question as it appears in the application. |
orderInParent
|
The number value for the question's position in the survey. The value for a survey is zero (0). |
parentId
|
The GUID of the survey or question the concept is a child of. |
tags
|
The string names for the concept data
source and its value (if applicable).
|
GET response structure |
---|
|