Basic Object Model
The most important object relationship in the Streak is that a Pipeline
contains Boxes
which contains Emails
, Files
, Tasks
, etc. Users
have access to multiple pipelines, either ones they create or those that are shared with them.
Each entity or object returned by the API has two key fields which are identical: the key
field and a custom named key based on the entity type. I.e a box entity will have two key fields: key
and boxKey
. They are identical and you can use either.
Updated over 5 years ago