Changes for page API V2.0
Last modified by Treyfane Dingo on 2024/03/10 02:07
From version 6.1
edited by Treyfane Dingo
on 2023/09/25 22:53
on 2023/09/25 22:53
Change comment:
There is no comment for this version
To version 4.3
edited by Treyfane Dingo
on 2023/09/11 22:14
on 2023/09/11 22:14
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,6 @@ 1 1 The L.A.S.S.I.E. API V 2.0 can be reached via 2 2 3 -{{{https:// api.lassie.online/api/lassie/v2.0}}}3 +{{{https://www.furcom.org/api/lassie/v2.0}}} 4 4 5 5 === Required POST Parameters === 6 6 ... ... @@ -25,23 +25,14 @@ 25 25 26 26 === Example (CURL) === 27 27 28 -{{{curl -X POST -d "apikey=ae629a834729fd3aac6d1f827b1793b0" -d "request=lostandfounddb" https:// api.lassie.online/api/lassie/v2.0}}}28 +{{{curl -X POST -d "apikey=ae629a834729fd3aac6d1f827b1793b0" -d "request=lostandfounddb" https://www.furcom.org/api/lassie/v2.0}}} 29 29 30 30 This example will display the entire Lost & Found Database of FTC. 31 31 32 -{{{curl -X POST -d "apikey=ae629a834729fd3aac6d1f827b1793b0" -d "request=lostandfounddb" -d "command=lost" https:// api.lassie.online/api/lassie/v2.0}}}32 +{{{curl -X POST -d "apikey=ae629a834729fd3aac6d1f827b1793b0" -d "request=lostandfounddb" -d "command=lost" https://www.furcom.org/api/lassie/v2.0}}} 33 33 34 34 This example will display only the lost items of the Lost & Found Database of FTC. 35 35 36 -=== Test API Keys === 37 - 38 -The API Keys for FurtherTestCon (FTC) are: 39 - 40 -{{{ae629a834729fd3aac6d1f827b1793b2 Attendee Database 41 -ae629a834729fd3aac6d1f827b1793b1 Operatives Database 42 -ae629a834729fd3aac6d1f827b1793b0 Lost & Found Database 43 -ae629a834729fd3aac6d1f827b1793b3 Briefings Database}}} 44 - 45 45 === Output === 46 46 47 47 The output of an valid request to the API will be a JSON-Object like the following examples: ... ... @@ -49,7 +49,7 @@ 49 49 ==== Lost & Found Database ==== 50 50 51 51 {{box}} 52 -{"data":[{"id":"1","image":"https:\/\/ api.lassie.online\/lassie\/images\/lostandfound_db\/9a7a1039bcbe887ed2f57a5b64c56c51.png","title":"A Piece of Cake","description":"Just another piece of cake","status":"F","lost_timestamp":"","found_timestamp":"2021-06-22 19:08:16","return_timestamp":""}]}43 +{"data":[{"id":"1","image":"https:\/\/www.furcom.org\/lassie\/images\/lostandfound_db\/9a7a1039bcbe887ed2f57a5b64c56c51.png","title":"A Piece of Cake","description":"Just another piece of cake","status":"F","lost_timestamp":"","found_timestamp":"2021-06-22 19:08:16","return_timestamp":""}]} 53 53 {{/box}} 54 54 55 55 (% style="width:50%" %)