API Documentation
Progress Reports ¶
Progress Reports ¶
Supported filter params
-
group (service, service_type, budget, project, company, year, quarter, month, week)
-
service_id (array)
-
service_type_id (array)
-
budget_id (array)
-
project_id (array)
-
company_id (array)
-
date
GET /api/v2/progress_reports
Requests
GET /api/v2/progress_reports?filter[project_id]=251
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+json
Responses
Headers
Content-Type: application/vnd.api+json; charset=utf-8
Body
{
"data": [
{
"id": "progress-report-week-2021/W03-6fbee8423e7ce28755fd11d9d23a08b0",
"type": "progress_reports",
"attributes": {
"group": "week",
"year": null,
"quarter": null,
"month": null,
"week": "2021/W03",
"day": null,
"time": 0,
"planned_time": 0,
"billable_time": 0,
"planned_billable_time": 0,
"scheduled_time": 0,
"estimated_time": 0,
"currency": "USD",
"currency_default": "USD",
"currency_normalized": "USD",
"revenue": 125000,
"revenue_default": 125000,
"revenue_normalized": 125000,
"planned_revenue": 0,
"planned_revenue_default": 0,
"planned_revenue_normalized": 0,
"cost": 0,
"cost_default": 0,
"cost_normalized": 0,
"planned_cost": 0,
"planned_cost_default": 0,
"planned_cost_normalized": 0,
"budget_used": 125000,
"budget_used_default": 125000,
"budget_used_normalized": 125000,
"planned_budget_used": 0,
"planned_budget_used_default": 0,
"planned_budget_used_normalized": 0,
"past_planned_budget_used": 0,
"past_planned_budget_used_default": 0,
"past_planned_budget_used_normalized": 0
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": 559
}
},
"service": {
"data": null
},
"service_type": {
"data": null
},
"budget": {
"data": null
},
"project": {
"data": null
},
"company": {
"data": null
}
}
}
],
"links": {
"first": "http://www.example.com/api/v2/progress_reports?filter%5Bproject_id%5D=251&page%5Bnumber%5D=1&page%5Bsize%5D=30",
"last": "http://www.example.com/api/v2/progress_reports?filter%5Bproject_id%5D=251&page%5Bnumber%5D=1&page%5Bsize%5D=30"
},
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 1,
"page_size": 30,
"max_page_size": 200,
"organization_features": {
"custom_fields": {
"type": "metered",
"limit": 15,
"used": 0
},
"custom_fields_per_project": {
"type": "metered",
"limit": 10,
"used": 0
},
"public_custom_reports": {
"type": "metered",
"limit": 100,
"used": 0
},
"private_custom_reports": {
"type": "metered",
"limit": 30,
"used": 0
},
"scheduling_placeholders": {
"type": "metered",
"limit": 5,
"used": 0
},
"multigrouping": {
"type": "switch",
"available": true
},
"client_access_to_budgets": {
"type": "switch",
"available": true
},
"subsidiaries": {
"type": "switch",
"available": true
},
"time_approvals": {
"type": "switch",
"available": true
},
"expenses_approvals": {
"type": "switch",
"available": true
},
"timeoff_approvals": {
"type": "switch",
"available": true
},
"autotracking": {
"type": "switch",
"available": true
},
"forecasting": {
"type": "switch",
"available": true
},
"webhooks": {
"type": "switch",
"available": true
},
"table_pivoting": {
"type": "switch",
"available": true
},
"formula_fields": {
"type": "switch",
"available": true
},
"single_sign_on": {
"type": "switch",
"available": true
},
"duplicate_tasks": {
"type": "switch",
"available": true
},
"billable_time_rounding": {
"type": "switch",
"available": true
},
"payment_sync": {
"type": "switch",
"available": true
},
"booking_methods": {
"type": "switch",
"available": true
},
"import_tasks_csv": {
"type": "switch",
"available": true
},
"reactions": {
"type": "switch",
"available": true
},
"time_week_view": {
"type": "switch",
"available": true
},
"subtasks": {
"type": "switch",
"available": true
},
"time_calendar_layout": {
"type": "switch",
"available": true
},
"theming": {
"type": "switch",
"available": true
},
"remove_branding": {
"type": "switch",
"available": true
},
"custom_invoicing_email": {
"type": "switch",
"available": true
},
"google_calendar_layout": {
"type": "switch",
"available": true
}
},
"settings": {}
}
}
Get progress reportsGET/api/v2/progress_reports
Generated by aglio on 23 Jan 2021