From 44de44ac6a3879c78b7e31d7e460bb0125275237 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 24 Mar 2014 20:01:39 -0700 Subject: Adding index page to backend with API info. --- src/com/p4square/grow/backend/apiinfo.html | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/com/p4square/grow/backend/apiinfo.html (limited to 'src/com/p4square/grow/backend/apiinfo.html') diff --git a/src/com/p4square/grow/backend/apiinfo.html b/src/com/p4square/grow/backend/apiinfo.html new file mode 100644 index 0000000..a3637c9 --- /dev/null +++ b/src/com/p4square/grow/backend/apiinfo.html @@ -0,0 +1,41 @@ + + +API Info + + +
+
/backend/accounts/{userId}
+
GET information about userId or PUT new information.
+ +
/backend/assessment/question/{questionId}
+
GET information about questionId. Special questionIds: first identifies first question. count returns total number of questions.
+ +
/backend/accounts/{userId}/assessment
+
GET the assessment summary for userId or DELETE userId's assessment.
+ +
/backend/accounts/{userId}/assessment/answers/{questionId}
+
GET userId's answer to questionId, PUT a new answer, or DELETE an answer.
+ +
/backend/training/{level}
+
GET all video information for level.
+ +
/backend/training/{level}/videos/{videoId}
+
GET video information for videoId in level.
+ +
/backend/accounts/{userId}/training
+
GET training record summary for userId.
+ +
/backend/accounts/{userId}/training/videos/{videoId}
+
GET training record for userId and videoId or PUT a new record.
+ +
/backend/banner
+
GET the info banner or PUT new banner info.
+ +
/backend/feed/{topic}
+
Get all threads for forum topic.
+ +
/backend/feed/{topic}/{thread}
+
Get all responses to question thread on forum topic.
+
+ + -- cgit v1.2.3