A MoogDb v2 method that returns the total number of active Situations, and a list of their Situation IDs. Active Situations are those that are not Closed, Resolved or Dormant.
Back to MoogDb V2 API Method Reference.
Method getActiveSituationIds
takes no request arguments.
Method getActiveSituationIds
returns the following response:
Type | Description |
---|---|
Native Object | A JSON object containing the total number of Situations returned and the Situation IDs. |
The following examples demonstrate typical use of method getActiveSituationIds
:
Example response returning ten active Situations:
{
"total_situations":10,
"sitn_ids":[4, 5, 6, 12, 14, 15, 16, 17, 18, 19]
}