-
Notifications
You must be signed in to change notification settings - Fork 0
customProgram get range
Hadrien Daures edited this page Jul 16, 2018
·
5 revisions
URL: POST: /customProgram-get-range
Request content:
{
TOKEN: "the token",
SPORTCENTERID: "the sport center id",
START: 12, //start from the 12th custom program
END: 10 //get 10 custom programs from the START (12->22 here)
FILTERS: {
FAVORITES: true/false
NAME: "the name"
NOTE: 10 // 10/10
CREATOR: "the creator name"
NBSTEPS: 15 // the number of steps
DURATION: 17 // the program duration
} // ALL FILTERS ARE OPTIONAL
}
Response content:
{
STATUS: "the status code",
CUSTOMPROGRAMS: [{CUSTOMPROGRAMID: "the id", NAME: "the name", FAVORITE: true/false}, ...]
}
-
1. General
-
2. Communication
-
2.1 Routes API
-
Mobile (+aliases)
-
registration
-
authentication
-
authentication-token
-
user-get-profile
-
user-get-picture
-
user-update-profile
-
user-update-password
-
user-update-picture
-
user-pair-start
-
user-pair-stop
-
user-get-instantproduction
-
user-get-total-production
-
get-events
-
get-eventpreview
-
get-eventusers
-
event-registration
-
affiliate
-
un-affiliate
-
get-affiliattion
-
get-posts
-
get-postcontent
-
get-sportsessions
-
get-sportsession
-
get-sportsessionstats
-
post-create
-
post-delete
-
post-like
-
post-report
-
post-get-likes
-
post-comment-create
-
post-comment-delete
-
post-comment-get-range
-
challenge-create
-
(WIP)challenge-invite
-
(WIP)challenge-invite-answer
-
(WIP)challenge-get-range
-
(WIP)challenge-complete
-
(WIP)challenge-quit
-
customProgram-create
-
customProgram-delete
-
customProgram-get-range
-
customProgram-get-preview
-
customProgram-get-steps
-
customProgram-fav-add
-
customProgram-fav-remove
-
customProgram-fav-get-range
-
registration
-
Module (+aliases +commands)
-
Image (+aliases)
-
Mobile (+aliases)
-
2.1 Routes API