# GetAllObjects

This method returns all the objects you have in your salesforce account and it does not require any parameter.

**Parameters:**

| Tab           | Parameter    | Value               |
| ------------- | ------------ | ------------------- |
| Method Inputs | Method Name  | GetAllObjectsMethod |
|               | Request Type | GetAllObjects       |
|               | Parameters   | N/A                 |

<figure><img src="/files/fAa08xz8NeQruHEaHrsL" alt=""><figcaption></figcaption></figure>

#### Sample Response:

```json
// Sample Response
[
 {
 "activateable": false,
 "createable": false,
 "custom": false,
 "customSetting": false,
 "deepCloneable": false,
 "deletable": false,
 "deprecatedAndHidden": false,
 "feedEnabled": false,
 "hasSubtypes": false,
 "isInterface": false,
 "isSubtype": false,
 "keyPrefix": null,
 "label": "Accepted Event Relation",
 "labelPlural": "Accepted Event Relations",
 "layoutable": false,
 "mergeable": false,
 "mruEnabled": false,
 "name": "AcceptedEventRelation",
 "queryable": true,
 "replicateable": false,
 "retrieveable": true,
 "searchable": false,
 "triggerable": false,
 "undeletable": false,
 "updateable": false,
 "urls": {
 "rowTemplate": "/services/data/v47.0/sobjects/AcceptedEventRelation/{ID}",
 "defaultValues": "/services/data/v47.0/sobjects/AcceptedEventRelation/defaultValues?recordTypeId&fields",
 "describe": "/services/data/v47.0/sobjects/AcceptedEventRelation/describe",
 "sobject": "/services/data/v47.0/sobjects/AcceptedEventRelation"
 }
 },
{another record},
{another record},
]
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ixhello.com/ixhc/general/edit-custom-apps/methods/data-source-salesforce/getallobjects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
