Class: CertificationsResource

CertificationsResource(client)

Certifications Resource Generated: 2025-04-01T19:44:53.310Z

Constructor

new CertificationsResource(client)

Create a new Certifications resource

Parameters:
Name Type Description
client ApiClient

API client instance

Source:

Classes

CertificationsResource
CertificationsResource

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) deleteCertificationsId() → {Promise.<certification>}

Delete Certification (destroy) Delete the Certification record with the specified ID.

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

(async) deleteCertificationsId() → {Promise.<certification>}

Delete Certification (destroy) Delete the Certification record with the specified ID.

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

(async) deleteCertificationsIdAssociationChildid(association, childid) → {Promise.<certification>}

Remove from for Certification Remove a foreign record from one of this Certification record's collections.

Parameters:
Name Type Description
association string

Path parameter

childid string

Path parameter

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

(async) deleteCertificationsIdAssociationChildid(association, childid) → {Promise.<certification>}

Remove from for Certification Remove a foreign record from one of this Certification record's collections.

Parameters:
Name Type Description
association string

Path parameter

childid string

Path parameter

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

(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) getCertifications(queryopt) → {Promise.<Array.<certification>>}

List Certification (find where) Find a list of Certification records that match the specified criteria.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertifications(queryopt) → {Promise.<Array.<certification>>}

List Certification (find where) Find a list of Certification records that match the specified criteria.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertificationsCount(queryopt) → {Promise.<any>}

Count records Count the number of records that match the specified criteria.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertificationsCount(queryopt) → {Promise.<any>}

Count records Count the number of records that match the specified criteria.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertificationsId(queryopt) → {Promise.<certification>}

Get Certification (find one) Look up the Certification record with the specified ID.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertificationsId(queryopt) → {Promise.<certification>}

Get Certification (find one) Look up the Certification record with the specified ID.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertificationsIdAssociation(association, queryopt) → {Promise.<Array.<any>>}

Populate association for Certification Populate and return foreign record(s) for the given association of this Certification record.

Parameters:
Name Type Attributes Description
association string

Path parameter

query Object <optional>

Query parameters

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

(async) getCertificationsIdAssociation(association, queryopt) → {Promise.<Array.<any>>}

Populate association for Certification Populate and return foreign record(s) for the given association of this Certification record.

Parameters:
Name Type Attributes Description
association string

Path parameter

query Object <optional>

Query parameters

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

(async) getCertificationsSum(queryopt) → {Promise.<any>}

Sum field values Calculate the sum of a specified numeric field across filtered records.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertificationsSum(queryopt) → {Promise.<any>}

Sum field values Calculate the sum of a specified numeric field across filtered records.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) patchCertificationsId(data) → {Promise.<certification>}

Update Certification Update an existing Certification record.

Parameters:
Name Type Description
data Object

Request body

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

(async) patchCertificationsId(data) → {Promise.<certification>}

Update Certification Update an existing Certification record.

Parameters:
Name Type Description
data Object

Request body

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

(async) postCertifications(data) → {Promise.<certification>}

Create Certification Create a new Certification record.

Parameters:
Name Type Description
data Object

Request body

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

(async) postCertifications(data) → {Promise.<certification>}

Create Certification Create a new Certification record.

Parameters:
Name Type Description
data Object

Request body

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

(async) putCertificationsIdAssociation(association, data) → {Promise.<certification>}

Replace for Certification Replace all of the child records in one of this Certification record's associations.

Parameters:
Name Type Description
association string

Path parameter

data Object

Request body

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

(async) putCertificationsIdAssociation(association, data) → {Promise.<certification>}

Replace for Certification Replace all of the child records in one of this Certification record's associations.

Parameters:
Name Type Description
association string

Path parameter

data Object

Request body

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

(async) putCertificationsIdAssociationChildid(association, childid) → {Promise.<certification>}

Add to for Certification Add a foreign record to one of this Certification record's collections.

Parameters:
Name Type Description
association string

Path parameter

childid string

Path parameter

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

(async) putCertificationsIdAssociationChildid(association, childid) → {Promise.<certification>}

Add to for Certification Add a foreign record to one of this Certification record's collections.

Parameters:
Name Type Description
association string

Path parameter

childid string

Path parameter

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

