GET /channels/{channel_id}/feeds.json

mathworks.com:matlab-api

Summary: Get channel feeds
Operation ID: getChannelFeeds
Auth: unknown
Description

Retrieve data feeds from a channel with optional filtering by date range, results limit, and aggregation.

Parameters (19)

api_key (string, query, optional)

Read API Key (required for private channels)

average (string, query, optional)

Aggregation interval for average calculation (same values as timescale)

Constraints: {'enum': ['10', '15', '20', '30', '60', '240', '720', '1440', 'daily']}

channel_id (integer, path, required)

The channel ID

days (integer, query, optional)

Number of 24-hour periods before now to retrieve

end (string, query, optional)

End date in format YYYY-MM-DD%20HH:NN:SS

location (boolean, query, optional)

Include location data if true

max (number, query, optional)

Maximum value filter

median (string, query, optional)

Aggregation interval for median calculation (same values as timescale)

Constraints: {'enum': ['10', '15', '20', '30', '60', '240', '720', '1440', 'daily']}

metadata (boolean, query, optional)

Include channel metadata if true

min (number, query, optional)

Minimum value filter

minutes (integer, query, optional)

Number of minutes before now to retrieve

offset (string, query, optional)

Timezone offset for results

results (integer, query, optional)

Number of entries to retrieve (max 8000)

Constraints: {'maximum': 8000}

round (integer, query, optional)

Number of decimal places for rounding

start (string, query, optional)

Start date in format YYYY-MM-DD%20HH:NN:SS

status (boolean, query, optional)

Include status updates if true

sum (string, query, optional)

Aggregation interval for sum calculation (same values as timescale)

Constraints: {'enum': ['10', '15', '20', '30', '60', '240', '720', '1440', 'daily']}

timescale (string, query, optional)

Aggregation interval in minutes (10, 15, 20, 30, 60, 240, 720, 1440, or daily)

Constraints: {'enum': ['10', '15', '20', '30', '60', '240', '720', '1440', 'daily']}

timezone (string, query, optional)

Timezone for results

No probe data for this endpoint yet.