{
"id": "intake456",
"project_id": "project123",
"status": "pending",
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-10T10:00:00Z",
"title": "RFP Response Intake",
"description": "Intake for managing RFP responses",
"priority": "high",
"assigned_to": {
"id": "user789",
"name": "Intake Manager",
"email": "[email protected]"
},
"requirements": [
{
"id": "req001",
"title": "Technical Specification",
"status": "pending",
"due_date": "2024-02-01T00:00:00Z"
},
{
"id": "req002",
"title": "Budget Proposal",
"status": "completed",
"due_date": "2024-01-15T00:00:00Z"
}
],
"attachments": [
{
"id": "att001",
"filename": "rfp_document.pdf",
"url": "https://files.responsiveio.com/att001"
}
]
}