(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>

CertificationsResourceCertificationsResource(client)

Certifications Resource Generated: 2025-04-01T19:44:53.310Z

Constructor

new CertificationsResource(client)

Create a new Certifications resource

Parameters:
Name Type Description
client ApiClient

API client instance

Source:

Classes

CertificationsResource
CertificationsResource

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) deleteCertificationsId() → {Promise.<certification>}

Delete Certification (destroy) Delete the Certification record with the specified ID.

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

(async) deleteCertificationsId() → {Promise.<certification>}

Delete Certification (destroy) Delete the Certification record with the specified ID.

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

(async) deleteCertificationsIdAssociationChildid(association, childid) → {Promise.<certification>}

Remove from for Certification Remove a foreign record from one of this Certification record's collections.

Parameters:
Name Type Description
association string

Path parameter

childid string

Path parameter

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

(async) deleteCertificationsIdAssociationChildid(association, childid) → {Promise.<certification>}

Remove from for Certification Remove a foreign record from one of this Certification record's collections.

Parameters:
Name Type Description
association string

Path parameter

childid string

Path parameter

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

(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) getCertifications(queryopt) → {Promise.<Array.<certification>>}

List Certification (find where) Find a list of Certification records that match the specified criteria.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertifications(queryopt) → {Promise.<Array.<certification>>}

List Certification (find where) Find a list of Certification records that match the specified criteria.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertificationsCount(queryopt) → {Promise.<any>}

Count records Count the number of records that match the specified criteria.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertificationsCount(queryopt) → {Promise.<any>}

Count records Count the number of records that match the specified criteria.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertificationsId(queryopt) → {Promise.<certification>}

Get Certification (find one) Look up the Certification record with the specified ID.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertificationsId(queryopt) → {Promise.<certification>}

Get Certification (find one) Look up the Certification record with the specified ID.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertificationsIdAssociation(association, queryopt) → {Promise.<Array.<any>>}

Populate association for Certification Populate and return foreign record(s) for the given association of this Certification record.

Parameters:
Name Type Attributes Description
association string

Path parameter

query Object <optional>

Query parameters

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

(async) getCertificationsIdAssociation(association, queryopt) → {Promise.<Array.<any>>}

Populate association for Certification Populate and return foreign record(s) for the given association of this Certification record.

Parameters:
Name Type Attributes Description
association string

Path parameter

query Object <optional>

Query parameters

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

(async) getCertificationsSum(queryopt) → {Promise.<any>}

Sum field values Calculate the sum of a specified numeric field across filtered records.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) getCertificationsSum(queryopt) → {Promise.<any>}

Sum field values Calculate the sum of a specified numeric field across filtered records.

Parameters:
Name Type Attributes Description
query Object <optional>

Query parameters

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

(async) patchCertificationsId(data) → {Promise.<certification>}

Update Certification Update an existing Certification record.

Parameters:
Name Type Description
data Object

Request body

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

(async) patchCertificationsId(data) → {Promise.<certification>}

Update Certification Update an existing Certification record.

Parameters:
Name Type Description
data Object

Request body

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

(async) postCertifications(data) → {Promise.<certification>}

Create Certification Create a new Certification record.

Parameters:
Name Type Description
data Object

Request body

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

(async) postCertifications(data) → {Promise.<certification>}

Create Certification Create a new Certification record.

Parameters:
Name Type Description
data Object

Request body

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

(async) putCertificationsIdAssociation(association, data) → {Promise.<certification>}

Replace for Certification Replace all of the child records in one of this Certification record's associations.

Parameters:
Name Type Description
association string

Path parameter

data Object

Request body

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

(async) putCertificationsIdAssociation(association, data) → {Promise.<certification>}

Replace for Certification Replace all of the child records in one of this Certification record's associations.

Parameters:
Name Type Description
association string

Path parameter

data Object

Request body

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

(async) putCertificationsIdAssociationChildid(association, childid) → {Promise.<certification>}

Add to for Certification Add a foreign record to one of this Certification record's collections.

Parameters:
Name Type Description
association string

Path parameter

childid string

Path parameter

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

(async) putCertificationsIdAssociationChildid(association, childid) → {Promise.<certification>}

Add to for Certification Add a foreign record to one of this Certification record's collections.

Parameters:
Name Type Description
association string

Path parameter

childid string

Path parameter

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

(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>