---
title: "insight_getObjectType"
canonical: "https://support.appfire.com/space/PSJ/15488082/insight_getObjectType"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | insight_getObjectType(object_type_id) | **Package** | insight |
| **Alias** |  | **Pkg Usage** | getObjectType(object_type_id) |

## Description

> Macro (excerpt)
> 
> Returns the object type by id.

Returns the object type by id.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| object_type_id | Integer | Yes | The id of the object type. |

## Return Type

**[IObjectType](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15488625)**

## See also

> Macro (contentbylabel)