Class: PersonCertificationsProfessionalcertificationPeopleResource

PersonCertificationsProfessionalcertificationPeopleResource(client)

PersonCertificationsProfessionalcertificationPeople Resource Generated: 2025-04-01T19:44:53.334Z

Constructor

new PersonCertificationsProfessionalcertificationPeopleResource(client)

Create a new PersonCertificationsProfessionalcertificationPeople resource

Parameters:
Name Type Description
client ApiClient

API client instance

Source:

Classes

PersonCertificationsProfessionalcertificationPeopleResource
PersonCertificationsProfessionalcertificationPeopleResource

Methods

(async) create(data) → {Promise.<Object>}

Create a new record

Parameters:
Name Type Description
data Object

Record data

Source:
Returns:
  • Created record with data and headers
Type
Promise.<Object>

(async) create(data) → {Promise.<Object>}

Create a new record

Parameters:
Name Type Description
data Object

Record data

Source:
Returns:
  • Created record with data and headers
Type
Promise.<Object>

(async) deletePersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) deletePersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) destroy(id) → {Promise.<Object>}

Delete a record by id

Parameters:
Name Type Description
id string | number

Record id

Source:
Returns:
  • Deletion result with data and headers
Type
Promise.<Object>

(async) destroy(id) → {Promise.<Object>}

Delete a record by id

Parameters:
Name Type Description
id string | number

Record id

Source:
Returns:
  • Deletion result with data and headers
Type
Promise.<Object>

find(criteria) → {QueryChain}

Starts a new query chain with the given criteria

Parameters:
Name Type Description
criteria Object

Filter criteria

Source:
Returns:
  • Query chain for further operations
Type
QueryChain

find(criteria) → {QueryChain}

Starts a new query chain with the given criteria

Parameters:
Name Type Description
criteria Object

Filter criteria

Source:
Returns:
  • Query chain for further operations
Type
QueryChain

findOne(id, populateopt) → {QueryChain|Promise.<Object>}

Find a single record by id

Parameters:
Name Type Attributes Description
id string | number

Record id

populate string | Array.<string> <optional>

Fields to populate

Source:
Returns:
  • Query chain for further operations or found record with data and headers
Type
QueryChain | Promise.<Object>

findOne(id, populateopt) → {QueryChain|Promise.<Object>}

Find a single record by id

Parameters:
Name Type Attributes Description
id string | number

Record id

populate string | Array.<string> <optional>

Fields to populate

Source:
Returns:
  • Query chain for further operations or found record with data and headers
Type
QueryChain | Promise.<Object>

(async) getPersonCertificationsProfessionalcertificationPeople() → {Promise.<void>}

/person_certifications__professionalcertification_people

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeople() → {Promise.<void>}

/person_certifications__professionalcertification_people

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeopleParentidPersonCertifications(parentid) → {Promise.<void>}

/person_certifications__professionalcertification_people/{parentid}/person_certifications

Parameters:
Name Type Description
parentid string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeopleParentidPersonCertifications(parentid) → {Promise.<void>}

/person_certifications__professionalcertification_people/{parentid}/person_certifications

Parameters:
Name Type Description
parentid string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeopleParentidProfessionalcertificationPeople(parentid) → {Promise.<void>}

/person_certifications__professionalcertification_people/{parentid}/professionalcertification_people

Parameters:
Name Type Description
parentid string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeopleParentidProfessionalcertificationPeople(parentid) → {Promise.<void>}

/person_certifications__professionalcertification_people/{parentid}/professionalcertification_people

Parameters:
Name Type Description
parentid string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) patchPersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) patchPersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) postPersonCertificationsProfessionalcertificationPeople() → {Promise.<void>}

/person_certifications__professionalcertification_people

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) postPersonCertificationsProfessionalcertificationPeople() → {Promise.<void>}

/person_certifications__professionalcertification_people

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) putPersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) putPersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) update(id, data) → {Promise.<Object>}

Update a record by id

Parameters:
Name Type Description
id string | number

Record id

data Object

Update data

Source:
Returns:
  • Updated record with data and headers
Type
Promise.<Object>

(async) update(id, data) → {Promise.<Object>}

Update a record by id

Parameters:
Name Type Description
id string | number

Record id

data Object

Update data

Source:
Returns:
  • Updated record with data and headers
Type
Promise.<Object>

PersonCertificationsProfessionalcertificationPeopleResourcePersonCertificationsProfessionalcertificationPeopleResource(client)

