Using Field Mask
Problem Statement
Tutorial: Fields
Understanding the Structure
{
"id": 123,
"custom_id": "S12345",
// ... other fields
"custom_fields": {
"bus_paid_by": "Parents",
"immunization_record": [
{
"date": "2000-01-01",
"kind": "Measles"
}
]
}
}Building the Request
Tutorial: Linked Fields
Understanding the structure
Building the Request
Common Issues & Troubleshooting
Recommendation
Last updated
Was this helpful?

