close
Warning:
Can't synchronize with repository "(default)" (/usr/local/svn/deb2-client does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jan 20, 2011, 2:32:16 PM (14 years ago)
- Author:
-
Adam
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v43
|
v44
|
|
192 | 192 | '''Response:''' (JSON encoded) arrays "original" and "translated" with the list of synsets in source and target language (same structure as for "Querying dictionary") |
193 | 193 | |
| 194 | == Information & statistics == |
| 195 | |
| 196 | === Relations === |
| 197 | |
| 198 | '''Request:''' ''servername''/''dictionary_code''?action=info&type=relations[&relation=''name''][&maxres=10][&ascending=true] |
| 199 | |
| 200 | relation:: |
| 201 | limit response only to relations with type ''name'' |
| 202 | |
| 203 | maxres:: |
| 204 | maximum number of results, default 10 |
| 205 | |
| 206 | ascending:: |
| 207 | if set to true, ascending order, otherwise descending |
| 208 | |