PersonCertificationsProfessionalcertificationPeople Resource Generated: 2025-04-01T19:44:53.334Z

Constructor

new PersonCertificationsProfessionalcertificationPeopleResource(client)

Create a new PersonCertificationsProfessionalcertificationPeople resource

Parameters:
Name Type Description
client ApiClient

API client instance

Source:

Classes

PersonCertificationsProfessionalcertificationPeopleResource
PersonCertificationsProfessionalcertificationPeopleResource

Methods

(async) create(data) → {Promise.<Object>}

Create a new record

Parameters:
Name Type Description
data Object

Record data

Source:
Returns:
  • Created record with data and headers
Type
Promise.<Object>

(async) create(data) → {Promise.<Object>}

Create a new record

Parameters:
Name Type Description
data Object

Record data

Source:
Returns:
  • Created record with data and headers
Type
Promise.<Object>

(async) deletePersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) deletePersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) destroy(id) → {Promise.<Object>}

Delete a record by id

Parameters:
Name Type Description
id string | number

Record id

Source:
Returns:
  • Deletion result with data and headers
Type
Promise.<Object>

(async) destroy(id) → {Promise.<Object>}

Delete a record by id

Parameters:
Name Type Description
id string | number

Record id

Source:
Returns:
  • Deletion result with data and headers
Type
Promise.<Object>

find(criteria) → {QueryChain}

Starts a new query chain with the given criteria

Parameters:
Name Type Description
criteria Object

Filter criteria

Source:
Returns:
  • Query chain for further operations
Type
QueryChain

find(criteria) → {QueryChain}

Starts a new query chain with the given criteria

Parameters:
Name Type Description
criteria Object

Filter criteria

Source:
Returns:
  • Query chain for further operations
Type
QueryChain

findOne(id, populateopt) → {QueryChain|Promise.<Object>}

Find a single record by id

Parameters:
Name Type Attributes Description
id string | number

Record id

populate string | Array.<string> <optional>

Fields to populate

Source:
Returns:
  • Query chain for further operations or found record with data and headers
Type
QueryChain | Promise.<Object>

findOne(id, populateopt) → {QueryChain|Promise.<Object>}

Find a single record by id

Parameters:
Name Type Attributes Description
id string | number

Record id

populate string | Array.<string> <optional>

Fields to populate

Source:
Returns:
  • Query chain for further operations or found record with data and headers
Type
QueryChain | Promise.<Object>

(async) getPersonCertificationsProfessionalcertificationPeople() → {Promise.<void>}

/person_certifications__professionalcertification_people

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeople() → {Promise.<void>}

/person_certifications__professionalcertification_people

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeopleParentidPersonCertifications(parentid) → {Promise.<void>}

/person_certifications__professionalcertification_people/{parentid}/person_certifications

Parameters:
Name Type Description
parentid string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeopleParentidPersonCertifications(parentid) → {Promise.<void>}

/person_certifications__professionalcertification_people/{parentid}/person_certifications

Parameters:
Name Type Description
parentid string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeopleParentidProfessionalcertificationPeople(parentid) → {Promise.<void>}

/person_certifications__professionalcertification_people/{parentid}/professionalcertification_people

Parameters:
Name Type Description
parentid string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) getPersonCertificationsProfessionalcertificationPeopleParentidProfessionalcertificationPeople(parentid) → {Promise.<void>}

/person_certifications__professionalcertification_people/{parentid}/professionalcertification_people

Parameters:
Name Type Description
parentid string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) patchPersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) patchPersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) postPersonCertificationsProfessionalcertificationPeople() → {Promise.<void>}

/person_certifications__professionalcertification_people

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) postPersonCertificationsProfessionalcertificationPeople() → {Promise.<void>}

/person_certifications__professionalcertification_people

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) putPersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) putPersonCertificationsProfessionalcertificationPeopleId(id) → {Promise.<void>}

/person_certifications__professionalcertification_people/{id}

Parameters:
Name Type Description
id string

Path parameter

Source:
Returns:
  • Response with data and headers
Type
Promise.<void>

(async) update(id, data) → {Promise.<Object>}

Update a record by id

Parameters:
Name Type Description
id string | number

Record id

data Object

Update data

Source:
Returns:
  • Updated record with data and headers
Type
Promise.<Object>

(async) update(id, data) → {Promise.<Object>}

Update a record by id

Parameters:
Name Type Description
id string | number

Record id

data Object

Update data

Source:
Returns:
  • Updated record with data and headers
Type
Promise.<Object>