All Consuming


Web Service Methods

API → Entries


get_entry

Returns the Entry with the given id.

Arguments:
  • api_key (required)
  • id (required)

An Example Response:

<?xml version="1.0" encoding="UTF-8"?>
<ENTRY OBJECT>

The response contains this common object: Entry

Demo: /service/get_entry


get_entry_comments

Returns Comments belonging to the Entry.

Arguments:
  • api_key (required)
  • id (required)

An Example Response:

<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://allconsuming.com/xml/2005/rc#">
<title>Comments For Entry "A review of this" on All Consuming</title>
<REQUEST OBJECT>
<ENTRY OBJECT>
<comments number="3">
  <COMMENT OBJECT>
  <COMMENT OBJECT>
  <COMMENT OBJECT>
</comments>
</feed>

The response contains this common objects: Entry, Comment

Demo: /service/get_entry_comments


get_recent_entries

Returns list of most recent Entries.

Arguments:
  • api_key (required)

An Example Response:

<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://allconsuming.com/xml/2005/rc#">
  <title>Recent Entries on All Consuming</title>
  <REQUEST OBJECT>>
  <entries number="15">
    <ENTRY OBJECT>
    <ENTRY OBJECT>  
    <ENTRY OBJECT>
</entries>
</feed>

The response contains this common object: Entry

Demo: /service/get_recent_entries


get_profiles_entries

Returns list of Entries written by a Profile.

Arguments:
  • api_key (required)
  • id (the person’s profile id), or
  • name (the person’s username), or
  • flickr_username (the person’s username on flickr).

An Example Response:

<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://allconsuming.com/xml/2005/rc#">
  <title>Entries written by Erik Benson on All Consuming</title>
  <REQUEST OBJECT>
  <PAGINATION OBJECT>
  <PROFILE OBJECT>
  <entries number="15">
    <ENTRY OBJECT>
    <ENTRY OBJECT>  
    <ENTRY OBJECT>
  </entries>
</feed>

The response contains this common object: Entry

Demo: /service/get_profiles_entries


get_comment

Returns the Comment with the given id.

Arguments:
  • api_key (required)
  • id (required)

An Example Response:

<?xml version="1.0" encoding="UTF-8"?>
<COMMENT OBJECT>

The response contains this common object: Comment

Demo: /service/get_comment


get_recent_comments

Returns list of most recent Comments.

Arguments:
  • api_key (required)

An Example Response:

<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://allconsuming.com/xml/2005/rc#">
<title>Recent Comments on All Consuming</title>
<REQUEST OBJECT>
<comments number="3">
  <COMMNET OBJECT>
  <COMMNET OBJECT>  
  <COMMNET OBJECT>
</comments>
</feed>

The response contains this common objects: Comment

Demo: /service/get_recent_comments


FAQ | Terms of Use | Privacy Policy | | Robot Co-op Blog | Copyright © 2004 - 2010 Robot Co-op