Skip to Content
APIPlanning Center People TSSrcFunctionsFunction: exportAllPeopleData()

planning-center-monorepo v1.0.0


planning-center-monorepo / planning-center-people-ts/src / exportAllPeopleData

Function: exportAllPeopleData()

exportAllPeopleData(client, options): Promise<{ people: PersonResource[]; households: HouseholdResource[]; lists: ListResource[]; organization: OrganizationResource; exportDate: string; totalCount: number; }>

Defined in: packages/planning-center-people-ts/src/helpers.ts:819 

Export all people data in a structured format

Parameters

client

PcoClient

options

includeInactive?

boolean

includeFieldData?

boolean

includeWorkflowCards?

boolean

Returns

Promise<{ people: PersonResource[]; households: HouseholdResource[]; lists: ListResource[]; organization: OrganizationResource; exportDate: string; totalCount: number; }>