CustomObjects
Retrieve the available Custom Objects in FreshDesk.
Table Specific Information
Select
Following is an example to select all entries from the CustomObjects table:
SELECT * FROM CustomObjects
You can also select a specific entry from the CustomObjects table:
SELECT * FROM CustomObjects WHERE Id = 11704
Columns
Name | Type | Description |
Name | String | Name of the custom object. |
Id [KEY] | Bigint | Id of the custom object. |
Fields | String | Fields of the custom object. |
Description | String | Description of the custom object. |