Skip to main content
The name you see in the Tiro app and the field name in an API response aren’t always the same. Start with the concepts whose names differ, and you’ll find the data you want in a response much faster.

Check the different names first

The screen label and the API name diverge most here.
Searching the API for “One-Pager” turns up nothing. In the API it’s called summary, so request it with include: ["summary"].

Full term mapping

Both the app and the API call a folder folder. Inside Tiro’s implementation, though, it’s called thread, so you may see traces of that in some legacy fields (for example, legacyThreadId). In new code, use only the folder fields.