Perforce · Example Payload

Perforce Getactiondashboard Example

Perforce Getactiondashboard 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": "getActionDashboard",
  "method": "GET",
  "path": "/dashboards/action",
  "summary": "Perforce Get Action Dashboard Reviews",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getactiondashboard200Example",
      "example": {
        "lastSeen": 10,
        "reviews": [
          {
            "id": "abc123",
            "author": "example_value",
            "changes": [
              {}
            ],
            "commits": [
              {}
            ],
            "commitStatus": [
              {}
            ],
            "created": 10,
            "deployDetails": [
              {}
            ],
            "deployStatus": "example_value",
            "description": "A sample description.",
            "groups": [
              {}
            ],
            "participants": "example_value",
            "pending": true,
            "projects": "example_value",
            "roles": "example_value",
            "state": "needsReview",
            "stateLabel": "example_value",
            "testDetails": [
              {}
            ],
            "testStatus": "example_value",
            "type": "example_value",
            "updated": 10,
            "updateDate": "2026-01-15T10:30:00Z",
            "versions": [
              {}
            ]
          }
        ],
        "totalCount": 10
      }
    }
  ]
}