List samples
GET {{baseUrl}}/api/:projectId/raw-data?category=<string>&limit=<integer>&offset=<integer>&excludeSensors=<boolean>&labels=<string>&filename=<string>&maxLength=<integer>&minLength=<integer>&minFrequency=<number>&maxFrequency=<number>&signatureValidity=<string>&includeDisabled=<string>
Retrieve all raw data by category.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
category | string | (Required) Which of the three acquisition categories to retrieve data from | |
limit | string | Maximum number of results | |
offset | string | Offset in results, can be used in conjunction with LimitResultsParameter to implement paging. | |
excludeSensors | string | Whether to exclude sensors in the response (as these can slow down requests when you have large pages). | |
labels | string | Only include samples with a label within the given list of labels, given as a JSON string | |
filename | string | Only include samples whose filename includes the given filename | |
maxLength | string | Only include samples shorter than the given length, in milliseconds | |
minLength | string | Only include samples longer than the given length, in milliseconds | |
minFrequency | string | Only include samples with higher frequency than given frequency, in hertz | |
maxFrequency | string | Only include samples with lower frequency than given frequency, in hertz | |
signatureValidity | string | Include samples with either valid or invalid signatures | |
includeDisabled | string | Include only enabled or disabled samples (or both) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"samples":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"totalCount":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}