GetToDos

Overview

List To Do Summary based on information sent via an http form post.

URL

POST/api/2/GetToDos.aspx

Parameters

FieldMax LengthRequiredNotes
response_typefalseDefault results will be returned in XML.
Set this field value to json to return results in JSON format
accountidtrueMust be numeric.
Account ID for this account.
Found in Settings > API Settings or for White Label CRM in the Admin control panel
teammemberidfalseDefault is 0 for Account Owner

Use -1 to return all To Dos regardless of which Team Member they are assigned to.
apikeytrueAPI Key for this account.
Found in Settings > API Settings or for White Label CRM in the Admin control panel
contactidfalse(Optional) Filter the the list to a specific contact
statusfalsePossible Values

open - only include open To Dos (default)

closed - only include closed To Dos

all - include all To Dos, regardless of status
aftereditdatefalseEnter a date is US Date / Time Format
Example: 4/24/2013 2:01PM

Only To Dos edited after the date given will be returned.

4/24/2013 assumes midnight, so anything added on or after 4/24/2013 would be included.

Time Zone for Add Date is US Central Time
EditsDate being tracked Feb 2017