Upwork · Example Payload

Graphql Message Example

FreelancingJobsTalentMarketplaceContractsHiring

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

Top-level fields

idtextcreatedDateTimeauthorIdauthorNameroomId

Example Payload

Raw ↑
{
  "id": "~abc123def456",
  "text": "Sample text",
  "createdDateTime": "2025-03-15T14:30:00Z",
  "authorId": "example-string",
  "authorName": "Python Developer for Data Pipeline",
  "roomId": "example-string"
}