v3

latestOpenAPI 3.1.02026-07-311,0939714.5 MB
Provider employer reports

List modules per employer for all employers of the provider

Activity name : <a href="https://developer.loket.nl/Activities/GetEmployersModulesByProviderId" target="_blank">GetEmployersModulesByProviderId</a>

get/provider/providers/{providerId}/employers/modules

Path parameters

providerIdstring uuid required

The unique identifier of a provider

Query parameters

modulesstring[] required

Allows the user to filter the modules.

If the option "All" is selected, all modules are returned. If "None" is selected, no modules are returned. If "Selection" is selected, only the modules that are supplied in the moduleIds querystring parameter are returnd. If "OnlyEnabled" is selected, only the modules that are enabled for the employer are returned.

moduleIdsstring[]

A comma separated list of module ids to filter the modules on. This parameter is only used when the module querystring parameter is set to "Selection".

[
  "b14acd0d-75d7-4fc8-8b22-4a3924585cab"
]

Headers

Authorizationstring required
Example:Bearer <TOKEN>

A valid Bearer token for authorizing the request.

Acceptstring required
Example:application/json;version=2018-01-01

The accept header is used to influence what type of output is returned and in most cases the version of the output

Response

OK