Language List

Language list metodu : /api/GetLanguage | Post

Login

Login metodu : /api/login | Post | Email,Password,Language,OSVersion,ApiVersion,DeviceModel,DeviceType( iPad için 1, iPhone için 2, AndroidSP için 3, Web için 4)
Email : Password : Language : OSVersion : ApiVersion : DeviceModel : DeviceType :

Login With Facebook

Login With Facebook metodu : /api/loginwithfacebook | Post | Email,FacebookId,Language,OSVersion,ApiVersion,DeviceModel,DeviceType( iPad için 1, iPhone için 2, AndroidSP için 3, Web için 4)
Email : FacebookId : Language : OSVersion : ApiVersion : DeviceModel : DeviceType :

Register

Register metodu : /api/register | Post | FirstName,LastName,Email,Password,CityName,CellPhoneCode,CellPhone,Language,OSVersion,ApiVersion,DeviceModel,DeviceType( iPad için 1, iPhone için 2, AndroidSP için 3, Web için 4)
FirstName : LastName : Email : Password : CityName : CellPhoneCode : CellPhone : Language : OSVersion : ApiVersion : DeviceModel : DeviceType :

Register With Facebook

Register With Facebook metodu : /api/registerwithfacebook | Post | FirstName,LastName,Email,FacebookId,Language,OSVersion,ApiVersion,DeviceModel,DeviceType( iPad için 1, iPhone için 2, AndroidSP için 3, Web için 4)
FirstName : LastName : Email : FacebookId : Language : OSVersion : ApiVersion : DeviceModel : DeviceType : Language :

Search User By Name

Search User By Name metodu : /api/SearchUser | Post | UserName,Language
UserName : Language :

Search Route By City

Search Route By City metodu : /api/SearchRoute | Post | StartPoint,EndPoint,Language
StartPoint : EndPoint : Language :

Get User Info

Get User Info metodu : /api/GetUserInfo | Post | UserKey,CompetusUserId
UserKey : CompetusUserId : Language :

Follow User

Follow User metodu : /api/FollowUser | Post | UserKey,FollowedUserId
UserKey : FollowedUserId : Language :

UnFollow User

UnFollow User metodu : /api/UnFollowUser | Post | UserKey,FollowedUserId
UserKey : FollowedUserId : Language :

Get Followings

Get Followings metodu : /api/GetFollowings | Post | UserKey,CompetusUserId
UserKey : CompetusUserId : Language :

Get Followers

Get Followers metodu : /api/GetFollowers | Post | UserKey,CompetusUserId
UserKey : CompetusUserId : Language :

Get City List

Get City List metodu : /api/GetCityList | Post | UserKey,IsGetAllCity
UserKey : IsGetAllCity : Language :

Get Route Detail

Get Route Detail metodu : /api/GetUserRouteDetail | Post | UserKey,RouteId
UserKey : RouteId : Language :

Get User Routes

Get User Routes metodu : /api/GetUserRoutes | Post | UserKey,CompetusUserId
UserKey : CompetusUserId : Language :

Add Route To Favorite

Add Route To Favorite metodu : /api/AddToFavorite | Post | UserKey,RouteId
UserKey : RouteId : Language :

Remove Route From Favorite

Remove From Favorite metodu : /api/RemoveFromFavorite | Post | UserKey,RouteId
UserKey : RouteId : Language :

Edit Route

Edit Route metodu : /api/EditRoute | Post | UserKey,RouteId,RouteText,IsPrivate
UserKey : RouteId : RouteText : IsPrivate : Language :

Remove Route

Remove Route metodu : /api/RemoveRoute | Post | UserKey,RouteId
UserKey : RouteId : Language :

Get Favorite Routes

Get Favorite Routes metodu : /api/GetFavoriteRoutes | Post | UserKey
UserKey : Language :

Add New Route

Add New Route metodu : /api/AddNewRoute | Post | UserKey,RouteName,IsPrivate,ReferenceRouteId
UserKey : RouteName: IsPrivate : ReferenceRouteId : Language :

