You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Product
Which product does this bug affect?
People API
Describe the bug
When getting household data via the API. I am getting results back for people that do not exist in the current database. I am wondering if they have been deleted but the household was not removed. They also have zero household members and no primary contacts.
Affected Product
Which product does this bug affect?
People API
Describe the bug
When getting household data via the API. I am getting results back for people that do not exist in the current database. I am wondering if they have been deleted but the household was not removed. They also have zero household members and no primary contacts.
Here is an example object for reference.
{ "data": { "type": "Household", "id": "14549429", "attributes": { "avatar": "https://dio0bc3q0omo2.cloudfront.net/429-square.png", "created_at": "2022-04-13T02:37:56Z", "member_count": 0, "name": "Test Household", "primary_contact_id": null, "primary_contact_name": "Test Person", "updated_at": "2022-04-14T00:17:05Z" }, "relationships": { "primary_contact": { "data": null }, "people": { "data": [] } }, "links": { "household_memberships": "https://api.planningcenteronline.com/people/v2/households/14549429/household_memberships", "people": "https://api.planningcenteronline.com/people/v2/households/14549429/people", "self": "https://api.planningcenteronline.com/people/v2/households/14549429" } }, "included": [], "meta": { "can_include": [ "people" ], "parent": { "id": "405641", "type": "Organization" } } }
To Reproduce
Pulling the data via Postman
Expected behavior
I would expect this data would not show up in the response.
Additional Context:
I have..
The text was updated successfully, but these errors were encountered: