source: java/installer2/doc/drupal_services.txt@ 749

Last change on this file since 749 was 591, checked in by alloc, 12 years ago

AEI2-import

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