v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Project

Retrieves a Project resource.

Retrieves a Project resource.

get/projects/{id}

Path parameters

idstring required

Resource identifier

Response

Project resource

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

the unique identifier of the source 3rd party integration eg. "460000000044019"

projectNamestring nullable

Name of the project eg. "REAL TIME TRAFFIC FLUX"

customerIdstring nullable

Unique identifier for the customer eg. "460000000044001"

customerNamestring nullable

Name of customer eg. "SAF Instruments Inc"

currencystring nullable

Currency eg. "USD"

statusstring nullable

Status of project eg. "active"

billingTypestring nullable

The way you bill your customer eg. fixed_cost_for_project, based_on_project_hours, based_on_staff_hours based_on_task_hours

rateinteger nullable

Hourly rate for a task in cents eg. "5000"

totalHoursnumber nullable

Total hours eg. "12.41"

billableHoursnumber nullable

Billable hours for the project eg. "12.41"

createdstring date-time nullable

Datetime when the project object was created eg. "2013-09-18 18:05:27"

modifiedstring date-time nullable

Datetime when the project object was last updated eg. "2013-09-18 18:05:27"

Example response

{
  "integration": "quickbooks"
}