Our API supports including related resources in a single API call. This reduces the need for many API requests.
message
always has a conversation
, they have a many-to-one relationship. This enables us to request all the messages and the conversation for each message.
conversation
is returned as a JSON object because of the “to-one” end.
conversation
has tag
s assigned via a conversation_tag
relation. This is a many-to-many relationship.