[
{
"total": 1,
"id": 789,
"stage_id": 1,
"stage_label": "Prospecting",
"stage_series": 1,
"partnership": {
"id": 456,
"created_at": "2024-01-15T10:30:00Z",
"stage": "accepted",
"partner_type": "referral"
},
"tier": {
"id": 2,
"label": "Gold",
"background_color": "#FFD700",
"text_color": "#000000"
},
"category": {
"id": 3,
"label": "Technology"
},
"partner": {
"id": 234,
"name": "TechCorp Solutions",
"website_url": "https://techcorp.com",
"logo": {
"id": 567,
"uuid": "logo-uuid-123"
},
"address": {
"country_id": 1,
"country_label": "United States"
},
"fallback_data": null
},
"assigned_users": [
{
"id": 456,
"email": "john@company.com",
"first_name": "John",
"last_name": "Doe",
"profile_image_id": 789,
"profile_image_uuid": "profile-uuid-456",
"color": "#3B82F6"
}
],
"tags": [
{
"id": 10,
"label": "High Priority",
"background_color": "#EF4444",
"text_color": "#FFFFFF"
}
],
"customFields": [
{
"id": 5,
"label": "Revenue Potential",
"type": "number",
"value": {
"number": 100000
},
"custom_field_value_id": 123
}
]
}
]