This retrieves all actions configured in the account. This will contain all actions that are configured and what the configurations are.

Sample Response

{
    "actions": [
        {
            "id": 238258, //this is the action identifier
            "name": "Check Out - R",
            "type": "ReservationAction",
            "key": "check_out_r",
            "account_id": 21040, //account that this action belongs to same as a user belonging to that account
            "entity_id": 139256, 
            "has_all_entities": true,
            "has_all_statuses": true,
            "auto_return_linked_action": false,
            "fields_counter": 9,
            "is_default": false,
            "is_returnable": true,
            "is_auto_returnable": false,
            "allow_attachment_on_open": false,
            "allow_attachment_on_return": true,
            "perform_on_not_returned": true,
            "created_at": "2021-05-25T13:52:57.000Z",
            "updated_at": "2022-05-10T15:09:02.000Z",
            "ordering": 0,
            "track_gps": true,
            "return_name": "Check In - R",
            "change_return_name": true,
            "deactivate_depreciation": false,
            "blocked_by_reservation_action_ids": [],
            "is_system": false,
            "feature_id": 0,
            "is_creating_entity_objects": false,
            "on_web_perform_group_action_before_scan_records": "scan_first",
            "on_mobile_perform_group_action_before_scan_records": "scan_first",
            "is_active": true
        },
        {
            "id": 238305,
            "name": "DD Check Out",
            "type": "ReservationAction",
            "key": "dd_check_out",
            "account_id": 21040,
            "entity_id": 139257,
            "has_all_entities": true,
            "has_all_statuses": true,
            "auto_return_linked_action": false,
            "fields_counter": 18,
            "is_default": false,
            "is_returnable": true,
            "is_auto_returnable": false,
            "allow_attachment_on_open": false,
            "allow_attachment_on_return": true,
            "perform_on_not_returned": false,
            "created_at": "2021-05-25T13:53:02.000Z",
            "updated_at": "2021-05-25T13:53:02.000Z",
            "ordering": 0,
            "track_gps": true,
            "return_name": "DD Check In",
            "change_return_name": true,
            "deactivate_depreciation": false,
            "blocked_by_reservation_action_ids": [],
            "is_system": false,
            "feature_id": 0,
            "is_creating_entity_objects": false,
            "on_web_perform_group_action_before_scan_records": "scan_first",
            "on_mobile_perform_group_action_before_scan_records": "scan_first",
            "on_web_populating_variable_fields": "fill_after",
            "on_mobile_populating_variable_fields": "fill_after",
            "is_active": true
        }
       
    ]
}
Language
Click Try It! to start a request and see the response here!