Hi, in the response for get meeting reports, does the api includes seconds or does it automatically rounds them? In case it doesn’t include them, is there any way to include the seconds without rounding them? Thank you.
Hi @ablanco it includes seconds. Here is an example schema:
{
“custom_keys”: [
{
“key”: “Host Nation”,
“value”: “US”
}
],
“dept”: “HR”,
“duration”: 2,
“end_time”: “2022-03-15T07:42:22Z”,
“id”: 3927350525,
“participants_count”: 2,
“start_time”: “2022-03-15T07:40:46Z”,
“topic”: “My Meeting”,
“total_minutes”: 3,
“tracking_fields”: [
{
“field”: “Host Nation”,
“value”: “US”
}
],
“type”: 2,
“user_email”: “jchill@example.com”,
“user_name”: “Jill Chill”,
“uuid”: “iOTQZPmhTUq5a232ETb9eg==”
}
This topic was automatically closed 368 days after the last reply. New replies are no longer allowed.