List deploy request reviews
Authorization
A service token or OAuth token must have at least one of the following access or scopes in order to use this API endpoint:
Service Token Accesses read_deploy_request
OAuth Scopes
| Resource | Scopes |
|---|---|
| Organization | read_deploy_requests |
| Database | read_deploy_requests |
Path parameters
The name of the organization the deploy request belongs to
The name of the database the deploy request belongs to
The number of the deploy request
Query parameters
If provided, specifies the page offset of returned results
If provided, specifies the number of returned results
Response
Returns an array of deploy request reviews
Changes
Changed in 4 of the 24 revisions of this API.64
- ○
added the required property
per_pageto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
next_pagebecame nullable for the status200response-property-became-nullable
- ▲
the response property
next_page_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
prev_pagebecame nullable for the status200response-property-became-nullable
- ▲
the response property
prev_page_urlbecame nullable for the status200response-property-became-nullable
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterper_pagenew-optional-request-parameter
- ○
added the required property
typeto the response with the200statusresponse-required-property-added
- ▲
- ▲
for the
pathrequest parameternumber, the type/format was changed fromnumber/tointeger/request-parameter-type-changed
- ▲
- ▲
for the
pathrequest parameternumber, the type/format was changed fromstring/tonumber/request-parameter-type-changed
- ▲