http://www.ipernity.com/api/group.docs.getList
api_key
|
∗ | Your api_key. |
group_id
|
∗ | The Group ID to return the documents for. |
user_id
|
Only return documents owned by the specified User ID. | |
media
|
Specify the type of returned documents. media values are : photo, audio, video, other. If specified, the media type must be the same as the document doc_id.
|
|
extra
|
A comma seprarated list of extra information to include in each records. Extra values are: owner, dates, geo, medias, original.
|
|
thumbsize
|
Choose your prefered size for the thumbnails: 75x, 100, 240, 500 or 560. (Value is 75x by default)
|
|
per_page
|
The number of docs to return on each page. (Default is 100, maximum is 500) | |
page
|
The page of results to return. |
<group group_id="10460">
<docs total="12" per_page="20" page="1" pages="1">
<doc doc_id="394926" media="photo" license="0" title="test de photo">
<thumb label="75x" ext="jpg" w="75" h="75" url="http://u1.ipernity.com/2/49/26/394926.e831d113.75x.jpg"/>
</doc>
<doc doc_id="3611" media="photo" license="11" title="110693">
<thumb label="75x" ext="jpg" w="75" h="75" url="http://u1.ipernity.com/1/36/11/3611.236f34e9.75x.jpg"/>
</doc>
(...)
</docs>
</group>
| 1 | The group ID is invalid or insufficient permissions to view this group. | |
| 2 | The user ID is either invalid or the account is closed/suspended. | |
| 100 | Please add the api_key parameter to this request. | |
| 101 | This API key is invalid or disabled. | |
| 102 | The requested format is invalid. Valid formats are : json, xml, php. | |
| 103 | The requested method is invalid or missing. | |
| 104 | The query signature is missing. | |
| 105 | The query signature is invalid. | |
| 106 | User is not logged. The authentication token is missing. | |
| 107 | The authentication token is invalid. | |
| 108 | The user account is closed or suspended. | |
| 109 | This action is blocked because of a member or a group blocklist restriction | |
| 110 | Insufficient permissions for this method. | |
| 111 | The request came from a remote address not allowed by this application. | |
| 112 | The application has reached its requests quota. | |
| 113 | The client IP has reached a limit. Limits are based on requests per seconds, minutes, hours, ... | |
| 120 | This API method must be called using HTTP POST. | |
| 121 | The SOAP envelope could not be parsed. | |
| 122 | The XML-RPC envelope could not be parsed. | |
| 500 | Service general error. | |
| 501 | Service under temporarily maintenance. Thank you for your kind understanding. | |
| 503 | The service is temporarily unavailable. Please try again in a few minutes. | |