Web Service Methods - Atom API

API → Atom API Methods


introspection

This is an ATOM introspection method that can be used for auto-discovery of available methods.

Arguments:
  • api_key (required)
An Example Response:
<introspection>
<create-entry type="application/x.atom+xml">http://www.43things.com/service/entry</create-entry>
</introspection>

Demo: /service/introspection


entry

This method requires authentication. This is the API endpoint for ATOM API requests and POSTs. It accepts both GETs and POSTs and will respond differently depending on which it receives.

GET Requests
  • A GET request with no id will return a list of entries for the authenticated user.
  • A GET request with an id will return the object for that entry.
POST Requests
  • A POST request with no id will expect to receive a properly formatted in the POST, and will attempt to save it as a new entry for the specified goal and the authenticated user.
  • A POST request with an id will expect to receive a properly formatted in the POST, and will attempt to overwrite the existing entry for that user.
Arguments:
  • api_key (required)
  • id (optional)

Demo: Not available

 

43 Things Login