Travels
Get travel plans
Requires Authorization.
GET /v6/profiles/travel/{profileId}Response:
travelPlans— array of objectstravelPlanId— long integer, required for update, ignored for createprofileId— long integergeohash— GeohashstartDate— long integer, unix timestamp in millisecondsendDate— long integer, unix timestamp in millisecondsshowOnProfile— booleannotes— string
Create travel plans
Requires Authorization.
POST /v6/profiles/travelBody:
profileId— long integergeohash— GeohashstartDate— long integer, unix timestamp in millisecondsendDate— long integer, unix timestamp in millisecondsshowOnProfile— booleannotes— string
Response:
Empty.
Update travel plans
Requires Authorization.
POST /v6/profiles/travel/updateBody:
travelPlanId— long integerprofileId— long integergeohash— GeohashstartDate— long integer, unix timestamp in millisecondsendDate— long integer, unix timestamp in millisecondsshowOnProfile— booleannotes— string
Response:
Empty.
Delete travel plans
Requires Authorization.
Repeated requests are completed without errors.
DELETE /v6/profiles/travel/{travelPlanId}Response:
Empty.