title = “Get Project by ID” description = “” weight = 7
pre = ““ +++
Returns a project by id.
URLs
Environment | Method | URL |
---|---|---|
Sandbox | https://api-sandbox.fndev.net/api/rest/v2/projects/project_id | |
Production | https://api.fieldnation.com/api/rest/v2/projects/project_id |
Path Parameters
Parameter | Type | Example | Notes |
---|---|---|---|
project_id | integer | 239 | Project ID. |
Query Parameters
Parameter | Type | Example | Notes |
---|---|---|---|
access_token | string | abc123defg459hijk786lmn45 | Required. |
Body
Not applicable.
Response
Returns the Project Object. Refer to Projects for parameter details and examples.