Get the lists you need when creating notes
To add and edit notes you need IDs, this call gets the needed data
GET /notes/settings
curl \
-X GET https://YOURSITE.infoodle.com/apiv2/notes/settings \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"color_codes": [
{
"code": "transparent",
"number": 1,
"text": "Random Information"
}
],
"for": [
{
"code": "P",
"text": "Person"
}
],
"note_types": [
{
"id": 20,
"text": "Visiting"
}
]
}