Project start/end dates not in API

When retrieving Project details via the API, the start and end dates which
are set in the web interface, do not seem to be included in the API output.

Is there any way of finding this data via the API, or including this
important info in the API output?

Thanks

Hi Nick,

I’ve just double-checked and the starts_on and ends_on dates are returned
by the /invoices end-point, they’re just not documented in the example
response in the docs.

Here’s the response I’ve just received for my testing sandbox account:

GET https://api.sandbox.freeagent.com/v2/projects

{
“projects”: [
{
“status”: “Active”,
“billing_period”: “hour”,
“budget_units”: “Hours”,
“name”: “My Project”,
“is_ir35”: false,
“url”: “https://api.sandbox.freeagent.com/v2/projects/3125”,
“created_at”: “2015-02-06T12:44:04Z”,
“starts_on”: “2015-02-09”,
“budget”: 0,
“updated_at”: “2015-02-09T12:48:02Z”,
“currency”: “GBP”,
“ends_on”: “2015-02-10”,
“contact”: “https://api.sandbox.freeagent.com/v2/contacts/29110”,
“normal_billing_rate”: “0.0”,
“uses_project_invoice_sequence”: false,
“hours_per_day”: “8.0”
}
]
}

We’re planning on overhauling our documentation within the coming
months so I’ll make sure this gets revisited.

Hope this helps and sorry for the confusion!
Dave JOn 6 February 2015 at 12:31, Nick nick.crossland@rckt.co.uk wrote:

When retrieving Project details via the API, the start and end dates which
are set in the web interface, do not seem to be included in the API output.

Is there any way of finding this data via the API, or including this
important info in the API output?

Thanks


You received this message because you are subscribed to the Google Groups
“FreeAgent API” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to freeagent_api+unsubscribe@googlegroups.com.
To post to this group, send email to freeagent_api@googlegroups.com.
Visit this group at http://groups.google.com/group/freeagent_api.
For more options, visit https://groups.google.com/d/optout.

David Jones
Senior Support Engineer

FreeAgent