Search Analysis Groups
Search for an existing Analysis Group.
Last updated
Search for an existing Analysis Group.
Last updated
© 2024 PredictHQ Ltd
q
string
optional
Query string to be matched against Group name
.
E.g. ?q=MyAnalysisGroup
status
string
optional
Comma separated list (<status1>,<status2>
) used to filter Analysis Groups by their status.
Possible values:
active
deleted
E.g. ?status=deleted,active
sort
string
optional
Comma separated list (<sort1>,<sort2>
) used to sort Analysis Groups.
Possible values:
name
- Sort by name A-Z
-name
- Sort by name Z-A
created
- Sort by created date oldest to newest
-created
- Sort by created date newest to oldest
updated
- Sort by updated date earliest to latest
-updated
- Sort by updated date latest to earliest
E.g. ?sort=name,created
demand_type.interval
string
optional
Allows to filter Analysis Groups by the demand type of their analyses.
Possible values:
day
- for daily groups
week
- for weekly groups
demand_type.industry
string
optional
Allow to filter Analysis Groups by industry.
E.g. ?demand_type.industry=accommodation,tourism
limit
number
optional
Limits the length of the returned list. The default limit
is 10
.
E.g. ?limit=20
offset
number
optional
Specifies starting offset of the returned list. The default offset
is 0
.
E.g. ?offset=3
count
number
Total number of results found.
groups
array
List of results where each item is an Analysis Group.
Please refer to the response fields section in Get an Analysis Group for the structure of each record.