# getCurrentModules

### Description

Retrieves all the modules that the customer has subscribed to.

### Header parameters

<table><thead><tr><th>Name</th><th>Info</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>customerID</td><td>ID of customer</td><td>true</td></tr><tr><td>language</td><td>Language in ISO standard</td><td>false</td></tr><tr><td>lngID</td><td>Language ID</td><td>false</td></tr><tr><td>currencyID</td><td>ID off currency</td><td>false</td></tr></tbody></table>

### Response&#x20;

```json
array [
    struct {
        "includedInCurrentPlan": boolean,
        "moduleData": struct {
            "itsFree": number,
            "vat_text_onetime": string,
            "bookingLinkY": string,
            "vatType": number,
            "priceYearly": number,
            "name": string,
            "includedInPlans": array [],
            "picture": string,
            "priceYearlyAfterVAT": string,
            "description": string,
            "priceMonthlyAfterVAT": string,
            "currencySign": string,
            "isNet": number,
            "shortdescription": string,
            "bookingLinkO": string,
            "vat_text_monthly": string,
            "vat_text_yearly": string,
            "bookingLinkM": string,
            "priceOnetime": number,
            "table_prefix": string,
            "moduleID": number,
            "testDays": number,
            "vat": number,
            "bookable": number,
            "priceMonthly": number,
            "active": number,
            "priceOneTimeAfterVAT": string,
            "settingPath": string,
            "currency": string,
            "currencyID": number
        },
        "invoiceID": string,
        "modulStatus": struct {
            "endDate": string,
            "recurring": string,
            "startDate": string,
            "statusText": string,
            "status": string,
            "bookingID": number,
            "statusTitle": string,
            "fontColor": string
        },
        "moduleID": number
    }
]
```
