get-object
Fetch a specific object from a Parse class by providing its object ID, enabling direct data retrieval.
Instructions
Retrieve a single object by its ID from a Parse class
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Array of pointer fields to include (populate) | |
| objectId | Yes | The unique ID of the object to retrieve | |
| className | Yes | The name of the Parse class |