---
title: "getRequestTypePropertyKeys"
canonical: "https://support.appfire.com/space/PSJC/741540167/getRequestTypePropertyKeys"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Returns a list of property keys for the provided parameters.

Gets a list of property keys for the specified request type from the provided service desk.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getRequestTypePropertyKeys(serviceDeskId, requestTypeId) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| serviceDeskId | number | Yes | The servicedesk id for which to retrieve the properties. |
| requestTypeId | number | Yes | The request type id for which to retrieve the properties. |

## Return Type

**string[]**

## Example

```javascript
return getRequestTypePropertyKeys(1, 2);
```

Returns: "propKey|propKey2|propKey3"

## See also

> Macro (contentbylabel)