See the full API Version 1.1.0 reference for request/response details.
funding_pool include on monetary rewards
Added funding_pool as an includable relationship on the monetary reward endpoint.
Use include=funding_pool to retrieve the funding pool associated with a monetary reward in a single request.
last_activity_feed_item_created_at filter on the submissions index
Added filter[last_activity_feed_item_created_at] query parameter to the submissions index endpoint.
This allows filtering submissions by the timestamp of their last activity feed item.
active_blocker include on submissions
Added active_blocker as an includable relationship on the submission endpoint.
Use include=active_blocker to retrieve the active blocker for a submission in a single request.
active_researcher_request_response include on submissions
Added active_researcher_request_response as an includable relationship on the submission endpoint.
Use include=active_researcher_request_response to retrieve the active researcher request response for a submission in a single request.
Credential bucket endpoints
Added credential bucket endpoints. Credential buckets allow programs to manage pools of credentials for researchers to use during testing.
Credential endpoints
Added credential endpoints. Credentials represent individual login credentials within a credential bucket that can be assigned to researchers.
POST /submissions/search endpoint
Added a POST endpoint for searching submissions with a JSON request body. Accepts filter, sort, page, include, and fields parameters in the body, avoiding URL length limitations for complex queries.