Reference a title "slug" for any case block or group

Cases
Ryan Idowu
Nick Winninger

You can now reference any case block or block group by a slug — a human-readable identifier that follows a predictable pattern.

Slugs can be used as the block ID or block group ID for all Cases block API endpoints.

  • Slugs are auto-generated from the block title and update when the title changes

  • Slugs follow a predictable pattern of the title prefixed with blk_ (e.g. blk_my_note_block).

Example of a slug
{
  "block": {
    "id": 123,
    "slug": "blk_investigation_details",
    "title": "Investigation Details",
    "block_type": "note",
    "position": 2,
    "hidden": false,
    "block_group_id": null,
    "elements": []
  }
}
Using a slug in a story

Ryan Idowu
Nick Winninger

More "Cases" updates

Other recent updates

Built by you,
powered by Tines

Already have an account? Log in.

Reference a title "slug" for any case block or group | What's new at Tines