Static
getThe ID of the configuration. *
Optional
xOptional context id the request is running. *
Static
get(Beta) Get a list of configurations
Use this API to get a list of configurations that match the given parameters.
Token Permissions: [ ep_configuration:read
]
ConfigurationsResponse Get a list of configurations and the accompanying metadata.
ApiError
Optional
configurationMatch only configurations with the given configuration type names separated by commas.
Refer here for details on configuration types. *
Optional
entityMatch only configurations with the given entity IDs separated by commas. *
Optional
entityMatch only configurations with the given entity type values separated by commas. *
Optional
eventMatch only configurations with the given messaging service IDs separated by commas. *
Optional
ids?: string[]Match only configurations with the given IDs separated by commas. *
Optional
pageThe page number to get. *
Optional
pageThe number of configurations to get per page. *
Optional
sort?: stringSort based on the provided parameters.
The value can be either a standalone field name (?sort=<field>
) or a field and direction, delimited by a colon (?sort=<field>:<asc|desc>
). If the direction is not specified, the default is ascending. *
Optional
xOptional context id the request is running. *
(Beta) Get a configuration Use this API to get a single configuration by its ID.
Token Permissions: [
ep_configuration:read
]Returns
ConfigurationResponse The configuration.
Throws
ApiError