This method allows you to get basic data about PhotoXpress
This method does not require authentication.
| Argument | Type | Element (array) | Valid Values | Default Value | Detail | |||||
|---|---|---|---|---|---|---|---|---|---|---|
api_key |
string | none | you need a valid api key to use the API |
| Element (path) | Name | Type | Description | |||
|---|---|---|---|---|---|---|
| / | nb_files |
int | total number of content files available on PhotoXpress | |||
| / | nb_files_added_today |
int | total number of content files added to PhotoXpress today |
<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
<methodName>main.getData</methodName>
<params>
<param>
<value>
<string>YOUR_API_KEY</string>
</value>
</param>
</params>
</methodCall>
<?xml version="1.0" encoding="utf-8"?>
<methodResponse>
<params>
<param>
<value>
<struct>
<member>
<name>nb_files</name>
<value>
<string>10755515</string>
</value>
</member>
<member>
<name>nb_files_added_today</name>
<value>
<string>26049</string>
</value>
</member>
</struct>
</value>
</param>
</params>
</methodResponse>
Information
Contact
Copyright © PhotoXpress LLC 2009-2011 - All rights reserved