v1

latestOpenAPI 3.0.32026-08-0613775357.6 KB
projects
phases

Fetch project

Returns the matching project or phase.

get/projects/{project_id}

Query parameters

fieldsstring

A comma-separated list (no spaces) of additional response fields to include with the matching project or phase. Here are the optional values: "children", "tags", "budget_items", "project_state" , "phase_count", "summary", "custom_field_values"

Response

Successful response

OR

Example response

{
  "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
}