List Gate Reviews

gethttps://statsigapi.net/console/v1/gates/{id}/reviews

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Path parameters

idstringrequired

Query parameters

limitinteger

Results per page

pageinteger

Page number

Response

application/json
200· A page of the gate reviews, newest first.
messagestringrequired

A simple string explaining the result of the operation.

dataobject[]required
Show child attributes
review_id[]stringrequired

Unique ID of the review.

status[]stringrequired

Lifecycle status of the review.

type[]stringrequired

Kind of change the review proposes.

author[]objectrequired

The user who created the review.

idstringrequired
emailstringrequired
reviewers[]object[]required

Requested reviewers (users and groups).

id[]stringrequired
kind[]stringrequired
description[]stringrequired

Human-readable description of the proposed change.

created_at[]stringrequired

ISO-8601 timestamp of when the review was created.

paginationobjectrequired

Pagination metadata for checking if there is next page for example.

Was this helpful?