List data with "imported from" metadata key
Lists all data with an 'imported from' metadata key. Used to check in a data source which items are already in a project.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Query parameters
limitintegerOptional
Maximum number of results
offsetintegerOptional
Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/raw-data/imported-from HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"data": [
{
"id": 1,
"category": "text",
"importedFrom": "text"
}
]
}
Last updated
Was this helpful?