Perforce · Example Payload

Perforce Getreviewtransitions Example

Perforce Getreviewtransitions Example is an example object payload from Perforce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getReviewTransitions",
  "method": "GET",
  "path": "/reviews/{id}/transitions",
  "summary": "Perforce Get Review Transitions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getreviewtransitions200Example",
      "example": {
        "transitions": "example_value"
      }
    }
  ]
}