Perforce · Example Payload

Perforce Getchangeaffectsprojects Example

Perforce Getchangeaffectsprojects 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": "getChangeAffectsProjects",
  "method": "GET",
  "path": "/changes/{change}/affectsprojects",
  "summary": "Perforce Get Projects Affected by Change",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getchangeaffectsprojects200Example",
      "example": {
        "change": {
          "id": "abc123",
          "projects": "example_value"
        }
      }
    }
  ]
}