adds chore for given user
By passing in the appropriate options, you can add a chore to given kid username under authenticated user's master account
Query parameters
username of kid to assign the chore to.
day of week (Monday, Tuesday....) for the chore. For weekly chores put Weekly or leave blank
text field of nfc tag required to check off chore
status of chore (default is todo)
name of chore
optional chore description
number priority of chore (default is 5)
block dash option on this chore
mark as one time chore (does not repeat each week)
ammount of allowance added at end of week for completing this chore
mark as optional chore
mark as reassignable (default is true)
mark as sibling can steal chore
date (yyyy-mm-dd) that you wish the chore to start showing up. (default is today)
notes added to chore (visable only on reports, kids do not see this note, this is mostly just for the developer)
require use of camera to detect object detection tag order to check off chore
tag for object detection to search for (required if requireObjectDetection is true)
true if chore updated via API from an Automation System
Notes if AI Icons should be used (n for no, y for yes, e for yes- error)
True if this is a calendar note instead of a chore.
Response
search results matching criteria
Example response
{
"success": true,
"message": "success"
}