v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBList projects
Lists the accessible projects.
Query parameters
Get projects that end on or after this date.
Get projects that start on or before this date.
Set to true to restrict the projects to only those contained entirely within the from and to params.
A comma-separated list (no spaces) of additional fields to include with each project in the response. Here are the optional values: "children", "tags", "budget_items", "project_state" , "phase_count", "summary", "custom_field_values"
Specifies the property to filter on. "project_state" is the only supported value.
The value of "filter_field" to match, outputs will be projects with state matching this value. Possible values: Internal, Tentative, Confirmed
A project field on which to sort the projects in the response.
The order for sorting the results based on the sort_field.
Project code to match exactly.
Phase name to match exactly.
If set to true, includes archived projects.
Set to `true`` to include phases (child projects).
Set to `true`` to include archived projects.
The maximum number of items to show per response page.
The response page to return.
Response
The accessible projects.
Example response
{
"paging": {
"per_page": 100,
"page": 1,
"previous": "/api/v1/users?per_page=1000&page=1",
"self": "/api/v1/users?per_page=1000&page=2",
"next": "/api/v1/users?per_page=1000&page=3"
},
"data": [
{
"id": 821065,
"description": "Big pool in a small backyard.",
"guid": "d9d0de8f-32cc-4c0b-8af1-648ce039e3f6",
"name": "PR001: Example Project",
"project_code": "PR001",
"secureurl": "https://smartsheet.com/some/path",
"secureurl_expiration": "3000-01-01T00:00:00Z",
"ends_at": "2025-05-29",
"starts_at": "2025-01-27",
"created_at": "2025-01-22T06:00:30Z",
"updated_at": "2025-01-22T06:13:40Z",
"type": "Project",
"project_state_id": 8544040,
"thumbnail": "https://10kftprojectimages.s3.amazonaws.com/a62ffd30-316f-4cb6-9c7f-eca45d07a35d/499af1a7-bc6b-446f-8535-4472e6159246.png",
"owner_id": 11223344,
"client": "Your Client",
"tags": {
"paging": {
"per_page": 100,
"page": 1,
"previous": "/api/v1/users?per_page=1000&page=1",
"self": "/api/v1/users?per_page=1000&page=2",
"next": "/api/v1/users?per_page=1000&page=3"
},
"data": [
{
"id": 1234567,
"value": "New"
}
]
},
"custom_field_values": {
"paging": {
"per_page": 100,
"page": 1,
"previous": "/api/v1/users?per_page=1000&page=1",
"self": "/api/v1/users?per_page=1000&page=2",
"next": "/api/v1/users?per_page=1000&page=3"
},
"data": [
{
"id": 9996277,
"custom_field_name": "FY Goals",
"custom_field_id": 23654,
"value": "Effective Growth",
"created_at": "2025-04-11T23:37:21Z",
"updated_at": "2025-04-11T23:37:21Z"
}
]
},
"bounding_startdate": "2025-01-01",
"bounding_enddate": "2025-07-01",
"bounding_startdate_assignables": "2025-01-01",
"bounding_enddate_assignables": "2025-07-01",
"bounding_startdate_expense_items": "2025-01-01",
"bounding_enddate_expense_items": "2025-07-01",
"bounding_startdate_time_entries": "2025-01-01",
"bounding_enddate_time_entries": "2025-07-01",
"bounding_startdate_assignments": "2025-01-01",
"bounding_enddate_assignments": "2025-07-01",
"children": {
"paging": {
"per_page": 100,
"page": 1,
"previous": "/api/v1/users?per_page=1000&page=1",
"self": "/api/v1/users?per_page=1000&page=2",
"next": "/api/v1/users?per_page=1000&page=3"
},
"data": [
{
"id": 45678901,
"description": "Plan everything we must do to get this project done.",
"guid": "d9d0de8f-32cc-4c0b-8af1-648ce039e3f6",
"name": "PH001: Plan Phase",
"parent_id": 821065,
"project_code": "PH001",
"secureurl": "https://smartsheet.com/some/path",
"secureurl_expiration": "3000-01-01T00:00:00Z",
"ends_at": "2025-05-29",
"starts_at": "2025-01-27",
"created_at": "2025-01-22T06:00:30Z",
"updated_at": "2025-01-22T06:13:40Z",
"type": "Project",
"project_state_id": 8544040,
"thumbnail": "https://10kftprojectimages.s3.amazonaws.com/a62ffd30-316f-4cb6-9c7f-eca45d07a35d/499af1a7-bc6b-446f-8535-4472e6159246.png",
"owner_id": 11223344,
"owner_name": "Jane Doe",
"phase_name": "Plan",
"client": "Your Client",
"tags": {
"paging": {
"per_page": 100,
"page": 1,
"previous": "/api/v1/users?per_page=1000&page=1",
"self": "/api/v1/users?per_page=1000&page=2",
"next": "/api/v1/users?per_page=1000&page=3"
},
"data": [
{
"id": 1234567,
"value": "New"
}
]
},
"bounding_startdate": "2025-01-01",
"bounding_enddate": "2025-07-01",
"bounding_startdate_assignables": "2025-01-01",
"bounding_enddate_assignables": "2025-07-01",
"bounding_startdate_expense_items": "2025-01-01",
"bounding_enddate_expense_items": "2025-07-01",
"bounding_startdate_time_entries": "2025-01-01",
"bounding_enddate_time_entries": "2025-07-01",
"bounding_startdate_assignments": "2025-01-01",
"bounding_enddate_assignments": "2025-07-01",
"custom_field_values": {
"paging": {
"per_page": 100,
"page": 1,
"previous": "/api/v1/users?per_page=1000&page=1",
"self": "/api/v1/users?per_page=1000&page=2",
"next": "/api/v1/users?per_page=1000&page=3"
},
"data": [
{
"id": 9996277,
"custom_field_name": "FY Goals",
"custom_field_id": 23654,
"value": "Effective Growth",
"created_at": "2025-04-11T23:37:21Z",
"updated_at": "2025-04-11T23:37:21Z"
}
]
},
"confirmed_dollars": 160450,
"unconfirmed_hours": 87.60000000000002,
"unconfirmed_dollars": 10950,
"scheduled_hours": 1322.400000000003,
"scheduled_dollars": 165300
}
]
},
"confirmed_hours": 1283.600000000003,
"confirmed_dollars": 160450,
"unconfirmed_hours": 87.60000000000002,
"unconfirmed_dollars": 10950,
"scheduled_hours": 1322.400000000003,
"scheduled_dollars": 165300
}
]
}