Change Profile Status

Change Profile Status metodu : /api/ChangeProfileStatus | Post | UserKey,IsPublic
UserKey : IsPublic : Language :

Change Profile General Info

Change Profile Status metodu : /api/ChangeProfileGeneralInfo | Post | UserKey,FirstName,LastName,CellPhone,Email,CellPhoneCode
UserKey : FirstName : LastName : CellPhoneCode : CellPhone : Email : Language :

Change Password

Change Password metodu : /api/ChangePassword | Post | UserKey,OldPassword,NewPassword (Code :44 dönmesi gönderilen OldPassword ile kişinin mevcut şifresinin uyuşmaması durumunda gelecektir.)
UserKey : OldPassword : NewPassword : Language :

Change Profile Image

Change Profile Image metodu : /api/ChangeProfileImage | Post | UserKey (Code :56 dönmesi gönderilen image datasını alamaması durumunda gelecektir.)
UserKey : File: Language :

Get Profile Info

Get Profile Info metodu : /api/GetProfileInfo | Post | UserKey
UserKey : Language :

Change Spot Text

Change Spot Text metodu : /api/ChangeSpotText | Post | UserKey,SpotText
UserKey : SpotText : Language :

Remove Profile Image

Remove Profile Image metodu : /api/RemoveProfileImage | Post | UserKey
UserKey : Language :

Get User Continue Route Info

Get User Continue Route Info metodu : /api/GetUserContinueRouteInfo | Post | UserKey
UserKey : Language :

LogOut

LogOut metodu : /api/LogOut | Post | UserKey
UserKey : Language :

Get Notifications

Get Notifications metodu : /api/GetNotifications | Post | UserKey
UserKey : Language :

Get Activities

Get Activities metodu : /api/GetActivities | Post | UserKey,Direction(update,down),ActivityId
UserKey : Direction : ActivityId : Language :

Send Coordinate List

Send Coordinate metodu : /api/SendCoordinate | Post | UserKey,RouteId,CoordinateList (long1,lat1,alt1,hacc1,vacc1,delta1,slicepoint1 long1,lat1,alt2,,hacc2,vacc2,delta2,slicepoint2 long3,lat3,alt3,hacc3,vacc3,delta3,slicepoint3)
UserKey : RouteId : CoordinateList : Language :

Add Station

Add Station metodu : /api/AddStation | Post | UserKey,RouteId,Name,Longitude,Latitude,Altitude,Position,HorizontalAccuracy,VerticalAccuracy,Delta
UserKey : RouteId : Name : Longitude : Latitude : Altitude : HorizontalAccuracy : VerticalAccuracy : Delta : Language :

Add Photo

Add Photo metodu : /api/AddPhoto | Post | UserKey,RouteId,StationId,Longitude,Latitude,Altitude,Title,Description,Photo,HorizontalAccuracy,VerticalAccuracy,Delta
UserKey : RouteId : StationId : Longitude : Latitude : Altitude : HorizontalAccuracy : VerticalAccuracy : Delta : Title : Description : Photo: Language :

Add Video

Add Video metodu : /api/AddVideo | Post | UserKey,RouteId,StationId,Longitude,Latitude,Altitude,Title,Description,Video,HorizontalAccuracy,VerticalAccuracy,Delta
UserKey : RouteId : StationId : Longitude : Latitude : Altitude : Title : Description : Video: HorizontalAccuracy : VerticalAccuracy : Delta : Language :

Add Note

Add Note metodu : /api/AddNote | Post | UserKey,RouteId,StationId,Longitude,Latitude,Altitude,Text,HorizontalAccuracy,VerticalAccuracy,Delta
UserKey : RouteId : StationId : Longitude : Latitude : Altitude : Text : HorizontalAccuracy : VerticalAccuracy : Delta : Language :

GetRouteCoordinates-> GetAllCoordinates

GetAllCoordinates

Get Route Coordinates metodu : /api/GetAllCoordinates | Post | RouteId
RouteId : Language :

