FilterStatus
Represents a status ID that, if matched, should cause the filter action to be taken.
Last modified
Edit this page
Example
{
"id": "1",
"status_id": "109031743575371913"
}
Attributes
id
Description: The ID of the FilterStatus in the database.
Type: String (cast from an integer, but not guaranteed to be a number)
Version history:
4.0.0 - added
status_id
Description: The ID of the Status that will be filtered.
Type: String (cast from an integer, but not guaranteed to be a number)
Version history:
4.0.0 - added