Skip to main content
This page lists concepts that the Tiro app and the API call by different names.

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. List summaries with GET /v1/external/notes/{noteGuid}/summaries, then take the id of the item you want and pass it as {summaryId} in GET /v1/external/notes/{noteGuid}/summaries/{summaryId}.

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.