Skip to main content
POST
/
project_items
/
search
Error
A valid request URL is required to generate request examples
[
  {
    "id": 123,
    "project_id": 123,
    "position": 123,
    "state": "active",
    "quantity": 123,
    "division": {
      "id": 123,
      "name": "<string>",
      "children": "<array>"
    },
    "vendor_id": 123,
    "revit_id": "<string>",
    "child_item_ids": [
      123
    ],
    "column_values": [
      {
        "column": {
          "id": 123,
          "key": "<string>",
          "type": "<string>",
          "position": 123,
          "property": "project"
        },
        "displayed_value": "<string>",
        "calculated_value": "<string>",
        "users": [
          {
            "id": 123,
            "email": "<string>",
            "name": "<string>"
          }
        ],
        "images": [
          {
            "url": "<string>",
            "small_url": "<string>",
            "default": true,
            "presentable": true
          }
        ],
        "docs": [
          {
            "url": "<string>",
            "name": "<string>",
            "extension": "<string>"
          }
        ],
        "supplier": {
          "id": 123,
          "name": "<string>",
          "data": {},
          "addresses": [
            {
              "id": 123,
              "name": "<string>",
              "phone": "<string>",
              "post_code": "<string>",
              "address_line_1": "<string>",
              "address_line_2": "<string>",
              "city": "<string>",
              "state": "<string>",
              "country": "<string>",
              "priority": true
            }
          ],
          "people": [
            {
              "id": 123,
              "name": "<string>",
              "email": "<string>",
              "phone": "<string>",
              "position": "<string>",
              "note": "<string>",
              "priority": true
            }
          ],
          "categories": [
            {
              "id": 123,
              "type": "client"
            }
          ]
        },
        "urls": [
          "<string>"
        ]
      }
    ]
  }
]

Authorizations

authorization
string
header
required

Body

application/json
page
integer
per_page
integer
project_ids
integer[]
updated_since
integer
column_keys
string[]

Response

OK

id
integer
project_id
integer
position
integer
state
enum<string>
Available options:
active,
removed
quantity
number
division
object
vendor_id
integer | null
revit_id
string | null
child_item_ids
integer[]
column_values
object[]