API3
genusis at January 26th, 2022 11:19 — #1
What is the biggest difference between created_at, modified_at, updated_at, call_time
Do calls only pull what is within the user calling it? if so could we make this have a option to include all calls by everyone?
I am currently having a issue where the onepage System shows a different number of call types than what is getting downloaded from the api any idea why this is? for example the system shows he has 45 Blue bar calls but the api only gets 2 blue bar calls for him in the month of October.
victor at May 5th, 2022 18:07 — #2
Hi @genusis! Thanks for the question!
created_at
is the date when call record has been created in database
modified_at
is the date when call record had been modified in database (changed name, etc)
call_time_int
represents time and date when call is made. this date is configurable and can be set separately in the call form.
You can get calls at GET /api/v3/calls
endpoint.
It returns all calls in current account made by its users.
I hope this will help you.
Powered by Discourse, best viewed with JavaScript enabled