---
title: "GetInstalledMacros"
method: GET
path: "/api/Macro/GetInstalledMacros"
tags: ["Macro"]
---

# GetInstalledMacros

`GET /api/Macro/GetInstalledMacros`

Get a list of all macros and their related applications as installed on the users system
<b>Permissions Required: </b> GlobalPermissions.Applications.MacroConfigurationNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Response `200`

OK

- GetInstalledMacrosResponse
  - `Macros` InstalledMacro[]
    - `ApplicationName` string
    - `ApplicationLogo` string
    - `MacroName` string
    - `MacroDescription` string
    - `ExecutionType` 'API' | 'Scheduled' | 'RulesEngine_Order'
    - `SourceCodeType` 'netcore10' | 'netcore21' | 'netcore31' | 'net6' | 'net8' | 'net10'
    - `Parameters` ParameterDefinition[]
      - `Type` string
      - `Name` string
      - `IsRequired` boolean
      - `DefaultValue` string
      - `FriendlyName` string
      - `ParameterDescription` string
      - `RegexValidation` string
      - `RegexErrorMessage` string
      - `MustBeSpecified1` boolean
      - `isHidden` boolean
      - `isReadOnly` boolean
      - `IsSecure` boolean
      - `GroupName` string
      - `Sortorder` integer

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/revisions/0123569a22fb/schema)
