Skip to main content

Extract Sub-item ID/Link from API

  • May 10, 2020
  • 3 replies
  • 2118 views

Hey,

My company implemented some sub-items connecting one item column from one board to another.
The API retrieves the following:
{
“title”: “Contact”,
“type”: “board-relation”,
“text”: “”,
“additional_info”: null,
“id”: “link_to_item5”,
“value”: “{"linkedPulseIds":[{"linkedPulseId":154982536}],"changed_at”: "2020-03-29T10:20:24.898Z"}"
}

Is there a method to connect or lookup from one board extraction to the other?

Thanks

This topic has been closed for replies.

3 replies

  • Author
  • New Participant
  • May 20, 2020

I ended up parsing out the the linkedPulseId and match it as the item ID from the other board


dipro
Forum|alt.badge.img
  • Leader
  • May 21, 2020

Hey @gilbi, awesome! This is how our platform does it too – we look up the other item’s data using the item ID.

We’re also working on adding support for adding subitems via the API. Stay tuned!


  • Participating Frequently
  • June 25, 2020

Note that using the API to query subitems through the column value will not 100% work for every item. For a few items I receive less subitems than there actually are