Deprecated End Points
Get list of all data points
Returns your custom data points as well as Affinda's off-the-shelf data points.
get/v3/data_points
Query parameters
offsetinteger
The number of documents to skip before starting to collect the result set.
limitinteger
Example:20
The numbers of results to return.
organizationstring
Uniquely identify an organization.
Example:mEFayXdO
Filter by organization.
include_publicboolean
Allows you to include public data points in the response when you're filtering by organization.
extractorstring
Uniquely identify an extractor.
Example:resume
Filter by extractor.
slugstring
Filter by slug.
descriptionstring
Filter by description.
annotation_content_typestring
Filter by annotation content type, e.g. text, integer, float, date, etc.
identifierDataPointPropertiesIdentifier[]
Filter by specific identifiers.
[ "XprEvgai" ]
Response
All matching data points.
Example response
[
{
"identifier": "XprEvgai",
"organization": {
"identifier": "mEFayXdO",
"name": "Grove Street King",
"userRole": "admin",
"avatar": "https://affinda-api.s3.amazonaws.com/media/org-avatar.png?AWSAccessKeyId=KEY&Signature=SIG",
"resthookSignatureKey": "465c6598bd34c0558f0ce256c43209d49fa85b0ff3e4c18b24e408b7563143ad"
},
"extractor": "resume",
"parent": "DdCbJhhx",
"availableDataSources": [
{
"identifier": "mEFayXdO",
"name": "My supplier list",
"keyProperty": "value",
"displayProperty": "value",
"organization": "mewlkWEKL",
"workspace": "mewlkWEKL",
"schema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"label"
],
"properties": {
"label": {
"type": "string"
},
"description": {
"type": "string"
}
}
}
}
],
"mappingDataSource": "mEFayXdO"
}
]