Retrieve a paginated list of projects for your company with optional filters and column selection.
Retrieve a paginated list of projects for your company with optional filters and column selection.
access_token OAuth 2.0 Access Token
In: query
Column list
Saved group which sandboxes filters, sorts and column preferences in addition to pre-applied settings (e.g.: tabs or saved searches)
Items per page
sort by recently used or created
Page number (1-indexed)
11 <= valueNumber of results per page
251 <= valuecurl -X GET "https://api-sandbox.fndev.net/api/rest/v2/projects"{
"actions": [
"add"
],
"metadata": {
"total": 20,
"page": 1,
"pages": 4,
"per_page": 5,
"columns": "",
"view": "model",
"sort": "",
"order": "asc",
"list": "projects_active"
},
"params": [],
"lists": [
{
"id": "projects_active",
"label": "Active",
"empty_message": "There are no results to display.",
"selected": true,
"actions": [
"add"
],
"custom_tab_id": null,
"count": -1
}
],
"results": [
{
"id": 560
}
],
"search_text": "Search by title, keywords, client, etc.",
"correlation_id": "projects"
}{
"status": 400,
"message": "Validation failed: field 'title' is required"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 403,
"message": "You do not have permission to access this work order"
}{
"status": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}application/json
application/json
application/json
application/json
application/json
Last updated on