Show More
@@ -2,17 +2,9 b'' | |||||
2 | <response> |
|
2 | <response> | |
3 | <status>success</status> |
|
3 | <status>success</status> | |
4 | <models> |
|
4 | <models> | |
5 | <post> |
|
5 | <id>id1/1</id> | |
6 |
|
|
6 | <id>id1/2</id> | |
7 | </post> |
|
7 | <id>id2/1</id> | |
8 | <post> |
|
8 | <id>id2/5</id> | |
9 | <id>id1/2</id> |
|
|||
10 | </post> |
|
|||
11 | <post> |
|
|||
12 | <id>id2/1</id> |
|
|||
13 | </post> |
|
|||
14 | <post> |
|
|||
15 | <id>id2/5</id> |
|
|||
16 | </post> |
|
|||
17 | </models> |
|
9 | </models> | |
18 | </response> |
|
10 | </response> |
@@ -27,3 +27,8 b' optional arguments used for filtering.' | |||||
27 | Request types: |
|
27 | Request types: | |
28 | * pull - pull the desired model ids |
|
28 | * pull - pull the desired model ids | |
29 | * get - get models by ids |
|
29 | * get - get models by ids | |
|
30 | ||||
|
31 | # RESPONSES # | |||
|
32 | * not supported - request is not supported | |||
|
33 | * success - request was successfull | |||
|
34 | * error - unexpected error |
General Comments 0
You need to be logged in to leave comments.
Login now