attendance device data check
Developing
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
Request Code Samples
curl --location 'https://apidev.edufee.online/reports/attendance?from_time=2026-06-06%2000%3A00%3A00&to_time=2026-06-06%2023%3A59%3A59&institute_id=10308&limit=100&offset=0' \
--header 'Authorization: Basic <encoded-value>'
Responses
application/json
Modified at 2026-06-07 04:46:55