Search found 4 matches
- Tue Sep 24, 2013 10:49 pm
- Forum: Jade Website
- Topic: Extract API Endpoint response description
- Replies: 2
- Views: 51161
Re: Extract API Endpoint response description
Any word / updates on this?
- Wed Sep 18, 2013 3:16 pm
- Forum: Jade Website
- Topic: Extract API Endpoint response description
- Replies: 2
- Views: 51161
Extract API Endpoint response description
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 ...
{
"logs" => [
[0] {
"log_id" => "295866",
"user_id" => "1542",
"logtype_id" => "38",
"other" => "2",
"time" => "2013-09-16 01:10:00 ...
- Fri Aug 30, 2013 10:47 pm
- Forum: Jade Website
- Topic: ManageBGL get access token via API error
- Replies: 3
- Views: 37387
Re: ManageBGL get access token via API error
Any Update on this? or is someone looking at this?
- Tue Aug 27, 2013 1:45 am
- Forum: Jade Website
- Topic: ManageBGL get access token via API error
- Replies: 3
- Views: 37387
ManageBGL get access token via API error
I'm trying to integrate your API to our application, at first the API is working properly, but for some reason we're getting an error when fetching user's access_token. We've used both endpoint and each throw us different error. Below are the URLs we're accessing and their corresponding error ...