account_guids | Array | An array of account GUIDs that are relevant to the information delivered in the beat. |
account_ids | Array | An array of partner-defined identifiers for accounts that are relevant to the information delivered in the beat. |
active_at | Integer | The date and time when the beat became active. |
created_at | String | The date and time when the beat was created. |
description | String | The human-readable information being delivered to the end user. |
digest | String | A unique identifier derived from inputs to the beat to ensure beats are not duplicated. |
expires_at | Integer | The date and time when the beat will expire. |
guid | String | The unique identifier for the beat. Defined by MX. |
is_deleted | Boolean | Whether the beat has been deleted. |
is_dismissed | Boolean | Whether the beat has been dismissed. |
is_relevant | Boolean | Whether the beat still contains information that is relevant, meaningful, or useable to the end user. For example, an overdraft warning will have is_relevant set to false if a large deposit is made into the associated account after the beat was created. Any beat that has already been displayed to or dismissed by the end user will be set to false. There are numerous examples and conditions. |
primary_account_guid | String | The unique identifier for the account most relevant to the information delivered in the beat. |
primary_account_id | String | The unique partner-defined identifier for the account most relevant to the information delivered in the beat. |
primary_transaction_guid | String | The unique identifier for the transaction most relevant to the information delivered in the beat. |
primary_transaction_id | String | The unique partner-defined identifier for the transaction most relevant to the information delivered in the beat. |
revision | Integer | The revision number for the beat. |
template | String | A short label for the type of beat being delivered. For example, SubscriptionPriceIncrease or MonthlyCategoryTotal. |
title | String | The title for the specific beat. For example, Price Increase or Paycheck Deposit. |
transaction_guids | Array | An array of transaction GUIDs that are relevant to the information delivered in the beat. |
transaction_ids | Array | An array of partner-defined transaction identifiers that are relevant to the information delivered in the beat. |
updated_at | String | The date and time when the beat was last updated. |
user_guid | String | The unique identifier for the user to which the beat belongs. Defined by MX. |
user_id | String | The unique partner-defined identifier for the user to which the beat belongs. |