List To Do Summary based on information sent via an http form post.
Field | Max Length | Required | Notes |
---|---|---|---|
response_type | false | Default results will be returned in XML. Set this field value to json to return results in JSON format | |
accountid | true | Must be numeric. Account ID for this account. Found in Settings > API Settings or for White Label CRM in the Admin control panel | |
teammemberid | false | Default is 0 for Account Owner Use -1 to return all To Dos regardless of which Team Member they are assigned to. | |
apikey | true | API Key for this account. Found in Settings > API Settings or for White Label CRM in the Admin control panel | |
contactid | false | (Optional) Filter the the list to a specific contact | |
status | false | Possible Values open - only include open To Dos (default) closed - only include closed To Dos all - include all To Dos, regardless of status | |
aftereditdate | false | Enter 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 |