API → Profile
get_profiles_collection
Will return paginated list of person’s collection of Listed Items.
Arguments:- api_key (required)
- name (required)
- offset (optional, default is 0)
- max (optional, default is 20 and can’t be higher than 20)
An Example Response:
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://allconsuming.com/xml/2005/rc#">
<title>Items in "ivanovich opalkovich" collection on All Consuming</title>
<REQUEST OBJECT>
<PAGINATION OBJECT>
<PROFILE OBJECT>
<listed_items number="4">
<LISTED_ITEM OBJECT>
<LISTED_ITEM OBJECT>
<LISTED_ITEM OBJECT>
</listed_items>
</feed>
The response contains this common object: Listed Item
Demo: /service/get_profiles_collection
