PeopleImportConflict
A PeopleImportConflict is a record of change that will occur if the parent PeopleImport is completed.
Example Request
curl https://api.planningcenteronline.com/people/v2/people_imports/{people_import_id}/conflicts
View in API Explorer →
Example Object
{
"type": "PeopleImportConflict",
"id": "1",
"attributes": {
"conflicting_changes": "string",
"created_at": "2000-01-01T12:00:00Z",
"data": "string",
"ignore": true,
"kind": "string",
"message": "string",
"name": "string",
"updated_at": "2000-01-01T12:00:00Z"
},
"relationships": {}
}
Attributes
| Name |
Type |
Description |
conflicting_changes |
string |
|
created_at |
date_time |
|
data |
string |
|
id |
primary_key |
|
ignore |
boolean |
|
kind |
string |
|
message |
string |
|
name |
string |
|
updated_at |
date_time |
|
Query By
| Name |
Parameter |
Type |
Description |
Example |
| kind |
where[kind] |
string |
Query on a specific kind |
?where[kind]=string |
| name |
where[name] |
string |
Query on a specific name |
?where[name]=string |
Pagination
| Name |
Parameter |
Type |
Description |
| per_page |
per_page |
integer |
how many records to return per page (min=1, max=100, default=25) |
| offset |
offset |
integer |
get results from given offset |
Endpoints
Listing
| HTTP Method |
Endpoint |
| GET |
/people/v2/people_imports/{people_import_id}/conflicts |
Reading
| HTTP Method |
Endpoint |
| GET |
/people/v2/people_imports/{people_import_id}/conflicts/{id} |
Belongs To
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/people/v2/people_imports/{people_import_id}/conflicts |
PeopleImport
|
|
creates
creates_and_updates
errors
household_creates
household_updates
identical
ignored
not_ignored
updates
|