API Version 1.2

API Documentation for developers

Getting list of contact actions

URL: /api/actions.format

Method: GET

Overview:

Methods relating to Contact Actions are divided into two parts: typical RESTful methods and some additional methods available through standard HTTP calls which are making actions management easier.

Input parameters:
Name Type Description
cid string Contact ID
Output data: List of all contact actions
Name Type Description
id string Action ID
cid string Contact ID
name string Action name/text
date string Action date; nil if action has no date or is marked as "next" action
next boolean Information if action is marked as "next"
done boolean Information if action is done; for single contact only one undone action may present.
closed time Information when action has been marked as done.
Sample JSON server response for getting list of contact actions

Next "Get information about specific action"