Travels
Get travel plans
Requires Authorization.
GET /v6/profiles/travel/{profileId}Response:
travelPlans— array of TravelPlanMutation
Create travel plans
Requires Authorization.
POST /v6/profiles/travelBody:
travelPlanId— long integer, required for update, ignored for createprofileId— long integergeohash— GeohashstartDate— unix timestamp in millisecondsendDate— unix timestamp in millisecondsshowOnProfile— booleannotes— string
Response:
Empty.
Update travel plans
Requires Authorization.
POST /v6/profiles/travel/updateBody:
travelPlanId— long integer, required for update, ignored for createprofileId— long integergeohash— GeohashstartDate— unix timestamp in millisecondsendDate— 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.
TravelPlanMutation
travelPlanId— long integer, required for update, ignored for createprofileId— long integergeohash— GeohashstartDate— unix timestamp in millisecondsendDate— unix timestamp in millisecondsshowOnProfile— booleannotes— string