Credential.byId()

Get a Credential document by ID.

Signature

Credential.byId(id: id): Credential | Null

Description

Gets the associated Credential document if it exists and is accessible.

Parameters

Parameter Type Required Description

id

String

Yes

ID of the Credential document to get.

Return value

Type Description

Credential

Credential document or null if the document doesn’t exist.

Examples

Credentials.byId("371264255814533154")
{
  id: "371264255814533154",
  coll: Credential,
  ts: Time("2023-07-26T21:57:08.286Z"),
  document: People.byId("371264255805095970")
}

Is this article helpful? 

Tell Fauna how the article can be improved:
Visit Fauna's forums or email docs@fauna.com

Thank you for your feedback!