| 1 | 
 http://mods.oni2.net/?q=api: | 
 
 
 
 
 
 | 2 | 
  | 
 
 
 
 
 
 | 3 | 
 GET /taxonomy_vocabulary(.json): All vocabs | 
 
 
 
 
 
 | 4 | 
 GET /taxonomy_vocabulary/$ID(.json): Single vocab | 
 
 
 
 
 
 | 5 | 
 POST /taxonomy_vocabulary/getTree(.json): Get a tree (data: vid=$ID) (basically all terms of this vocab) | 
 
 
 
 
 
 | 6 | 
  | 
 
 
 
 
 
 | 7 | 
 GET /taxonomy_term(.json): All terms | 
 
 
 
 
 
 | 8 | 
 GET /taxonomy_term/$ID(.json): Single term | 
 
 
 
 
 
 | 9 | 
 POST /taxonomy_term/selectNodes(.json): Get nodes with term (data: tid=$ID) | 
 
 
 
 
 
 | 10 | 
  | 
 
 
 
 
 
 | 11 | 
 GET /node(.json): All nodes | 
 
 
 
 
 
 | 12 | 
 GET /node/$ID(.json): Single node | 
 
 
 
 
 
 | 13 | 
 GET /node/$ID/files(.json): Get files (INCLUDING BINARY CONTENT!) of node | 
 
 
 
 
 
 | 14 | 
 GET /node/$ID/comments(.json): Get comments of node | 
 
 
 
 
 
 | 15 | 
  | 
 
 
 
 
 
 | 16 | 
 GET /file(.json): Index all files (no content) | 
 
 
 
 
 
 | 17 | 
 GET /file/$ID(.json): Single file (INCLUDING BINARY CONTENT! &file_contents=0 <- no content) | 
 
 
 
 
 
 | 18 | 
  |