Home > git-documentdb > Collection > get
#
Collection.get() methodGet a JSON document
Signature:#
ParametersParameter | Type | Description |
---|---|---|
_id | string |
Promise<JsonDoc | undefined>
undefined if a specified document does not exist.
JsonDoc may not have _id property when an app other than GitDocumentDB creates it.