[comment]: # translation:outdated

[comment]: # ({8b1700c1-8b1700c1})
# > Kaartobject

De volgende objecten zijn direct gerelateerd aan de `map` API.

[comment]: # ({/8b1700c1-8b1700c1})

[comment]: # ({cd8ec58e-9c6db006})
### Parameters

`(object/array)` Parameters defining the desired output.

The method supports the following parameters.

| Parameter          | [Type](/manual/api/reference_commentary#data_types) | Description                                                                                                                                                                                                                       |
|--------------------|-----------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| scriptids          | string/array                                        | Return only scripts with the given IDs.                                                                                                                                                                                         |
| selectMediatypes   | query                                               | Return a `mediatypes` property with media types for the script.                                                                                                    |
| selectUsers        | query                                               | Return a `users` property with users that have permission to run the script.                                                                                       |
| selectUserGroups   | query                                               | Return a `usrgrps` property with user groups that have permission to run the script.                                                                                |
| selectGroups       | query                                               | Return a `groups` property with host groups the script can be run on.                                                                                               |
| selectHosts        | query                                               | Return a `hosts` property with hosts the script can be run on.                                                                                                       |
| selectDiscoveryRule| query                                               | Return a `discoveryRule` property with a discovery rule the script can be associated with.                                                                         |
| sortfield          | string/array                                        | Sort the result by the given properties.                                                                                                                            |
| countOutput        | boolean                                             | These parameters being common for all `get` methods are described in detail in the [reference commentary](/manual/api/reference_commentary#common_get_method_parameters). |
| editable           | boolean                                             | ^                                                                                                                                                                 |
| excludeSearch      | boolean                                             | ^                                                                                                                                                                 |
| filter             | object                                              | ^                                                                                                                                                                 |
| limit              | integer                                             | ^                                                                                                                                                                 |
| output             | query                                               | ^                                                                                                                                                                 |
| preservekeys       | boolean                                             | ^                                                                                                                                                                 |
| search             | object                                              | ^                                                                                                                                                                 |
| searchByAny        | boolean                                             | ^                                                                                                                                                                 |
| searchWildcardsEnabled| boolean                                         | ^                                                                                                                                                                 |
| sortorder          | string/array                                        | ^                                                                                                                                                                 |
| startSearch        | boolean                                             | ^                                                                                                                                                                 |

[comment]: # ({/cd8ec58e-9c6db006})

[comment]: # ({3378eaae-05b0e37d})
### Webhook-parameters

Parameters die worden doorgegeven aan het webhook-script wanneer het wordt aangeroepen, hebben het volgende:
eigendommen.

|Eigenschap|[Type](/manual/api/reference_commentary#data_types)|Beschrijving|
|--|--|------|
|**naam**<br>(verplicht)|string|Parameternaam.|
|value|string|Parameterwaarde. Ondersteunt [macro's](/manual/appendix/macro's/supported_by_location).|

[comment]: # ({/3378eaae-05b0e37d})

[comment]: # ({44d8d2c4-587d2fd0})
### Debuggen

Foutopsporingsinformatie van uitgevoerd webhook-script. Het debug-object heeft de
volgende eigenschappen.

|Eigenschap|[Type](/manual/api/reference_commentary#data_types)|Beschrijving|
|--|--|------|
|logs|array|Array van [logitems](/manual/api/reference/script/object#Log entry).|
|ms|string|Duur van scriptuitvoering in milliseconden.|

[comment]: # ({/44d8d2c4-587d2fd0})

[comment]: # ({63401e0b-8ea23127})
### Logboekinvoer

Het logboekinvoerobject heeft de volgende eigenschappen.

|Eigenschap|[Type](/manual/api/reference_commentary#data_types)|Beschrijving|
|--|--|------|
|level|geheel getal|Logniveau.|
|ms|string|De verstreken tijd in milliseconden sinds het script werd uitgevoerd voordat de logboekinvoer werd toegevoegd.|
|message|string|Log bericht.|

[comment]: # ({/63401e0b-8ea23127})
