Extract API Endpoint response description
Posted: Wed Sep 18, 2013 3:16 pm
I'm trying to extract a user log data via Extract Endpoint and trying to understand the fields from your response. Here is a sample response I get today :
{
"logs" => [
[0] {
"log_id" => "295866",
"user_id" => "1542",
"logtype_id" => "38",
"other" => "2",
"time" => "2013-09-16 01:10:00",
"value" => "5",
"notes" => ""
}
],
"rows" => 1,
"result" => true,
"message" => "Ok"
}
I can't seem to find "logtype_id = 38" from your documentation. I'm expecting a logtype_id of either 9 or 21 which in your documentation represents HBA1C. Do you have a complete list of the logtype_id's and their proper description? or just the updated one so I can properly map the data on my end.
Thanks.
{
"logs" => [
[0] {
"log_id" => "295866",
"user_id" => "1542",
"logtype_id" => "38",
"other" => "2",
"time" => "2013-09-16 01:10:00",
"value" => "5",
"notes" => ""
}
],
"rows" => 1,
"result" => true,
"message" => "Ok"
}
I can't seem to find "logtype_id = 38" from your documentation. I'm expecting a logtype_id of either 9 or 21 which in your documentation represents HBA1C. Do you have a complete list of the logtype_id's and their proper description? or just the updated one so I can properly map the data on my end.
Thanks.