Box Developer Documentation
 

    App item associations

    This resource is used by enpoints in the version 2024.0. For more details, see Box API versioning.

    A list of app item associations

    integer (int64)
    1000

    The limit that was used for these entries. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed. The maximum value varies by API.

    JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii

    The marker for the start of the next page of results.

    JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVih

    The marker for the start of the previous page of results.

    Response Example

    {
      "entries": [
        {
          "app_item": {
            "application_type": "hubs",
            "id": "12345678",
            "type": "app_item"
          },
          "id": "12345678",
          "item": {
            "etag": "1",
            "id": "12345",
            "type": "file"
          },
          "type": "app_item_association"
        }
      ],
      "limit": 1000,
      "next_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii",
      "prev_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVih"
    }