diff --git "a/EduVerse API - Complete Test Collection.postman_test_run.json" "b/EduVerse API - Complete Test Collection.postman_test_run.json" deleted file mode 100644--- "a/EduVerse API - Complete Test Collection.postman_test_run.json" +++ /dev/null @@ -1,6488 +0,0 @@ -{ - "id": "4e2c77f8-5ba6-4f62-9a9f-11fce567cbc7", - "name": "EduVerse API - Complete Test Collection", - "timestamp": "2026-03-14T15:17:57.331Z", - "collection_id": "52850424-d18684d5-7dba-4346-b515-bb3f0cfab590", - "folder_id": 0, - "environment_id": "0", - "totalPass": 126, - "delay": 0, - "persist": true, - "status": "finished", - "startedAt": "2026-03-14T15:17:36.247Z", - "totalFail": 85, - "results": [ - { - "id": "6582016d-0e7b-4658-a357-7d7e83efe2c7", - "name": "Get Current User (me)", - "url": "http://localhost:8081/api/auth/me", - "time": 20, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true, - "Has email": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - }, - "Has email": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 20 - ], - "allTests": [ - { - "Status 200": true, - "Has email": true - } - ] - }, - { - "id": "095a82fb-9762-4128-82f5-cad715027b0d", - "name": "Refresh Token", - "url": "http://localhost:8081/api/auth/refresh-token", - "time": 9, - "responseCode": { - "code": 401, - "name": "Unauthorized" - }, - "tests": { - "Status 200 or 401 (token may not be valid)": true - }, - "testPassFailCounts": { - "Status 200 or 401 (token may not be valid)": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200 or 401 (token may not be valid)": true - } - ] - }, - { - "id": "7164349f-1a29-4376-ba31-d4e73082f84d", - "name": "Get My Profile", - "url": "http://localhost:8081/api/users/profile", - "time": 10, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "ba1e600d-5c90-4b8a-a556-5971d08c6ddd", - "name": "Update My Profile", - "url": "http://localhost:8081/api/users/profile", - "time": 12, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 12 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "72a62c8b-ff5d-4aea-b1e7-047e60bba58d", - "name": "Get My Preferences", - "url": "http://localhost:8081/api/users/preferences", - "time": 18, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 18 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "6971e15d-4b93-43fa-81d9-fc901c2ccf21", - "name": "Update My Preferences", - "url": "http://localhost:8081/api/users/preferences", - "time": 13, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 13 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "5842da05-146d-4e23-b06b-4700574af798", - "name": "Change Password", - "url": "http://localhost:8081/api/users/password", - "time": 139, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 139 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "bf8c42d9-c59e-4786-b8c9-73a571f315c1", - "name": "List All Users", - "url": "http://localhost:8081/api/admin/users", - "time": 21, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 21 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "6af33ac2-6b25-4bfb-b0ce-61b80b25ce68", - "name": "Search Users", - "url": "http://localhost:8081/api/admin/users/search?query=tarek", - "time": 20, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 20 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "5ede56bf-875a-4777-8c50-a0488dbd64cf", - "name": "User Statistics", - "url": "http://localhost:8081/api/admin/users/statistics", - "time": 16, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 16 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "5aed6686-6f26-4e72-a244-09aee1c0ccda", - "name": "Export Users", - "url": "http://localhost:8081/api/admin/users/export", - "time": 13, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 13 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "2bfa5f9f-e7cc-42e8-ae01-2f88d44d15c5", - "name": "Get User by ID (57)", - "url": "http://localhost:8081/api/admin/users/57", - "time": 11, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "74945ddc-2300-4f25-b438-dd5467c0e4a9", - "name": "Update User (57)", - "url": "http://localhost:8081/api/admin/users/57", - "time": 11, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "ae568347-30fc-432f-ac41-0a51ddf3eb03", - "name": "Get User Permissions (57)", - "url": "http://localhost:8081/api/admin/users/57/permissions", - "time": 8, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "fdd40f26-f466-44ac-b435-7507ecd621b3", - "name": "List Roles", - "url": "http://localhost:8081/api/admin/roles", - "time": 11, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "c5df6078-798b-451d-ad6b-5d984d57931a", - "name": "Roles with Users", - "url": "http://localhost:8081/api/admin/roles/with-users", - "time": 10, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "89204896-d988-4cc7-8c85-1c71dae33e04", - "name": "Get Role (ID=1)", - "url": "http://localhost:8081/api/admin/roles/1", - "time": 10, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "aa853da7-3199-4a9a-a3a7-b78e396b64f5", - "name": "List Permissions", - "url": "http://localhost:8081/api/admin/permissions", - "time": 8, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "aed7b43e-31f7-4daf-b267-addf75da6d38", - "name": "Permissions Matrix", - "url": "http://localhost:8081/api/admin/permissions/matrix", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "eba32692-05dc-4bdd-b9dc-31c442724291", - "name": "List Campuses", - "url": "http://localhost:8081/api/campuses", - "time": 39, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 39 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "afde71ce-8c4e-44df-ad7c-2d6b971b6065", - "name": "Get Campus (1)", - "url": "http://localhost:8081/api/campuses/1", - "time": 21, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 21 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "0753ba7c-0c5c-48c5-8e28-dbafffc4eae3", - "name": "Create Campus", - "url": "http://localhost:8081/api/campuses", - "time": 10, - "responseCode": { - "code": 409, - "name": "Conflict" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "f9cb0189-9a47-48a6-8101-02884344d75b", - "name": "Update Campus (1)", - "url": "http://localhost:8081/api/campuses/1", - "time": 12, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 12 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "75480c65-b9a3-47cc-8a53-e69273844bda", - "name": "List Departments (Campus 1)", - "url": "http://localhost:8081/api/campuses/1/departments", - "time": 10, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "fcf9c378-13b1-4cb1-9b4f-e4fbfa2ad40b", - "name": "Get Department (1)", - "url": "http://localhost:8081/api/departments/1", - "time": 32, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 32 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "62f5f7e4-bdc3-4966-b405-c10cdfb9a4d8", - "name": "Create Department", - "url": "http://localhost:8081/api/departments", - "time": 9, - "responseCode": { - "code": 409, - "name": "Conflict" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "a699780f-2775-4ab4-8a2b-c9366cb42e89", - "name": "Update Department (1)", - "url": "http://localhost:8081/api/departments/1", - "time": 18, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 18 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "07891e00-3993-453a-b000-0bcd8b6e59e1", - "name": "List Programs (Dept 1)", - "url": "http://localhost:8081/api/departments/1/programs", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "56cef179-5793-4243-8c3e-a5c57324c0f5", - "name": "Get Program (1)", - "url": "http://localhost:8081/api/programs/1", - "time": 10, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "73a7a714-d07d-4975-b74e-94cd34df150e", - "name": "Create Program", - "url": "http://localhost:8081/api/programs", - "time": 10, - "responseCode": { - "code": 409, - "name": "Conflict" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "0f509e4a-27df-4f3d-b804-478967967119", - "name": "Update Program (1)", - "url": "http://localhost:8081/api/programs/1", - "time": 12, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 12 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "cdb8a8a9-5c0d-4561-8660-d99c88068867", - "name": "List Semesters", - "url": "http://localhost:8081/api/semesters", - "time": 25, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 25 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "9a200739-9549-45f1-b1f1-4a6912006c80", - "name": "Get Current Semester", - "url": "http://localhost:8081/api/semesters/current", - "time": 10, - "responseCode": { - "code": 404, - "name": "Not Found" - }, - "tests": { - "Status 200 or 404": true - }, - "testPassFailCounts": { - "Status 200 or 404": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200 or 404": true - } - ] - }, - { - "id": "57e04c68-d0df-4abb-8e63-27e244bfed46", - "name": "Get Semester (2)", - "url": "http://localhost:8081/api/semesters/2", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "aeb4d2f3-ea85-4506-9ee4-0b4fdd51b56c", - "name": "List All Courses", - "url": "http://localhost:8081/api/courses", - "time": 7, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 7 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "9471fc98-a6e4-40d8-8de4-26b65cb2d042", - "name": "Get Course (1) - CS101", - "url": "http://localhost:8081/api/courses/1", - "time": 7, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 7 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "9fc499f3-7d2d-4008-b8d7-2d99e13d5240", - "name": "Courses by Department (1)", - "url": "http://localhost:8081/api/courses/department/1", - "time": 7, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 7 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "3409293d-84b7-4df2-bf18-1fa8790c7196", - "name": "Course Prerequisites (1)", - "url": "http://localhost:8081/api/courses/1/prerequisites", - "time": 5, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 5 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "18846f4d-50d5-4676-8d5d-6a2327a5e2e0", - "name": "Create Course", - "url": "http://localhost:8081/api/courses", - "time": 7, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 7 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "c64073a1-610f-41b4-9efe-572271b2e842", - "name": "Sections by Course (1)", - "url": "http://localhost:8081/api/sections/course/1", - "time": 6, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 6 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "353edd40-ad07-49bc-88da-80e72297d1ef", - "name": "Get Section (1)", - "url": "http://localhost:8081/api/sections/1", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "4e684cc8-042e-4f43-a2b8-d59b007665cc", - "name": "Create Section", - "url": "http://localhost:8081/api/sections", - "time": 7, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 7 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "12c0cb46-f214-42e0-bf44-f41eaa6a2faa", - "name": "Schedule by Section (1)", - "url": "http://localhost:8081/api/schedules/section/1", - "time": 22, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 22 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "6be47154-592e-4cef-b6a9-8721efc83c28", - "name": "Get Schedule (1)", - "url": "http://localhost:8081/api/schedules/1", - "time": 16, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 16 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "5ab11cdf-b10a-4003-a58b-484222feaecb", - "name": "My Courses (Student)", - "url": "http://localhost:8081/api/enrollments/my-courses", - "time": 36, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 36 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "ae267f6e-bae4-4210-82a8-8632f22f4ac1", - "name": "Available Courses", - "url": "http://localhost:8081/api/enrollments/available", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "419149b5-9759-4e31-b6c6-a63a922076c4", - "name": "Get Enrollment (235)", - "url": "http://localhost:8081/api/enrollments/235", - "time": 12, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 12 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "914d336b-f10c-4502-837c-f07e823d38d0", - "name": "Course Enrollment List (1)", - "url": "http://localhost:8081/api/enrollments/course/1/list", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "4de474fb-dc61-49cc-aea0-c7b9e83d4233", - "name": "Section Students (1)", - "url": "http://localhost:8081/api/enrollments/section/1/students", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "af68ce8a-f96c-4dca-a4b0-17a292ba0531", - "name": "Section Waitlist (1)", - "url": "http://localhost:8081/api/enrollments/section/1/waitlist", - "time": 8, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "73afa921-b1ac-4fd9-9714-8d8d1d579cda", - "name": "List Materials (Course 1)", - "url": "http://localhost:8081/api/courses/1/materials", - "time": 13, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 13 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "e85e6854-783d-4ac0-b4f9-1115ce13a70b", - "name": "List Materials with Filters", - "url": "http://localhost:8081/api/courses/1/materials?materialType=lecture&page=1&limit=10", - "time": 13, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 13 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "0f95b2a1-9ffe-4472-b129-28ec7581d798", - "name": "List Materials by Week", - "url": "http://localhost:8081/api/courses/1/materials?weekNumber=1", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "f9101749-6117-45d4-b4b2-64f51baddfbd", - "name": "Search Materials", - "url": "http://localhost:8081/api/courses/1/materials?search=Introduction", - "time": 12, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 12 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "4dce07a0-ebc7-4722-b7eb-33296f5b7ca0", - "name": "Create Material", - "url": "http://localhost:8081/api/courses/1/materials", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "e3a1aae7-4e69-4f25-8457-4d4aa2b06d4e", - "name": "Bulk Create Materials", - "url": "http://localhost:8081/api/courses/1/materials/bulk", - "time": 11, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "97264b18-2c55-4013-8ad6-f4ecf9d754ff", - "name": "Get Material (15)", - "url": "http://localhost:8081/api/courses/1/materials/15", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "10269b28-d4b0-44ae-b748-d2905a0c281d", - "name": "Get Material as Student", - "url": "http://localhost:8081/api/courses/1/materials/15", - "time": 11, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "4a9846cb-c3f9-4603-b586-2e942e589b16", - "name": "Update Material", - "url": "http://localhost:8081/api/courses/1/materials/null", - "time": 7, - "responseCode": { - "code": 400, - "name": "Bad Request" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 7 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "fb44eef1-7b18-4abd-ae00-87be6b2ec0bf", - "name": "Toggle Visibility (publish)", - "url": "http://localhost:8081/api/courses/1/materials/15/visibility", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "93cf2b52-7ecc-4a63-a87b-dd5fd0c1fa5b", - "name": "Track Material View", - "url": "http://localhost:8081/api/courses/1/materials/15/view", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "a84c07af-ba4d-4a24-9061-1b65beb2884a", - "name": "Get YouTube Embed URL", - "url": "http://localhost:8081/api/courses/1/materials/23/embed", - "time": 8, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false, - "Has embedUrl": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - }, - "Has embedUrl": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": false, - "Has embedUrl": false - } - ] - }, - { - "id": "2e423819-7776-45d6-9b78-dcaf9ee8f877", - "name": "Download Material (file)", - "url": "http://localhost:8081/api/courses/2/materials/4/download", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "2e0ccc45-821e-49e6-948c-1f5768b30ae2", - "name": "Delete Material (created)", - "url": "http://localhost:8081/api/courses/1/materials/null", - "time": 6, - "responseCode": { - "code": 400, - "name": "Bad Request" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 6 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "4ffddc52-983f-45d4-b2c4-e633ad98625e", - "name": "Get Course Structure (1)", - "url": "http://localhost:8081/api/courses/1/structure", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "67ac40ec-861e-481e-9d01-22aab4123f5d", - "name": "Get Structure Item (7)", - "url": "http://localhost:8081/api/courses/1/structure/7", - "time": 11, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "6b3897b7-9df0-4475-9d84-8a8ac9fedad3", - "name": "Create Structure Item", - "url": "http://localhost:8081/api/courses/1/structure", - "time": 41, - "responseCode": { - "code": 201, - "name": "Created" - }, - "tests": { - "Status 201": true - }, - "testPassFailCounts": { - "Status 201": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 41 - ], - "allTests": [ - { - "Status 201": true - } - ] - }, - { - "id": "e8f0d503-0f45-4a2b-b18e-68c7e91810fc", - "name": "Update Structure Item", - "url": "http://localhost:8081/api/courses/1/structure/15", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "c4884f46-dec3-464c-8030-9ee67c858d76", - "name": "Reorder Structure", - "url": "http://localhost:8081/api/courses/1/structure/reorder", - "time": 15, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 15 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "9a9e8499-1d6d-4c32-964d-78a140fdc065", - "name": "Delete Structure Item", - "url": "http://localhost:8081/api/courses/1/structure/15", - "time": 12, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 12 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "1a460d34-01c2-403c-bffd-fe366a5ab111", - "name": "Get YouTube Auth URL", - "url": "http://localhost:8081/youtube/auth", - "time": 3, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true, - "Has authUrl": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - }, - "Has authUrl": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 3 - ], - "allTests": [ - { - "Status 200": true, - "Has authUrl": true - } - ] - }, - { - "id": "cf9a1aa8-d14a-4f80-ba4e-e9c675ca5fa6", - "name": "Search YouTube Videos", - "url": "http://localhost:8081/youtube/search?query=NestJS+tutorial&maxResults=5", - "time": 616, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status OK or 500 (OAuth needed)": true - }, - "testPassFailCounts": { - "Status OK or 500 (OAuth needed)": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 616 - ], - "allTests": [ - { - "Status OK or 500 (OAuth needed)": true - } - ] - }, - { - "id": "79f8101e-0d70-4b96-8797-eba161e1646e", - "name": "Get Video Details", - "url": "http://localhost:8081/youtube/videos/dQw4w9WgXcQ", - "time": 73, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status OK or 500 (OAuth needed)": true - }, - "testPassFailCounts": { - "Status OK or 500 (OAuth needed)": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 73 - ], - "allTests": [ - { - "Status OK or 500 (OAuth needed)": true - } - ] - }, - { - "id": "57230d6c-7753-4dd0-a5d7-30e7c2fee323", - "name": "Get Channel Videos", - "url": "http://localhost:8081/youtube/channel/UC_x5XG1OV2P6uZZ5FSM9Ttw/videos?maxResults=5", - "time": 70, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status OK or 500 (OAuth needed)": true - }, - "testPassFailCounts": { - "Status OK or 500 (OAuth needed)": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 70 - ], - "allTests": [ - { - "Status OK or 500 (OAuth needed)": true - } - ] - }, - { - "id": "97cb14c7-4dc3-4a7f-89b3-5af7c805e3ef", - "name": "List Announcements", - "url": "http://localhost:8081/api/announcements", - "time": 13, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 13 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "f370c7f9-a681-495b-a04e-0397adf62fb8", - "name": "Create Announcement", - "url": "http://localhost:8081/api/announcements", - "time": 25, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 25 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "16cf7da9-712a-4a63-a718-ac26a89ec17c", - "name": "Get Announcement (1)", - "url": "http://localhost:8081/api/announcements/1", - "time": 14, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 14 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "351fa67b-8677-4f7a-b522-5c6a4a818602", - "name": "Update Announcement (1)", - "url": "http://localhost:8081/api/announcements/1", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "dee5597c-7457-49a8-aad4-e6bc11af5bd3", - "name": "Publish Announcement (1)", - "url": "http://localhost:8081/api/announcements/1/publish", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "69c8105b-467e-4e89-9794-f9dff54cb9ec", - "name": "Pin Announcement (1)", - "url": "http://localhost:8081/api/announcements/1/pin", - "time": 11, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "6983184d-79a5-41bb-a0e9-77d2a3a837da", - "name": "Announcement Analytics (1)", - "url": "http://localhost:8081/api/announcements/1/analytics", - "time": 11, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "3dd70b41-3f8d-416b-8601-f33a0937953e", - "name": "List Assignments", - "url": "http://localhost:8081/api/assignments", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "c8fb57d8-d848-47cf-a91c-f421beab2070", - "name": "Get Assignment (1)", - "url": "http://localhost:8081/api/assignments/1", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "b295b072-1196-4af6-a37d-02d76f60d182", - "name": "Create Assignment", - "url": "http://localhost:8081/api/assignments", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "afedb8b4-4cec-4886-8e80-db842916b902", - "name": "Update Assignment (1)", - "url": "http://localhost:8081/api/assignments/1", - "time": 22, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 22 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "38220b66-9228-477b-aa79-5984193f28cd", - "name": "My Submission (Assignment 1)", - "url": "http://localhost:8081/api/assignments/1/submissions/my", - "time": 19, - "responseCode": { - "code": 404, - "name": "Not Found" - }, - "tests": { - "Status 200 or 404": true - }, - "testPassFailCounts": { - "Status 200 or 404": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 19 - ], - "allTests": [ - { - "Status 200 or 404": true - } - ] - }, - { - "id": "cd602263-b4d0-42e7-a0d5-ec56d1893a02", - "name": "All Submissions (Assignment 1)", - "url": "http://localhost:8081/api/assignments/1/submissions", - "time": 10, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "a71b42b2-de38-4bd0-a5ae-17ff8aa95fb2", - "name": "List Discussions", - "url": "http://localhost:8081/api/discussions", - "time": 19, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 19 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "459c9e38-815d-411a-a512-321a3c545291", - "name": "Create Discussion", - "url": "http://localhost:8081/api/discussions", - "time": 12, - "responseCode": { - "code": 201, - "name": "Created" - }, - "tests": { - "Status 201": true - }, - "testPassFailCounts": { - "Status 201": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 12 - ], - "allTests": [ - { - "Status 201": true - } - ] - }, - { - "id": "ae704b71-2146-40aa-b48f-76a41ff1595f", - "name": "Get Discussion (3)", - "url": "http://localhost:8081/api/discussions/3", - "time": 23, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 23 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "17fa0681-7844-419d-bf45-a0ed1348fe99", - "name": "Update Discussion (3)", - "url": "http://localhost:8081/api/discussions/3", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "20da735d-8380-481d-a435-592e33d3060d", - "name": "Reply to Discussion (3)", - "url": "http://localhost:8081/api/discussions/3/reply", - "time": 16, - "responseCode": { - "code": 201, - "name": "Created" - }, - "tests": { - "Status 201": true - }, - "testPassFailCounts": { - "Status 201": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 16 - ], - "allTests": [ - { - "Status 201": true - } - ] - }, - { - "id": "cfc187ed-e08a-4480-aea5-f6ad7240dc3c", - "name": "Pin Discussion (3)", - "url": "http://localhost:8081/api/discussions/3/pin", - "time": 14, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 14 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "28c1afe4-de59-4f51-9619-2cca52c65634", - "name": "Lock Discussion (3)", - "url": "http://localhost:8081/api/discussions/3/lock", - "time": 14, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 14 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "fd62e379-9af1-4b5d-9912-0c896e2b5a8c", - "name": "List Communities", - "url": "http://localhost:8081/api/community/communities", - "time": 21, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 21 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "ad6546ce-b514-4c36-9834-e6658f915346", - "name": "Get Global Community", - "url": "http://localhost:8081/api/community/global", - "time": 43, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 43 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "920e9a0c-b1fb-418d-accb-87296ee80edf", - "name": "Get Community (1)", - "url": "http://localhost:8081/api/community/communities/1", - "time": 11, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "363e3578-20b8-4d7e-b5d4-afaccf0edf1f", - "name": "Community Posts (1)", - "url": "http://localhost:8081/api/community/communities/1/posts", - "time": 13, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 13 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "bc8d920c-0684-474e-84d9-033bab0fc85b", - "name": "Create Community Post", - "url": "http://localhost:8081/api/community/communities/1/posts", - "time": 22, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 22 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "35604064-4bda-476d-a051-f3b488389a26", - "name": "Post to Global Community", - "url": "http://localhost:8081/api/community/global/posts", - "time": 16, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 16 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "8476763a-b0d4-450d-bd3a-16ce48cd5835", - "name": "My Department Communities", - "url": "http://localhost:8081/api/community/my-departments", - "time": 8, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "19528385-1066-4ad8-a65e-e97173c95191", - "name": "List All Posts", - "url": "http://localhost:8081/api/community/posts", - "time": 11, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "fa3e5651-0b60-4a0d-ad07-bc6bd1244970", - "name": "Get Post (3)", - "url": "http://localhost:8081/api/community/posts/3", - "time": 11, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "5a41dbbe-a7eb-446e-ad17-7153d03eaf3a", - "name": "Comment on Post (3)", - "url": "http://localhost:8081/api/community/posts/3/comment", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "22d88e46-a6df-4870-8e12-b521e7de00d3", - "name": "React to Post (3)", - "url": "http://localhost:8081/api/community/posts/3/react", - "time": 11, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status OK": false - }, - "testPassFailCounts": { - "Status OK": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status OK": false - } - ] - }, - { - "id": "9cbe5474-96c1-489f-8e48-07ad1d194449", - "name": "List Community Tags", - "url": "http://localhost:8081/api/community/tags", - "time": 10, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "328fb6a9-2622-4010-9ddb-b80520ecd912", - "name": "Create Community Tag", - "url": "http://localhost:8081/api/community/tags", - "time": 15, - "responseCode": { - "code": 409, - "name": "Conflict" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 15 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "b2301f5f-25c3-419d-b413-3ff25609f02c", - "name": "Search Files", - "url": "http://localhost:8081/api/files/search?query=syllabus", - "time": 7, - "responseCode": { - "code": 400, - "name": "Bad Request" - }, - "tests": { - "Status 200 or 400": true - }, - "testPassFailCounts": { - "Status 200 or 400": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 7 - ], - "allTests": [ - { - "Status 200 or 400": true - } - ] - }, - { - "id": "b2c04f52-92d6-4e1b-944c-4276ee9d60e0", - "name": "Recent Files", - "url": "http://localhost:8081/api/files/recent", - "time": 15, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 15 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "37b958e2-a792-4ec4-8b28-02a78ff312a1", - "name": "Shared Files", - "url": "http://localhost:8081/api/files/shared", - "time": 51, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 51 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "15df794e-3e95-41bc-b218-8c40d5c2b2b5", - "name": "Get File (1)", - "url": "http://localhost:8081/api/files/1", - "time": 25, - "responseCode": { - "code": 403, - "name": "Forbidden" - }, - "tests": { - "Status OK or Forbidden": true - }, - "testPassFailCounts": { - "Status OK or Forbidden": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 25 - ], - "allTests": [ - { - "Status OK or Forbidden": true - } - ] - }, - { - "id": "e478c436-c65d-499a-8126-f68ce4f3666b", - "name": "Get File Download URL", - "url": "http://localhost:8081/api/files/1/download", - "time": 14, - "responseCode": { - "code": 403, - "name": "Forbidden" - }, - "tests": { - "Status OK or Forbidden": true - }, - "testPassFailCounts": { - "Status OK or Forbidden": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 14 - ], - "allTests": [ - { - "Status OK or Forbidden": true - } - ] - }, - { - "id": "606c4091-a70f-49dd-8f68-e95e71d3b720", - "name": "Get File Permissions", - "url": "http://localhost:8081/api/files/1/permissions", - "time": 12, - "responseCode": { - "code": 403, - "name": "Forbidden" - }, - "tests": { - "Status OK or Forbidden": true - }, - "testPassFailCounts": { - "Status OK or Forbidden": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 12 - ], - "allTests": [ - { - "Status OK or Forbidden": true - } - ] - }, - { - "id": "288a6a5e-84ab-4fcb-8c18-b0079a500799", - "name": "Get File Versions", - "url": "http://localhost:8081/api/files/1/versions", - "time": 12, - "responseCode": { - "code": 403, - "name": "Forbidden" - }, - "tests": { - "Status OK or Forbidden": true - }, - "testPassFailCounts": { - "Status OK or Forbidden": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 12 - ], - "allTests": [ - { - "Status OK or Forbidden": true - } - ] - }, - { - "id": "d7531f8b-515e-4116-ba0f-91e3e74b2710", - "name": "Update File Metadata", - "url": "http://localhost:8081/api/files/1", - "time": 12, - "responseCode": { - "code": 403, - "name": "Forbidden" - }, - "tests": { - "Status OK or Forbidden": true - }, - "testPassFailCounts": { - "Status OK or Forbidden": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 12 - ], - "allTests": [ - { - "Status OK or Forbidden": true - } - ] - }, - { - "id": "748d24ff-2067-4345-b46c-c703fac469a8", - "name": "Get Folder (1)", - "url": "http://localhost:8081/api/files/folders/1", - "time": 22, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 22 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "36dc7afb-a612-44ff-91b5-164cb208a5d7", - "name": "Get Folder Children", - "url": "http://localhost:8081/api/files/folders/1/children", - "time": 12, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 12 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "d22cea43-ad7d-4cfc-b76b-b88379594f66", - "name": "Get Folder Tree", - "url": "http://localhost:8081/api/files/folders/1/tree", - "time": 13, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 13 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "309ac622-177e-4562-ab96-ba1c00960415", - "name": "Create Folder", - "url": "http://localhost:8081/api/files/folders", - "time": 14, - "responseCode": { - "code": 201, - "name": "Created" - }, - "tests": { - "Status 201": true - }, - "testPassFailCounts": { - "Status 201": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 14 - ], - "allTests": [ - { - "Status 201": true - } - ] - }, - { - "id": "cdf35985-ac50-4fcb-a527-9d4bbcc2deb5", - "name": "Update Folder", - "url": "http://localhost:8081/api/files/folders/17", - "time": 13, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 13 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "2b0b94d2-2560-4b5f-b604-748cb3e687f0", - "name": "Delete Folder", - "url": "http://localhost:8081/api/files/folders/17", - "time": 16, - "responseCode": { - "code": 204, - "name": "No Content" - }, - "tests": { - "Status OK": true - }, - "testPassFailCounts": { - "Status OK": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 16 - ], - "allTests": [ - { - "Status OK": true - } - ] - }, - { - "id": "415f8922-eec3-4f3f-a5dc-f664e9ac024b", - "name": "List Quizzes", - "url": "http://localhost:8081/quizzes", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "ac196e00-6455-4d77-8841-488513bbc358", - "name": "Get Quiz (1)", - "url": "http://localhost:8081/quizzes/1", - "time": 11, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "4258d737-e0fe-4679-9679-4d7b54239e77", - "name": "Get Difficulty Levels", - "url": "http://localhost:8081/quizzes/difficulty-levels", - "time": 16, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 16 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "1e9e25a5-88e2-43e4-af85-1a16ae7bd3f3", - "name": "My Quiz Attempts", - "url": "http://localhost:8081/quizzes/my-attempts", - "time": 29, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 29 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "c1e6eadf-1cc1-4445-bae3-9d7ce9bc456a", - "name": "All Attempts", - "url": "http://localhost:8081/quizzes/attempts", - "time": 10, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "4916112d-85dc-4853-ad47-e1c1d9ef2f19", - "name": "Quiz Statistics (1)", - "url": "http://localhost:8081/quizzes/1/statistics", - "time": 8, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "860ccf75-b03d-4c9e-bcaf-49743eae84e1", - "name": "Quiz Progress (Course 1)", - "url": "http://localhost:8081/quizzes/progress/course/1", - "time": 7, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 7 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "9620a9de-0d8b-44f8-92fb-577782a946f5", - "name": "Create Quiz", - "url": "http://localhost:8081/quizzes", - "time": 8, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "fa215fab-1826-469e-a395-ff50ddf8819f", - "name": "Update Quiz (1)", - "url": "http://localhost:8081/quizzes/1", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "b8cf4b62-b36b-4e0e-bd27-ebae45a5b760", - "name": "List Labs", - "url": "http://localhost:8081/api/labs", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "68b1dc6c-6b03-4f5c-b484-e2fcf1a11d78", - "name": "Get Lab (3)", - "url": "http://localhost:8081/api/labs/3", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "5e692619-d996-4d20-9a9e-af7636eed6e9", - "name": "Create Lab", - "url": "http://localhost:8081/api/labs", - "time": 30, - "responseCode": { - "code": 201, - "name": "Created" - }, - "tests": { - "Status 201": true - }, - "testPassFailCounts": { - "Status 201": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 30 - ], - "allTests": [ - { - "Status 201": true - } - ] - }, - { - "id": "62bedb14-be2c-4e5c-be33-d88360b08199", - "name": "Update Lab (3)", - "url": "http://localhost:8081/api/labs/3", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "17eb3c29-aa61-444f-8916-5291db495f46", - "name": "Lab Instructions (3)", - "url": "http://localhost:8081/api/labs/3/instructions", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "b2653236-f47d-4079-9e23-c8b9ea6c0688", - "name": "Lab Submissions (3)", - "url": "http://localhost:8081/api/labs/3/submissions", - "time": 7, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 7 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "196331f1-8fbe-4a1e-a3fd-762871953c4c", - "name": "My Lab Submission", - "url": "http://localhost:8081/api/labs/3/submissions/my", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status OK": false - }, - "testPassFailCounts": { - "Status OK": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status OK": false - } - ] - }, - { - "id": "2ddfb0d6-4347-4019-b5bf-e520e8d019d0", - "name": "Lab Attendance (3)", - "url": "http://localhost:8081/api/labs/3/attendance", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "5f225c3b-9435-46b8-a2ae-6460149d0db5", - "name": "List Grades", - "url": "http://localhost:8081/api/grades", - "time": 10, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "94e3780c-fc6f-4bba-aebf-786e21649ee6", - "name": "My Grades (Student)", - "url": "http://localhost:8081/api/grades/my", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "0339dc95-e9e6-45d7-b09a-4751c3c54d39", - "name": "Student Transcript (57)", - "url": "http://localhost:8081/api/grades/transcript/57", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "f0dc971a-5b1d-453b-9cd9-4a5ff22f2fe2", - "name": "Student GPA (57)", - "url": "http://localhost:8081/api/grades/gpa/57", - "time": 11, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "6c9bdb40-d35a-4f23-b56c-54f7eb3a5026", - "name": "Grade Distribution (Course 1)", - "url": "http://localhost:8081/api/grades/distribution/1", - "time": 25, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 25 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "f9aaf648-4302-4de3-ab0c-9149317bdd1a", - "name": "List Rubrics", - "url": "http://localhost:8081/api/rubrics?courseId=1", - "time": 20, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 20 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "f3266c54-d1a7-4f8f-9663-f5ddc92ce992", - "name": "Create Rubric", - "url": "http://localhost:8081/api/rubrics", - "time": 8, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "24aedd26-a45a-4aff-ad80-12f948d443ec", - "name": "List Attendance Sessions", - "url": "http://localhost:8081/attendance/sessions", - "time": 22, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 22 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "1deabe5a-05ba-460b-9ecb-f90f3cb4aff2", - "name": "Create Attendance Session", - "url": "http://localhost:8081/attendance/sessions", - "time": 17, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 201": false - }, - "testPassFailCounts": { - "Status 201": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 17 - ], - "allTests": [ - { - "Status 201": false - } - ] - }, - { - "id": "2037049e-8e58-4d14-b94b-51554b973e68", - "name": "My Attendance (Student)", - "url": "http://localhost:8081/attendance/my", - "time": 20, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 20 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "30d01709-60b3-455e-99eb-5cd7a0c95bc9", - "name": "Attendance by Course (1)", - "url": "http://localhost:8081/attendance/by-course/1", - "time": 13, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 13 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "378c9b48-8485-4b7e-bda8-d2d012392d5a", - "name": "Attendance by Student (57)", - "url": "http://localhost:8081/attendance/by-student/57", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "14ff11b5-5728-4369-a60d-75fdb6fa2c1f", - "name": "List Notifications", - "url": "http://localhost:8081/api/notifications", - "time": 18, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 18 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "dbfe66cb-da97-489d-be8e-3655592e1ef2", - "name": "Unread Count", - "url": "http://localhost:8081/api/notifications/unread-count", - "time": 8, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "9d0dfb6e-f253-4eed-a4e0-362438a26f36", - "name": "Get Preferences", - "url": "http://localhost:8081/api/notifications/preferences", - "time": 19, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 19 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "36d2122c-5e7a-454d-aca0-f87d42095dd2", - "name": "Update Preferences", - "url": "http://localhost:8081/api/notifications/preferences", - "time": 14, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 14 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "f8ccee75-4fef-4431-89e8-ee121b72314d", - "name": "Mark All as Read", - "url": "http://localhost:8081/api/notifications/read-all", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "a9f20f0d-0eeb-4adb-bfd1-3d88354858a6", - "name": "Send Notification (Admin)", - "url": "http://localhost:8081/api/notifications/send", - "time": 15, - "responseCode": { - "code": 201, - "name": "Created" - }, - "tests": { - "Status 201": true - }, - "testPassFailCounts": { - "Status 201": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 15 - ], - "allTests": [ - { - "Status 201": true - } - ] - }, - { - "id": "6e7eaa35-480d-4e80-9752-20683a8d302a", - "name": "Search Users for Chat", - "url": "http://localhost:8081/api/messages/users/search?query=admin", - "time": 8, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "f68f4d4f-5b33-49b9-ba96-b713ec175810", - "name": "List Conversations", - "url": "http://localhost:8081/api/messages/conversations", - "time": 51, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 51 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "3af7fcc4-9cae-4ecc-bf1c-6fd1e8377fb4", - "name": "Create Conversation", - "url": "http://localhost:8081/api/messages/conversations", - "time": 21, - "responseCode": { - "code": 201, - "name": "Created" - }, - "tests": { - "Status 201": true - }, - "testPassFailCounts": { - "Status 201": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 21 - ], - "allTests": [ - { - "Status 201": true - } - ] - }, - { - "id": "08b77fa9-25f1-4f17-ab8a-5bd901090f11", - "name": "Unread Message Count", - "url": "http://localhost:8081/api/messages/unread-count", - "time": 8, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "574fe71f-aba2-431e-83f9-0c29e95c6c4c", - "name": "Search Messages", - "url": "http://localhost:8081/api/messages/search?query=hello", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "eaf230c9-1a5c-4930-942d-cbdb128f3631", - "name": "Online Users", - "url": "http://localhost:8081/api/messages/online-users", - "time": 6, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 6 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "bb6f7765-269e-413c-99d0-5cd877ecd3e5", - "name": "My Daily Schedule", - "url": "http://localhost:8081/api/schedule/my/daily", - "time": 11, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "231d336d-0d1d-496b-a5b5-efafda661670", - "name": "My Weekly Schedule", - "url": "http://localhost:8081/api/schedule/my/weekly", - "time": 8, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "b4a96928-8178-47b2-a8c5-1fa075320c37", - "name": "Schedule Range", - "url": "http://localhost:8081/api/schedule/range?startDate=2025-09-01&endDate=2025-12-31", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "87c97af4-c086-4385-99c1-23ed6201d781", - "name": "Section Schedule (1)", - "url": "http://localhost:8081/api/schedule/section/1", - "time": 8, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "e2f932e9-8b15-497a-b196-121b45b22d8a", - "name": "Academic Schedule", - "url": "http://localhost:8081/api/schedule/academic", - "time": 22, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 22 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "c5a09db6-a1dc-4018-ba26-f46b14a7c477", - "name": "List Calendar Events", - "url": "http://localhost:8081/api/calendar/events", - "time": 11, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "f4b5ee34-0d09-4bd9-a178-c1e6b991c00d", - "name": "Create Calendar Event", - "url": "http://localhost:8081/api/calendar/events", - "time": 15, - "responseCode": { - "code": 201, - "name": "Created" - }, - "tests": { - "Status 201": true - }, - "testPassFailCounts": { - "Status 201": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 15 - ], - "allTests": [ - { - "Status 201": true - } - ] - }, - { - "id": "a0a253f6-060d-46f4-a049-1f75a3023bec", - "name": "Delete Calendar Event", - "url": "http://localhost:8081/api/calendar/events/8", - "time": 11, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "53c80adf-82c6-42c2-8536-231c415e5850", - "name": "List Integrations", - "url": "http://localhost:8081/api/calendar/integrations", - "time": 24, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 24 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "48a6bbd0-495e-441d-9578-f6ac432529b4", - "name": "List Exam Schedules", - "url": "http://localhost:8081/api/exams/schedule", - "time": 11, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "eebecbee-93e5-4179-860a-5299b23722f1", - "name": "Check Exam Conflicts", - "url": "http://localhost:8081/api/exams/schedule/conflicts", - "time": 20, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 20 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "efd97903-c199-4be3-9cd9-ecefce0e5a30", - "name": "Create Exam Schedule", - "url": "http://localhost:8081/api/exams/schedule", - "time": 14, - "responseCode": { - "code": 201, - "name": "Created" - }, - "tests": { - "Status 201": true - }, - "testPassFailCounts": { - "Status 201": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 14 - ], - "allTests": [ - { - "Status 201": true - } - ] - }, - { - "id": "6c093ea3-4658-40c5-a4b0-b84b41012d94", - "name": "Delete Exam Schedule", - "url": "http://localhost:8081/api/exams/schedule/6", - "time": 9, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status OK": false - }, - "testPassFailCounts": { - "Status OK": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status OK": false - } - ] - }, - { - "id": "9b290531-cf17-432e-a070-2a32a8433f50", - "name": "List My Tasks", - "url": "http://localhost:8081/api/tasks?page=1&limit=20", - "time": 20, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 20 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "5c3cb406-b74a-4206-904b-836395ec1e07", - "name": "Create Task", - "url": "http://localhost:8081/api/tasks", - "time": 14, - "responseCode": { - "code": 201, - "name": "Created" - }, - "tests": { - "Status 201": true - }, - "testPassFailCounts": { - "Status 201": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 14 - ], - "allTests": [ - { - "Status 201": true - } - ] - }, - { - "id": "99fb504c-93da-499f-8d06-41bd97e01d13", - "name": "Get Upcoming Tasks", - "url": "http://localhost:8081/api/tasks/upcoming?days=7", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "9712f63f-6a5b-4538-906d-150a8e1f49ad", - "name": "Get Task Detail", - "url": "http://localhost:8081/api/tasks/7", - "time": 8, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "a6031500-f241-4848-bbb5-96ccd8efc177", - "name": "Update Task", - "url": "http://localhost:8081/api/tasks/%7B%7BcreatedTaskId%7D%7D", - "time": 8, - "responseCode": { - "code": 400, - "name": "Bad Request" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "4d7d7210-c63f-4c31-83bd-aebf82361179", - "name": "Complete Task", - "url": "http://localhost:8081/api/tasks/8/complete", - "time": 29, - "responseCode": { - "code": 500, - "name": "Internal Server Error" - }, - "tests": { - "Status 200": false - }, - "testPassFailCounts": { - "Status 200": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 29 - ], - "allTests": [ - { - "Status 200": false - } - ] - }, - { - "id": "a5510e5a-dac7-4584-b394-78bf871b24bb", - "name": "Delete Task", - "url": "http://localhost:8081/api/tasks/%7B%7BcreatedTaskId%7D%7D", - "time": 11, - "responseCode": { - "code": 400, - "name": "Bad Request" - }, - "tests": { - "Status 200 or 204": false - }, - "testPassFailCounts": { - "Status 200 or 204": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200 or 204": false - } - ] - }, - { - "id": "1ec68311-c5ba-4f56-afc5-5367e43fb10d", - "name": "List Reminders", - "url": "http://localhost:8081/api/tasks/reminders", - "time": 21, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 21 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "4f0e8bb1-9daa-4b89-96fe-eb621f06c775", - "name": "Create Reminder", - "url": "http://localhost:8081/api/tasks/reminders", - "time": 16, - "responseCode": { - "code": 201, - "name": "Created" - }, - "tests": { - "Status 201": true - }, - "testPassFailCounts": { - "Status 201": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 16 - ], - "allTests": [ - { - "Status 201": true - } - ] - }, - { - "id": "272939b4-5f8a-4112-bb3c-cf42cf40c146", - "name": "Delete Reminder", - "url": "http://localhost:8081/api/tasks/reminders/%7B%7BcreatedReminderId%7D%7D", - "time": 7, - "responseCode": { - "code": 400, - "name": "Bad Request" - }, - "tests": { - "Status 200 or 204": false - }, - "testPassFailCounts": { - "Status 200 or 204": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 7 - ], - "allTests": [ - { - "Status 200 or 204": false - } - ] - }, - { - "id": "0b8a3d4e-15c6-430a-a01e-b9d0d8b37969", - "name": "Global Search", - "url": "http://localhost:8081/api/search?query=programming&page=1&limit=20", - "time": 46, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 46 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "7568ad2e-08d1-4485-abf9-d2adf450d0ed", - "name": "Search Courses", - "url": "http://localhost:8081/api/search/courses?query=data&page=1&limit=20", - "time": 15, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 15 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "2b89f982-3559-4597-8bab-ef34995628c4", - "name": "Search Users", - "url": "http://localhost:8081/api/search/users?query=tarek&page=1&limit=20", - "time": 13, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 13 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "c15c5e90-558a-4a46-a4c8-81eea184f57b", - "name": "Search Materials", - "url": "http://localhost:8081/api/search/materials?query=lecture&page=1&limit=20", - "time": 12, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 12 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "4d3c6f3c-2d4a-4797-a1d3-d01682782911", - "name": "Get Search History", - "url": "http://localhost:8081/api/search/history?page=1&limit=20", - "time": 8, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 8 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "8c47ae14-8afb-4730-8cba-29a411671d11", - "name": "Clear Search History", - "url": "http://localhost:8081/api/search/history", - "time": 11, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200 or 204": true - }, - "testPassFailCounts": { - "Status 200 or 204": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 11 - ], - "allTests": [ - { - "Status 200 or 204": true - } - ] - }, - { - "id": "49f91b7e-d0cb-4751-bdde-84f802ec3f45", - "name": "Dashboard", - "url": "http://localhost:8081/api/analytics/dashboard", - "time": 33, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 33 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "390d3b9d-f1a7-4d94-9f3e-cf695d0a4175", - "name": "Performance Metrics", - "url": "http://localhost:8081/api/analytics/performance?courseId=1", - "time": 21, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 21 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "6f9e9c15-ddd7-416c-9322-87149b7bf6dc", - "name": "Engagement", - "url": "http://localhost:8081/api/analytics/engagement?courseId=1", - "time": 19, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 19 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "e086d366-6c3b-45dc-9b89-ea335ce977ed", - "name": "Attendance Trends", - "url": "http://localhost:8081/api/analytics/attendance-trends?courseId=1", - "time": 10, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "eb2a0296-f30b-46bc-af0d-af08c46e1416", - "name": "At-Risk Students", - "url": "http://localhost:8081/api/analytics/at-risk-students?courseId=1", - "time": 20, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 20 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "1f7c1770-88ce-497e-8aaa-7d105e7824e2", - "name": "Grade Distribution", - "url": "http://localhost:8081/api/analytics/grade-distribution?courseId=1", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "8b543ec5-1ff8-4707-b391-676595e561c4", - "name": "Enrollment Trends", - "url": "http://localhost:8081/api/analytics/enrollment-trends", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "49bbef20-2e8d-4cfc-88ec-c9203561ff52", - "name": "Course Comparison", - "url": "http://localhost:8081/api/analytics/course-comparison?courseIds=1,2,3", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "3c6a6ae8-01a4-440c-822c-cefac29aca61", - "name": "Course Analytics", - "url": "http://localhost:8081/api/analytics/courses/1", - "time": 7, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 7 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "e5769cac-44d0-4dbf-a27a-ca4db8943b9a", - "name": "Student Analytics", - "url": "http://localhost:8081/api/analytics/students/57", - "time": 12, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 12 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "6ea3ae22-94fa-48d6-b1aa-5dc4c788b76d", - "name": "Weak Topics", - "url": "http://localhost:8081/api/analytics/weak-topics/1", - "time": 20, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 20 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "6e781789-7da7-49d0-a0c6-fe1d2269c809", - "name": "List Templates", - "url": "http://localhost:8081/api/reports/templates", - "time": 19, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 19 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "54940171-bb06-4abe-9daf-186ae0a33aaa", - "name": "Generate Report", - "url": "http://localhost:8081/api/reports/generate", - "time": 59, - "responseCode": { - "code": 201, - "name": "Created" - }, - "tests": { - "Status 201": true - }, - "testPassFailCounts": { - "Status 201": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 59 - ], - "allTests": [ - { - "Status 201": true - } - ] - }, - { - "id": "eda05201-91ea-496a-b481-31c2a2b03a7b", - "name": "Report History", - "url": "http://localhost:8081/api/reports/history", - "time": 10, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 10 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "13084371-3be4-4ddc-9e80-e286f2b702a6", - "name": "Get Report", - "url": "http://localhost:8081/api/reports/1", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "c113ab64-9b69-4abd-919b-49cc84952759", - "name": "Download Report", - "url": "http://localhost:8081/api/reports/1/download", - "time": 9, - "responseCode": { - "code": 200, - "name": "OK" - }, - "tests": { - "Status 200": true - }, - "testPassFailCounts": { - "Status 200": { - "pass": 1, - "fail": 0 - } - }, - "times": [ - 9 - ], - "allTests": [ - { - "Status 200": true - } - ] - }, - { - "id": "d2b44905-6d90-4fe2-aa25-a0b066f4a328", - "name": "Delete Report", - "url": "http://localhost:8081/api/reports/%7B%7BcreatedReportId%7D%7D", - "time": 6, - "responseCode": { - "code": 400, - "name": "Bad Request" - }, - "tests": { - "Status 200 or 204": false - }, - "testPassFailCounts": { - "Status 200 or 204": { - "pass": 0, - "fail": 1 - } - }, - "times": [ - 6 - ], - "allTests": [ - { - "Status 200 or 204": false - } - ] - } - ], - "count": 1, - "totalTime": 3764, - "collection": { - "requests": [ - { - "id": "6582016d-0e7b-4658-a357-7d7e83efe2c7", - "method": "GET" - }, - { - "id": "095a82fb-9762-4128-82f5-cad715027b0d", - "method": "POST" - }, - { - "id": "7164349f-1a29-4376-ba31-d4e73082f84d", - "method": "GET" - }, - { - "id": "ba1e600d-5c90-4b8a-a556-5971d08c6ddd", - "method": "PUT" - }, - { - "id": "72a62c8b-ff5d-4aea-b1e7-047e60bba58d", - "method": "GET" - }, - { - "id": "6971e15d-4b93-43fa-81d9-fc901c2ccf21", - "method": "PUT" - }, - { - "id": "5842da05-146d-4e23-b06b-4700574af798", - "method": "PATCH" - }, - { - "id": "bf8c42d9-c59e-4786-b8c9-73a571f315c1", - "method": "GET" - }, - { - "id": "6af33ac2-6b25-4bfb-b0ce-61b80b25ce68", - "method": "GET" - }, - { - "id": "5ede56bf-875a-4777-8c50-a0488dbd64cf", - "method": "GET" - }, - { - "id": "5aed6686-6f26-4e72-a244-09aee1c0ccda", - "method": "GET" - }, - { - "id": "2bfa5f9f-e7cc-42e8-ae01-2f88d44d15c5", - "method": "GET" - }, - { - "id": "74945ddc-2300-4f25-b438-dd5467c0e4a9", - "method": "PUT" - }, - { - "id": "ae568347-30fc-432f-ac41-0a51ddf3eb03", - "method": "GET" - }, - { - "id": "fdd40f26-f466-44ac-b435-7507ecd621b3", - "method": "GET" - }, - { - "id": "c5df6078-798b-451d-ad6b-5d984d57931a", - "method": "GET" - }, - { - "id": "89204896-d988-4cc7-8c85-1c71dae33e04", - "method": "GET" - }, - { - "id": "aa853da7-3199-4a9a-a3a7-b78e396b64f5", - "method": "GET" - }, - { - "id": "aed7b43e-31f7-4daf-b267-addf75da6d38", - "method": "GET" - }, - { - "id": "eba32692-05dc-4bdd-b9dc-31c442724291", - "method": "GET" - }, - { - "id": "afde71ce-8c4e-44df-ad7c-2d6b971b6065", - "method": "GET" - }, - { - "id": "0753ba7c-0c5c-48c5-8e28-dbafffc4eae3", - "method": "POST" - }, - { - "id": "f9cb0189-9a47-48a6-8101-02884344d75b", - "method": "PUT" - }, - { - "id": "75480c65-b9a3-47cc-8a53-e69273844bda", - "method": "GET" - }, - { - "id": "fcf9c378-13b1-4cb1-9b4f-e4fbfa2ad40b", - "method": "GET" - }, - { - "id": "62f5f7e4-bdc3-4966-b405-c10cdfb9a4d8", - "method": "POST" - }, - { - "id": "a699780f-2775-4ab4-8a2b-c9366cb42e89", - "method": "PUT" - }, - { - "id": "07891e00-3993-453a-b000-0bcd8b6e59e1", - "method": "GET" - }, - { - "id": "56cef179-5793-4243-8c3e-a5c57324c0f5", - "method": "GET" - }, - { - "id": "73a7a714-d07d-4975-b74e-94cd34df150e", - "method": "POST" - }, - { - "id": "0f509e4a-27df-4f3d-b804-478967967119", - "method": "PUT" - }, - { - "id": "cdb8a8a9-5c0d-4561-8660-d99c88068867", - "method": "GET" - }, - { - "id": "9a200739-9549-45f1-b1f1-4a6912006c80", - "method": "GET" - }, - { - "id": "57e04c68-d0df-4abb-8e63-27e244bfed46", - "method": "GET" - }, - { - "id": "aeb4d2f3-ea85-4506-9ee4-0b4fdd51b56c", - "method": "GET" - }, - { - "id": "9471fc98-a6e4-40d8-8de4-26b65cb2d042", - "method": "GET" - }, - { - "id": "9fc499f3-7d2d-4008-b8d7-2d99e13d5240", - "method": "GET" - }, - { - "id": "3409293d-84b7-4df2-bf18-1fa8790c7196", - "method": "GET" - }, - { - "id": "18846f4d-50d5-4676-8d5d-6a2327a5e2e0", - "method": "POST" - }, - { - "id": "c64073a1-610f-41b4-9efe-572271b2e842", - "method": "GET" - }, - { - "id": "353edd40-ad07-49bc-88da-80e72297d1ef", - "method": "GET" - }, - { - "id": "4e684cc8-042e-4f43-a2b8-d59b007665cc", - "method": "POST" - }, - { - "id": "12c0cb46-f214-42e0-bf44-f41eaa6a2faa", - "method": "GET" - }, - { - "id": "6be47154-592e-4cef-b6a9-8721efc83c28", - "method": "GET" - }, - { - "id": "5ab11cdf-b10a-4003-a58b-484222feaecb", - "method": "GET" - }, - { - "id": "ae267f6e-bae4-4210-82a8-8632f22f4ac1", - "method": "GET" - }, - { - "id": "419149b5-9759-4e31-b6c6-a63a922076c4", - "method": "GET" - }, - { - "id": "914d336b-f10c-4502-837c-f07e823d38d0", - "method": "GET" - }, - { - "id": "4de474fb-dc61-49cc-aea0-c7b9e83d4233", - "method": "GET" - }, - { - "id": "af68ce8a-f96c-4dca-a4b0-17a292ba0531", - "method": "GET" - }, - { - "id": "73afa921-b1ac-4fd9-9714-8d8d1d579cda", - "method": "GET" - }, - { - "id": "e85e6854-783d-4ac0-b4f9-1115ce13a70b", - "method": "GET" - }, - { - "id": "0f95b2a1-9ffe-4472-b129-28ec7581d798", - "method": "GET" - }, - { - "id": "f9101749-6117-45d4-b4b2-64f51baddfbd", - "method": "GET" - }, - { - "id": "4dce07a0-ebc7-4722-b7eb-33296f5b7ca0", - "method": "POST" - }, - { - "id": "e3a1aae7-4e69-4f25-8457-4d4aa2b06d4e", - "method": "POST" - }, - { - "id": "97264b18-2c55-4013-8ad6-f4ecf9d754ff", - "method": "GET" - }, - { - "id": "10269b28-d4b0-44ae-b748-d2905a0c281d", - "method": "GET" - }, - { - "id": "4a9846cb-c3f9-4603-b586-2e942e589b16", - "method": "PUT" - }, - { - "id": "fb44eef1-7b18-4abd-ae00-87be6b2ec0bf", - "method": "PATCH" - }, - { - "id": "93cf2b52-7ecc-4a63-a87b-dd5fd0c1fa5b", - "method": "POST" - }, - { - "id": "a84c07af-ba4d-4a24-9061-1b65beb2884a", - "method": "GET" - }, - { - "id": "2e423819-7776-45d6-9b78-dcaf9ee8f877", - "method": "GET" - }, - { - "id": "2e0ccc45-821e-49e6-948c-1f5768b30ae2", - "method": "DELETE" - }, - { - "id": "4ffddc52-983f-45d4-b2c4-e633ad98625e", - "method": "GET" - }, - { - "id": "67ac40ec-861e-481e-9d01-22aab4123f5d", - "method": "GET" - }, - { - "id": "6b3897b7-9df0-4475-9d84-8a8ac9fedad3", - "method": "POST" - }, - { - "id": "e8f0d503-0f45-4a2b-b18e-68c7e91810fc", - "method": "PUT" - }, - { - "id": "c4884f46-dec3-464c-8030-9ee67c858d76", - "method": "PATCH" - }, - { - "id": "9a9e8499-1d6d-4c32-964d-78a140fdc065", - "method": "DELETE" - }, - { - "id": "1a460d34-01c2-403c-bffd-fe366a5ab111", - "method": "GET" - }, - { - "id": "cf9a1aa8-d14a-4f80-ba4e-e9c675ca5fa6", - "method": "GET" - }, - { - "id": "79f8101e-0d70-4b96-8797-eba161e1646e", - "method": "GET" - }, - { - "id": "57230d6c-7753-4dd0-a5d7-30e7c2fee323", - "method": "GET" - }, - { - "id": "97cb14c7-4dc3-4a7f-89b3-5af7c805e3ef", - "method": "GET" - }, - { - "id": "f370c7f9-a681-495b-a04e-0397adf62fb8", - "method": "POST" - }, - { - "id": "16cf7da9-712a-4a63-a718-ac26a89ec17c", - "method": "GET" - }, - { - "id": "351fa67b-8677-4f7a-b522-5c6a4a818602", - "method": "PUT" - }, - { - "id": "dee5597c-7457-49a8-aad4-e6bc11af5bd3", - "method": "PATCH" - }, - { - "id": "69c8105b-467e-4e89-9794-f9dff54cb9ec", - "method": "PATCH" - }, - { - "id": "6983184d-79a5-41bb-a0e9-77d2a3a837da", - "method": "GET" - }, - { - "id": "3dd70b41-3f8d-416b-8601-f33a0937953e", - "method": "GET" - }, - { - "id": "c8fb57d8-d848-47cf-a91c-f421beab2070", - "method": "GET" - }, - { - "id": "b295b072-1196-4af6-a37d-02d76f60d182", - "method": "POST" - }, - { - "id": "afedb8b4-4cec-4886-8e80-db842916b902", - "method": "PATCH" - }, - { - "id": "38220b66-9228-477b-aa79-5984193f28cd", - "method": "GET" - }, - { - "id": "cd602263-b4d0-42e7-a0d5-ec56d1893a02", - "method": "GET" - }, - { - "id": "a71b42b2-de38-4bd0-a5ae-17ff8aa95fb2", - "method": "GET" - }, - { - "id": "459c9e38-815d-411a-a512-321a3c545291", - "method": "POST" - }, - { - "id": "ae704b71-2146-40aa-b48f-76a41ff1595f", - "method": "GET" - }, - { - "id": "17fa0681-7844-419d-bf45-a0ed1348fe99", - "method": "PUT" - }, - { - "id": "20da735d-8380-481d-a435-592e33d3060d", - "method": "POST" - }, - { - "id": "cfc187ed-e08a-4480-aea5-f6ad7240dc3c", - "method": "PATCH" - }, - { - "id": "28c1afe4-de59-4f51-9619-2cca52c65634", - "method": "PATCH" - }, - { - "id": "fd62e379-9af1-4b5d-9912-0c896e2b5a8c", - "method": "GET" - }, - { - "id": "ad6546ce-b514-4c36-9834-e6658f915346", - "method": "GET" - }, - { - "id": "920e9a0c-b1fb-418d-accb-87296ee80edf", - "method": "GET" - }, - { - "id": "363e3578-20b8-4d7e-b5d4-afaccf0edf1f", - "method": "GET" - }, - { - "id": "bc8d920c-0684-474e-84d9-033bab0fc85b", - "method": "POST" - }, - { - "id": "35604064-4bda-476d-a051-f3b488389a26", - "method": "POST" - }, - { - "id": "8476763a-b0d4-450d-bd3a-16ce48cd5835", - "method": "GET" - }, - { - "id": "19528385-1066-4ad8-a65e-e97173c95191", - "method": "GET" - }, - { - "id": "fa3e5651-0b60-4a0d-ad07-bc6bd1244970", - "method": "GET" - }, - { - "id": "5a41dbbe-a7eb-446e-ad17-7153d03eaf3a", - "method": "POST" - }, - { - "id": "22d88e46-a6df-4870-8e12-b521e7de00d3", - "method": "POST" - }, - { - "id": "9cbe5474-96c1-489f-8e48-07ad1d194449", - "method": "GET" - }, - { - "id": "328fb6a9-2622-4010-9ddb-b80520ecd912", - "method": "POST" - }, - { - "id": "b2301f5f-25c3-419d-b413-3ff25609f02c", - "method": "GET" - }, - { - "id": "b2c04f52-92d6-4e1b-944c-4276ee9d60e0", - "method": "GET" - }, - { - "id": "37b958e2-a792-4ec4-8b28-02a78ff312a1", - "method": "GET" - }, - { - "id": "15df794e-3e95-41bc-b218-8c40d5c2b2b5", - "method": "GET" - }, - { - "id": "e478c436-c65d-499a-8126-f68ce4f3666b", - "method": "GET" - }, - { - "id": "606c4091-a70f-49dd-8f68-e95e71d3b720", - "method": "GET" - }, - { - "id": "288a6a5e-84ab-4fcb-8c18-b0079a500799", - "method": "GET" - }, - { - "id": "d7531f8b-515e-4116-ba0f-91e3e74b2710", - "method": "PUT" - }, - { - "id": "748d24ff-2067-4345-b46c-c703fac469a8", - "method": "GET" - }, - { - "id": "36dc7afb-a612-44ff-91b5-164cb208a5d7", - "method": "GET" - }, - { - "id": "d22cea43-ad7d-4cfc-b76b-b88379594f66", - "method": "GET" - }, - { - "id": "309ac622-177e-4562-ab96-ba1c00960415", - "method": "POST" - }, - { - "id": "cdf35985-ac50-4fcb-a527-9d4bbcc2deb5", - "method": "PUT" - }, - { - "id": "2b0b94d2-2560-4b5f-b604-748cb3e687f0", - "method": "DELETE" - }, - { - "id": "415f8922-eec3-4f3f-a5dc-f664e9ac024b", - "method": "GET" - }, - { - "id": "ac196e00-6455-4d77-8841-488513bbc358", - "method": "GET" - }, - { - "id": "4258d737-e0fe-4679-9679-4d7b54239e77", - "method": "GET" - }, - { - "id": "1e9e25a5-88e2-43e4-af85-1a16ae7bd3f3", - "method": "GET" - }, - { - "id": "c1e6eadf-1cc1-4445-bae3-9d7ce9bc456a", - "method": "GET" - }, - { - "id": "4916112d-85dc-4853-ad47-e1c1d9ef2f19", - "method": "GET" - }, - { - "id": "860ccf75-b03d-4c9e-bcaf-49743eae84e1", - "method": "GET" - }, - { - "id": "9620a9de-0d8b-44f8-92fb-577782a946f5", - "method": "POST" - }, - { - "id": "fa215fab-1826-469e-a395-ff50ddf8819f", - "method": "PUT" - }, - { - "id": "b8cf4b62-b36b-4e0e-bd27-ebae45a5b760", - "method": "GET" - }, - { - "id": "68b1dc6c-6b03-4f5c-b484-e2fcf1a11d78", - "method": "GET" - }, - { - "id": "5e692619-d996-4d20-9a9e-af7636eed6e9", - "method": "POST" - }, - { - "id": "62bedb14-be2c-4e5c-be33-d88360b08199", - "method": "PUT" - }, - { - "id": "17eb3c29-aa61-444f-8916-5291db495f46", - "method": "GET" - }, - { - "id": "b2653236-f47d-4079-9e23-c8b9ea6c0688", - "method": "GET" - }, - { - "id": "196331f1-8fbe-4a1e-a3fd-762871953c4c", - "method": "GET" - }, - { - "id": "2ddfb0d6-4347-4019-b5bf-e520e8d019d0", - "method": "GET" - }, - { - "id": "5f225c3b-9435-46b8-a2ae-6460149d0db5", - "method": "GET" - }, - { - "id": "94e3780c-fc6f-4bba-aebf-786e21649ee6", - "method": "GET" - }, - { - "id": "0339dc95-e9e6-45d7-b09a-4751c3c54d39", - "method": "GET" - }, - { - "id": "f0dc971a-5b1d-453b-9cd9-4a5ff22f2fe2", - "method": "GET" - }, - { - "id": "6c9bdb40-d35a-4f23-b56c-54f7eb3a5026", - "method": "GET" - }, - { - "id": "f9aaf648-4302-4de3-ab0c-9149317bdd1a", - "method": "GET" - }, - { - "id": "f3266c54-d1a7-4f8f-9663-f5ddc92ce992", - "method": "POST" - }, - { - "id": "24aedd26-a45a-4aff-ad80-12f948d443ec", - "method": "GET" - }, - { - "id": "1deabe5a-05ba-460b-9ecb-f90f3cb4aff2", - "method": "POST" - }, - { - "id": "2037049e-8e58-4d14-b94b-51554b973e68", - "method": "GET" - }, - { - "id": "30d01709-60b3-455e-99eb-5cd7a0c95bc9", - "method": "GET" - }, - { - "id": "378c9b48-8485-4b7e-bda8-d2d012392d5a", - "method": "GET" - }, - { - "id": "14ff11b5-5728-4369-a60d-75fdb6fa2c1f", - "method": "GET" - }, - { - "id": "dbfe66cb-da97-489d-be8e-3655592e1ef2", - "method": "GET" - }, - { - "id": "9d0dfb6e-f253-4eed-a4e0-362438a26f36", - "method": "GET" - }, - { - "id": "36d2122c-5e7a-454d-aca0-f87d42095dd2", - "method": "PUT" - }, - { - "id": "f8ccee75-4fef-4431-89e8-ee121b72314d", - "method": "PATCH" - }, - { - "id": "a9f20f0d-0eeb-4adb-bfd1-3d88354858a6", - "method": "POST" - }, - { - "id": "6e7eaa35-480d-4e80-9752-20683a8d302a", - "method": "GET" - }, - { - "id": "f68f4d4f-5b33-49b9-ba96-b713ec175810", - "method": "GET" - }, - { - "id": "3af7fcc4-9cae-4ecc-bf1c-6fd1e8377fb4", - "method": "POST" - }, - { - "id": "08b77fa9-25f1-4f17-ab8a-5bd901090f11", - "method": "GET" - }, - { - "id": "574fe71f-aba2-431e-83f9-0c29e95c6c4c", - "method": "GET" - }, - { - "id": "eaf230c9-1a5c-4930-942d-cbdb128f3631", - "method": "GET" - }, - { - "id": "bb6f7765-269e-413c-99d0-5cd877ecd3e5", - "method": "GET" - }, - { - "id": "231d336d-0d1d-496b-a5b5-efafda661670", - "method": "GET" - }, - { - "id": "b4a96928-8178-47b2-a8c5-1fa075320c37", - "method": "GET" - }, - { - "id": "87c97af4-c086-4385-99c1-23ed6201d781", - "method": "GET" - }, - { - "id": "e2f932e9-8b15-497a-b196-121b45b22d8a", - "method": "GET" - }, - { - "id": "c5a09db6-a1dc-4018-ba26-f46b14a7c477", - "method": "GET" - }, - { - "id": "f4b5ee34-0d09-4bd9-a178-c1e6b991c00d", - "method": "POST" - }, - { - "id": "a0a253f6-060d-46f4-a049-1f75a3023bec", - "method": "DELETE" - }, - { - "id": "53c80adf-82c6-42c2-8536-231c415e5850", - "method": "GET" - }, - { - "id": "48a6bbd0-495e-441d-9578-f6ac432529b4", - "method": "GET" - }, - { - "id": "eebecbee-93e5-4179-860a-5299b23722f1", - "method": "GET" - }, - { - "id": "efd97903-c199-4be3-9cd9-ecefce0e5a30", - "method": "POST" - }, - { - "id": "6c093ea3-4658-40c5-a4b0-b84b41012d94", - "method": "DELETE" - }, - { - "id": "9b290531-cf17-432e-a070-2a32a8433f50", - "method": "GET" - }, - { - "id": "5c3cb406-b74a-4206-904b-836395ec1e07", - "method": "POST" - }, - { - "id": "99fb504c-93da-499f-8d06-41bd97e01d13", - "method": "GET" - }, - { - "id": "9712f63f-6a5b-4538-906d-150a8e1f49ad", - "method": "GET" - }, - { - "id": "a6031500-f241-4848-bbb5-96ccd8efc177", - "method": "PATCH" - }, - { - "id": "4d7d7210-c63f-4c31-83bd-aebf82361179", - "method": "POST" - }, - { - "id": "a5510e5a-dac7-4584-b394-78bf871b24bb", - "method": "DELETE" - }, - { - "id": "1ec68311-c5ba-4f56-afc5-5367e43fb10d", - "method": "GET" - }, - { - "id": "4f0e8bb1-9daa-4b89-96fe-eb621f06c775", - "method": "POST" - }, - { - "id": "272939b4-5f8a-4112-bb3c-cf42cf40c146", - "method": "DELETE" - }, - { - "id": "0b8a3d4e-15c6-430a-a01e-b9d0d8b37969", - "method": "GET" - }, - { - "id": "7568ad2e-08d1-4485-abf9-d2adf450d0ed", - "method": "GET" - }, - { - "id": "2b89f982-3559-4597-8bab-ef34995628c4", - "method": "GET" - }, - { - "id": "c15c5e90-558a-4a46-a4c8-81eea184f57b", - "method": "GET" - }, - { - "id": "4d3c6f3c-2d4a-4797-a1d3-d01682782911", - "method": "GET" - }, - { - "id": "8c47ae14-8afb-4730-8cba-29a411671d11", - "method": "DELETE" - }, - { - "id": "49f91b7e-d0cb-4751-bdde-84f802ec3f45", - "method": "GET" - }, - { - "id": "390d3b9d-f1a7-4d94-9f3e-cf695d0a4175", - "method": "GET" - }, - { - "id": "6f9e9c15-ddd7-416c-9322-87149b7bf6dc", - "method": "GET" - }, - { - "id": "e086d366-6c3b-45dc-9b89-ea335ce977ed", - "method": "GET" - }, - { - "id": "eb2a0296-f30b-46bc-af0d-af08c46e1416", - "method": "GET" - }, - { - "id": "1f7c1770-88ce-497e-8aaa-7d105e7824e2", - "method": "GET" - }, - { - "id": "8b543ec5-1ff8-4707-b391-676595e561c4", - "method": "GET" - }, - { - "id": "49bbef20-2e8d-4cfc-88ec-c9203561ff52", - "method": "GET" - }, - { - "id": "3c6a6ae8-01a4-440c-822c-cefac29aca61", - "method": "GET" - }, - { - "id": "e5769cac-44d0-4dbf-a27a-ca4db8943b9a", - "method": "GET" - }, - { - "id": "6ea3ae22-94fa-48d6-b1aa-5dc4c788b76d", - "method": "GET" - }, - { - "id": "6e781789-7da7-49d0-a0c6-fe1d2269c809", - "method": "GET" - }, - { - "id": "54940171-bb06-4abe-9daf-186ae0a33aaa", - "method": "POST" - }, - { - "id": "eda05201-91ea-496a-b481-31c2a2b03a7b", - "method": "GET" - }, - { - "id": "13084371-3be4-4ddc-9e80-e286f2b702a6", - "method": "GET" - }, - { - "id": "c113ab64-9b69-4abd-919b-49cc84952759", - "method": "GET" - }, - { - "id": "d2b44905-6d90-4fe2-aa25-a0b066f4a328", - "method": "DELETE" - } - ] - } -} \ No newline at end of file