Vesica API - Requesting Collections |
|||||||||||
To get a list of collections in your Vesica account you need to send at least three variables (user_api, account_api, demand) with the correct values using the POST method. All the requests must be sent to https://vesica.ws/api/index.php. The demand for requesting piece lists must be "COLLECTION_LIST". Following is the sample form for requesting a list of collections from your account. All the fields in the form are mandatory and must be filled in with correct values. <form method="post" action="https://vesica.ws/api/index.php"> In addition to the above mandatory variables, the Vesica API provides the following optional variables which can be used to manipulate / filter the results returned by the API.
If THE submitted values are correct, the Vesica API will return the following XML. <?xml version="1.0" encoding="iso-8859-1"?> |
Browse Documenation |