Upwork · Example Payload

Graphql Contract Example

FreelancingJobsTalentMarketplaceContractsHiring

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

Top-level fields

idstatusjobTitlefreelancerIdfreelancerNameclientIdratecurrencystartedTimeendedTime

Example Payload

Raw ↑
{
  "id": "~abc123def456",
  "status": "active",
  "jobTitle": "Python Developer for Data Pipeline",
  "freelancerId": "example-string",
  "freelancerName": "Python Developer for Data Pipeline",
  "clientId": "example-string",
  "rate": 75.0,
  "currency": "USD",
  "startedTime": "2025-03-15T14:30:00Z",
  "endedTime": "2025-03-15T14:30:00Z"
}