v1

latestSwagger 2.0BSD 3-Clause2026-07-1720953437.1 KB
collectorGroups

Find collectorGroups

Find a collectorGroup or collectorGroups. You may query using field filters with asterisk (*) wildcards. You may also optionally specify sort, limit, offset, and a list of fields to include in the response. The global default limit will apply if no limit param is specified.

get/collectorGroups

Query parameters

fieldsstring[]

Comma-delimited list of field names to include in the response.

sortstring[]

Specify the sort order using a field name, e.g. '...?sort=name'. Prepend the field name with a minus sign to specify descending order, e.g. '...?sort=-name'.

limitinteger

Maximum number of records to return in the response; also useful for pagination in the UI.

offsetinteger

Offset for paginating the response.

namestring

Filter by name; asterisk (*) wildcards ok.

descriptionstring

Filter by description; asterisk (*) wildcards ok.

createdAtstring

Filter by time period when CollectorGroups were created.

updatedAtstring

Filter by time period when CollectorGroups were updated.

Response

Success, returns an array of zero or more Refocus collectorGroups.

descriptionstring

A description of the collector group.

createdBystring

Id of the user who created the collector group.

idstring

The collector group id.

namestring

The collector group name.

collectorsobject[]

List of collectors for the group.