Search Submitted Events
Search events submitted by your organization.
Enter your PredictHQ API key. The Bearer prefix is added automatically.
When calling the API directly, send: Authorization: Bearer <YOUR_API_KEY> as documented at https://docs.predicthq.com/api/overview/authenticating
Full-text search of event information.
E.g. ?q=hotel+a
Comma-separated list of link ids. Allows you to filter for events submitted via a specific Loop Link ID.
E.g. ?link_id=m4Dk4g4DRA8Yqbp2PC54
Comma-separated list of event IDs. Allows you to retrieve specific events.
E.g. ?event_id=5uRg7CqGu7DTtu4Rfk
Comma-separated list of user IDs that submitted the event.
E.g. ?user_id=hw8Dsmv4Djg
Comma separated list of event categories.
E.g. ?category=expos,festivals
Comma separated list of event labels.
E.g. ?label=community,food,music
Comma separated list of country codes.
E.g. ?country=NZ,US
The date of the event start: less than.
E.g. ?start.lt=2023-03-04
The date of the event start: less than or equal to.
E.g. ?start.lte=2023-03-04
The date of the event start: greater than.
E.g. ?start.gt=2023-03-04
The date of the event start: greater than or equal to.
E.g. ?start.gte=2023-03-04
The date of the event end: less than.
E.g. ?start.lt=2023-03-04
The date of the event end: less than or equal to.
E.g. ?end.lte=2023-03-04
The date of the event end: greater than.
E.g. ?end.gt=2023-03-04
The date of the event end: greater than or equal to.
E.g. ?end.gte=2023-03-04
The date the event is active: less than.
E.g. ?active.lt=2023-03-04
The date the event is active: less than or equal to.
E.g. ?active.lte=2023-03-04
The date the event is active: greater than.
E.g. ?active.gt=2023-03-04
The date the event is active: greater than or equal to.
E.g. ?active.gte=2023-03-04
The date when the event was created: less than.
E.g. ?created.lt=2023-03-04
The date when the event was created: less than or equal to.
E.g. ?created.lte=2023-03-04
The date when the event was created: greater than.
E.g. ?created.gt=2023-03-04
The date when the event was created: greater than or equal to.
E.g. ?created.gte=2023-03-04
The date to the event was last updated: less than.
E.g. ?updated.lt=2023-03-04
The date when the event was last updated: less than or equal to.
E.g. ?updated.lte=2023-03-04
The date when the event was last updated: greater than.
E.g. ?updated.gt=2023-03-04
The date when the event was last updated: greater than or equal to.
E.g. ?updated.gte=2023-03-04
Whether or not to include private events. Rejected & pending events will always be private. Possible values:
true: private and public eventsfalse: only public eventsonly: only private events
E.g ?private.include=only
falsePossible values: Filter for submitted events approved, rejected or yet to be reviewed by the your Org. Possible values:
pendingapprovedrejected
E.g ?org_review=approved
Filter for submitted events approved, rejected or yet to be reviewed by PredictHQ. Possible values:
pendingapprovedrejected
E.g ?phq_review=approved
Limit the number of results.
10Offset the results.
0Successful Response
Validation Error
OpenAPI Spec
Guides
Last updated
Was this helpful?