GetRouteAssetList

GetRouteAssetList metodu : /api/GetRouteAssetList | Post | RouteId
RouteId : Language :

GetNoteDetail

GetNoteDetail metodu : /api/GetNoteDetail | Post | NoteId
NoteId : Language :

EndRoute

EndRoute metodu : /api/EndRoute | Post | UserKey,RouteId,StartDate(Epoch Time),EndDate(Epoch Time)
UserKey : RouteId : StartDate : EndDate : Language :

DeleteNote

DeleteNote metodu : /api/DeleteNote | Post | NoteId
NoteId : Language :

EditNote

EditNote metodu : /api/EditNote | Post | NoteId,NoteText
NoteId : NoteText : Language :

ChangeStationName

ChangeStationName metodu : /api/ChangeStationName | Post | StationId,StationName
StationId : StationName : Language :

DeleteStation

DeleteStation metodu : /api/DeleteStation | Post | StationId
StationId : Language :

GetNearbyData

GetNearbyData metodu : /api/GetNearbyData | Post | Latitude,Longitude
Latitude : Longitude : Language :

GetRouteStations

GetRouteStations metodu : /api/GetRouteStations | Post | RouteId
RouteId : Language :

GetStationDetails

GetStationDetails metodu : /api/GetStationDetails | Post | StationId
StationId : Language :

GetStationAssets

GetStationAssets metodu : /api/GetStationAssets | Post | StationId
StationId : Language :

GetRoutesInRegion-> GetTopRoutesInRegion

GetTopRoutesInRegion

GetTopRoutesInRegion metodu : /api/GetTopRoutesInRegion | NorthEast(Lat,Lon) | SouthWest(Lat,Lon)
NorthEast (Lat,Lon): SouthWest (Lat,Lon): Language :

GetVisibleCoordinateList

GetVisibleCoordinateList metodu : /api/GetVisibleCoordinateList | RouteId | NorthEast(Lat,Lon) | SouthWest(Lat,Lon) | ZoomLevel | ZoomLevel
RouteId: NorthEast (Lat,Lon): SouthWest (Lat,Lon): ZoomLevel: Language :

Get Region Stats

GetRegionStats metodu : /api/GetRegionStats | NorthEast(Lat,Lon) | SouthWest(Lat,Lon)
NorthEast (Lat,Lon): SouthWest (Lat,Lon): Language :

GetRouteListByRegion-> GetAllRoutesInRegion

GetAllRoutesInRegion

GetAllRoutesInRegion metodu : /api/GetAllRoutesInRegion | NorthEast(Lat,Lon) | SouthWest(Lat,Lon)
NorthEast (Lat,Lon): SouthWest (Lat,Lon): Language :

GetMediaListByRegion

GetMediaListByRegion metodu : /api/GetMediaListByRegion | NorthEast(Lat,Lon) | SouthWest(Lat,Lon)
NorthEast (Lat,Lon): SouthWest (Lat,Lon): Language :

GetNoteListByRegion

GetNoteListByRegion metodu : /api/GetNoteListByRegion | NorthEast(Lat,Lon) | SouthWest(Lat,Lon)
NorthEast (Lat,Lon): SouthWest (Lat,Lon): Language :

UpdateMultimedia

UpdateMultimedia metodu : /api/UpdateMultimedia | RouteMultimediaId | Title | Description
RouteMultimediaId: Title: Description: Language :

DeleteMultimedia

DeleteMultimedia metodu : /api/DeleteMultimedia | RouteMultimediaId
RouteMultimediaId: Language :

AssetListForAR

Radar ekranında assetsleri çeker metodu : /api/AssetListForAR |
Token: Latitude : Longitude : Altitude : Heading : AngleOfVision :

AssetListForRouteAR

Rote için Ar assetsleri çeker metodu : /api/AssetListForRouteAR |
Token : RouteId : Latitude : Longitude : Altitude : Heading : AngleOfVision : Language :

Push Message Send

Device Token: Body : Body :