Skip to main content
GET
/
actions
Get actions
curl --request GET \
  --url https://incoming.qomon.app/actions
{
  "status": "success",
  "data": {
    "ActionsAggreg": [
      {
        "Action": {
          "id": 123,
          "name": "Let's mobilize",
          "pitch": "Qomon is a great tool to mobilize people",
          "group_id": 123,
          "Users": [
            {
              "id": 123,
              "CreatedAt": "2022-10-13T15:50:34.643724Z",
              "UpdatedAt": "2022-10-13T15:55:12.853724Z",
              "birthdate": "2023-11-07T05:31:56Z",
              "created": "2022-10-13T15:50:34.643724Z",
              "firstname": "John",
              "surname": "Doe",
              "selected_group_id": [
                1
              ],
              "group_id": [
                1,
                2,
                4
              ],
              "locale": "en",
              "mail": "john.doe@example.org",
              "phone": "0123456789",
              "role": "superadmin",
              "two_factor_enable": true,
              "validationcode": null,
              "gdpr_accepted": true,
              "active": true
            }
          ],
          "Teams": [
            {
              "id": 1,
              "name": "Team 1",
              "group_id": 1,
              "CreatedAt": "2022-10-13T15:50:34.643724Z",
              "UpdatedAt": "2022-10-13T15:55:12.853724Z",
              "DeletedAt": null,
              "userswithactive": [
                {
                  "id": 123,
                  "CreatedAt": "2022-10-13T15:50:34.643724Z",
                  "UpdatedAt": "2022-10-13T15:55:12.853724Z",
                  "birthdate": "2023-11-07T05:31:56Z",
                  "created": "2022-10-13T15:50:34.643724Z",
                  "firstname": "John",
                  "surname": "Doe",
                  "selected_group_id": [
                    1
                  ],
                  "group_id": [
                    1,
                    2,
                    4
                  ],
                  "locale": "en",
                  "mail": "john.doe@example.org",
                  "phone": "0123456789",
                  "role": "superadmin",
                  "two_factor_enable": true,
                  "validationcode": null,
                  "gdpr_accepted": true,
                  "active": true
                }
              ]
            }
          ],
          "facts": [
            {}
          ],
          "Forms": [
            {}
          ],
          "Addresses": [
            {
              "housenumber": 1,
              "street": "rue de la paix",
              "postalcode": 75000,
              "citycode": 75101,
              "city": "Paris",
              "state": "Ile-de-France",
              "country": "France",
              "addition": "Résidence de la paix",
              "infos": "Porte de gauche",
              "building": "Bâtiment A",
              "floor": 2,
              "door": "A",
              "pollingstation": "BV-06"
            }
          ],
          "link": "<string>",
          "goal": 123,
          "goal_forms": 123,
          "start": "2022-10-13T15:50:34.643724Z",
          "end": "2022-10-13T15:50:34.643724Z",
          "reminder_id": "<string>",
          "created_by": 123,
          "gotv_voted_tag": "<string>",
          "gotv_not_voted_tag": "<string>",
          "gotv_abstention_tag": "<string>",
          "public": true,
          "registration_link": "<string>",
          "created_by_detail": {
            "first_name": "John",
            "last_name": "Doe",
            "status": "Disponible",
            "phone": "+33612345678",
            "email": "john.doe@example.org",
            "avator": "https://avatars.qomon.com/avatars/1.png"
          },
          "aggreg_without_location": true,
          "fields": "<string>",
          "polygon": "[]",
          "filter": "<string>",
          "advanced_search": "[]",
          "polling_station_included": "[]",
          "polling_station_excluded": "[]",
          "polling_station_included_missing": true,
          "polling_station_excluded_missing": true,
          "address_included": "[]",
          "address_excluded": "[]",
          "address_included_missing": true,
          "address_excluded_missing": true,
          "not_polygon": "[]",
          "excluded_nevada": true
        },
        "NbVisites": 79,
        "NbContacts": 89,
        "NbVisitesDeclared": 79
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://qomon-86428773.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

OK

status
string
Example:

"success"

data
object
Last modified on May 4, 2026