Upwork · JSON Structure

Rest Engagement List Response Structure

List of engagements

Type: object Properties: 1
FreelancingJobsTalentMarketplaceContractsHiring

EngagementListResponse is a JSON Structure definition published by Upwork, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

engagements

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/upwork/refs/heads/main/json-structure/rest-engagement-list-response-structure.json",
  "name": "EngagementListResponse",
  "description": "List of engagements",
  "type": "object",
  "properties": {
    "engagements": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Engagement"
      }
    }
  }
}