Get Projects
Gets a paginated list of project ids. You can also use this endpoint to return project details.
URLs
Environment | Method | URL |
---|---|---|
Sandbox | https://api-sandbox.fndev.net/api/rest/v2/projects | |
Production | https://api.fieldnation.com/api/rest/v2/projects |
Path Parameters
Not applicable.
Query Parameters
Refer to Pagination for a list of additional query parameters.
Parameter | Type | Example | Notes |
---|---|---|---|
access_token | string | abc123defg459hijk786lmn45 | Required. |
list | string | list=projects_completed | Return projects by status. Optional. Returns active projects by default. |
columns | boolean | &columns=name,client | Specify columns. Optional. |
Body
Not applicable.
Response
Project information is located in the Response > results object. results will vary depending on your query parameters. Refer to Pagination for more information.