Jawbone API results not as expected - api

I am querying Jawbone API for up with following HTTP request :
https://jawbone.com/nudge/api/v.1.0/users/#me/moves?start_time=1368392836&end_time=1399928836
I started using UP24 in March, 2014 and with above request, I get data for March and April (till April 18, 2014) but not after that. The data is continuously synced with the app by my UP24 device which I can also see on the app. I am not sure why I am not getting data after April 18, 2014.
The epoch start time stamp corresponds to Sun, 12 May 2013 21:07:16 GMT
The epoch end time stamp corresponds to Mon, 12 May 2014 21:07:16 GMT

The results are paginated and the next link is supplied at end of each response to get the next data

Related

Data loss after billing changed in bigquery

In firebase I have data till date i.e, 17th of Aug 2022 however when I was querying in SQL workspace in bigquery I was getting data till 8th of Aug . My billing was reactivated on 17th ,now I am getting all data except 9th to 11th. Why there is data loss and is there any specific interval for the same .What could be the possible reason .

Profit and Loss Raw time series data for a specified period with Xero APIs

I want to get the raw time series data for all the charts for Profit and Loss and Balance Sheet. I went through the API documentation and could only find report/summary data for P&L and BS. Is there a way I can fetch all the data for all the charts/categories.
For example: If I request the ProfitAndLoss data then I should get the data shown below in json format.
https://api.xero.com/api.xro/2.0/Reports/ProfitAndLoss?fromDate=2020-08-01&toDate=2021-07-31&periods=11&timeframe=MONTH
should return JSON that gets what you want.
From Xero ProfitAndLoss endpoint docs
Edit to modify API query:
Should be:
https://api.xero.com/api.xro/2.0/Reports/ProfitAndLoss?fromDate=2021-08-01&toDate=2021-08-31&periods=11&timeframe=MONTH
Xero has quirky way to retrieve data. The modified query basically says get Aug 2021 and compare it to the previous 11 monthly periods eg all the way back to Sep 2020. This is the way the Xero UI reporting works too. The result is a table with columns for Aug 2021, Jul 2021, Jun 2021, May 2021, Apr 2021, Mar 2021, Feb 2021, Jan 2021, Dec 2020, Nov 2020, Oct 2020, Sep 2020, and rows for each account values by month.
Also note that you should choose a month with 31 days as the first month to compare to, else another Xero quirk will truncate all compared periods to how ever many days your start month has eg 30 days if you choose Sep to start.
The first query retrieves a not quite cumulative, read forward result, which to my mind is not useful at all.

Rolling months data by year_month in obiee

I just need to how to create Rolling months in Obiee. If I click for jan 2017,it should show datas from feb 2016.For past previous 12 Months it should show.
You will need a properly configured time dimension. As soon as you have that all the time series functionalities are at your disposal and will work immediately.
https://gerardnico.com/wiki/dat/obiee/obis/time_dimension
https://gerardnico.com/wiki/dat/obiee/obis/logical_sql/function_time

Bigcommerce Product API update preorder_release_date

What is the proper syntax for updating a product's pre-order release date through the API?
I've tried it this way:
{"preorder_release_date":"Wed, 05 Oct 2016 05:00:00 +0000"}
And while that passes through validation, all it ends up doing is clearing out whatever value was formerly in the field without actually setting it to the correct date.

Picasa with how to know album id and user id?

I have got picasa hot-link like this.
https://redirector.googlevideo.com/videoplayback?requiressl=yes&shardbypass=yes&cmbypass=yes&id=ddd4d19a3f2920752&itag=18&source=picasa&cmo=secure_transport%3Dyes&ip=0.0.0.0&ipbits=0&expire=1411973660&sparams=requiressl,shardbypass,cmbypass,id,itag,source,ip,ipbits,expire&signature=A4C2BADEBFC590D4DEF3349AE2F849B91F1CF0FE.9797B66270D813953D04F061BE68B963F03528FD&key=lh1
and I have an expire date !
expire=1411973660
and when I convert to time is that expire on
Mon, 29 Sep 2014 06:54:20 GMT
That mean at 30 Sep 2014 I can't view the video with this hot-link right?
So question is how can I find the real userid albumid from the picasa id like
id=ddd4d19a3f2920752
or is there have a way to create a new expire date?
Thanks you for help.