Upwork · Example Payload

Rest Report Response Example

FreelancingJobsTalentMarketplaceContractsHiring

Rest Report Response Example is an example object payload from Upwork, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

table

Example Payload

Raw ↑
{
  "table": {
    "cols": [
      {
        "id": "~abc123def456",
        "label": "example-string",
        "type": "hourly"
      }
    ],
    "rows": [
      {
        "c": [
          "example"
        ]
      }
    ]
  }
}