I wanted to perform a search using the Items page by column values query using the “2023-10” API version. I want to get the sub-item details—that has an Item-ID column type—by using the value in that field.
Using items_page_by_column_values with column_id and column_values gave me an error: Error Code: UnsupportedItemsByColumnValueQuery
Error Message: Column of type pulse-id is not yet supported for this query
Error Data: {“column_id”:“item_id”,“column_type”:“pulse-id”}
Looking at the docs I found that searching for items_page_by_column_values, item-ID column is not supported. Are there any ways that I can get the column details by performing a search with the “item-Id” column type?
Given is a screenshot of the column where I want to find the details of the sub-item.