get https://{Domain}/api/iacp/v3/modules
This endpoint lists modules by various filters.
To list modules accessible from a certain environment, filter[environment]
has to be
specified. Modules from the account which this environment belongs as well as
globally published modules will be listed as well.
To list modules accessible from a certain account, filter[account]
has to be specified.
Modules published globally will be listed as well.
To list modules accessible globally, both filter[account]=null
and
filter[environment]=null
have to be specified.
If no filters were specified, all modules which the user has read access to will be
listed.