Changelog: event-api (Group: ALL)

3.27.0 - 3.28.0

What's New


    What's Deleted


      What's Deprecated


        What's Changed


          3.26.0 - 3.27.0

          What's New


            What's Deleted


              What's Deprecated


                What's Changed


                  3.25.0 - 3.26.0

                  What's New


                    What's Deleted


                      What's Deprecated


                        What's Changed


                          3.24.0 - 3.25.0

                          What's New


                            What's Deleted


                              What's Deprecated


                                What's Changed


                                  3.23.0 - 3.24.0

                                  What's New


                                    What's Deleted


                                      What's Deprecated


                                        What's Changed


                                          3.22.0 - 3.23.0

                                          What's New


                                            What's Deleted


                                              What's Deprecated


                                                What's Changed


                                                  3.21.0 - 3.22.0

                                                  What's New


                                                    What's Deleted


                                                      What's Deprecated


                                                        What's Changed


                                                          3.20.0 - 3.21.0

                                                          What's New


                                                            What's Deleted


                                                              What's Deprecated


                                                                What's Changed


                                                                  3.19.0 - 3.20.0

                                                                  What's New


                                                                    What's Deleted


                                                                      What's Deprecated


                                                                        What's Changed


                                                                          3.18.0 - 3.19.0

                                                                          What's New


                                                                            What's Deleted


                                                                              What's Deprecated


                                                                                What's Changed


                                                                                  3.17.0 - 3.18.0

                                                                                  What's New


                                                                                    What's Deleted


                                                                                      What's Deprecated


                                                                                        What's Changed


                                                                                          3.16.0 - 3.17.0

                                                                                          What's New


                                                                                            What's Deleted


                                                                                              What's Deprecated


                                                                                                What's Changed


                                                                                                  3.15.0 - 3.16.0

                                                                                                  What's New


                                                                                                    What's Deleted


                                                                                                      What's Deprecated


                                                                                                        What's Changed


                                                                                                          3.14.0 - 3.15.0

                                                                                                          What's New


                                                                                                            What's Deleted


                                                                                                              What's Deprecated


                                                                                                                What's Changed


                                                                                                                  3.13.0 - 3.14.0

                                                                                                                  What's New


                                                                                                                    What's Deleted


                                                                                                                      What's Deprecated


                                                                                                                        What's Changed


                                                                                                                          3.12.0 - 3.13.0

                                                                                                                          What's New


                                                                                                                            What's Deleted


                                                                                                                              What's Deprecated


                                                                                                                                What's Changed


                                                                                                                                  3.11.0 - 3.12.0

                                                                                                                                  What's New


                                                                                                                                    What's Deleted


                                                                                                                                      What's Deprecated


                                                                                                                                        What's Changed


                                                                                                                                        1. GET/event-api/subscriptions/notifications/last-sent
                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//successful operation
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].email (string)

                                                                                                                                                Changed property: [n].eventType (string)

                                                                                                                                        2. GET/event-api/subscriptions/propagations
                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//successful operation
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].eventSystemName (string)

                                                                                                                                        3. POST/event-api/subscriptions/propagations
                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//success
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: eventSystemName (string)

                                                                                                                                            • Changed response : [400]//Invalid input
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: eventSystemName (string)

                                                                                                                                        4. GET/event-api/subscriptions/propagations/{id}
                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//success
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: eventSystemName (string)

                                                                                                                                            • Changed response : [404]//Not found
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: eventSystemName (string)

                                                                                                                                        5. PUT/event-api/subscriptions/propagations/{id}
                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//success
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: eventSystemName (string)

                                                                                                                                            • Changed response : [400]//Invalid input
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: eventSystemName (string)

                                                                                                                                            • Changed response : [404]//Not found
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: eventSystemName (string)

                                                                                                                                        6. GET/event-api/subscriptions/{id}/type
                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//success
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: direction (string)

                                                                                                                                                Changed property: filterType (string)

                                                                                                                                            • Changed response : [404]//Not found
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: direction (string)

                                                                                                                                                Changed property: filterType (string)

                                                                                                                                        7. PUT/event-api/subscriptions/{id}/type
                                                                                                                                          • Request

                                                                                                                                            • Schema incompatible

                                                                                                                                              Changed body: 'application/json'

                                                                                                                                              Changed property: direction (string)

                                                                                                                                              Changed property: filterType (string)

                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//success
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: direction (string)

                                                                                                                                                Changed property: filterType (string)

                                                                                                                                            • Changed response : [404]//Not found
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: direction (string)

                                                                                                                                                Changed property: filterType (string)

                                                                                                                                        8. GET/event-api/subscriptions/propagations/metadata
                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//successful operation
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: listOfEventSystems (array)

                                                                                                                                                Changed property: listOfEventSystems[n].code (string)

                                                                                                                                                Changed property: listOfEventSystems[n].name (string)

                                                                                                                                        9. GET/event-api/subscriptions/{id}/cci-filters
                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//success
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].cci (string)

                                                                                                                                                Changed property: [n].title (string)

                                                                                                                                            • Changed response : [404]//Not found
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].cci (string)

                                                                                                                                                Changed property: [n].title (string)

                                                                                                                                        10. PUT/event-api/subscriptions/{id}/cci-filters
                                                                                                                                          • Request

                                                                                                                                            • Schema incompatible

                                                                                                                                              Changed body: 'application/json'

                                                                                                                                              Changed property: first (object)

                                                                                                                                              Changed property: first.cci (string)

                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//success
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].cci (string)

                                                                                                                                                Changed property: [n].title (string)

                                                                                                                                            • Changed response : [400]//Invalid input
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].cci (string)

                                                                                                                                                Changed property: [n].title (string)

                                                                                                                                            • Changed response : [404]//Not found
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].cci (string)

                                                                                                                                                Changed property: [n].title (string)

                                                                                                                                        11. GET/event-api/subscriptions/{id}/funds
                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//success
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].code (string)

                                                                                                                                            • Changed response : [404]//Not found
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].code (string)

                                                                                                                                        12. PUT/event-api/subscriptions/{id}/funds
                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//success
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].code (string)

                                                                                                                                            • Changed response : [400]//Invalid input
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].code (string)

                                                                                                                                            • Changed response : [404]//Not found
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].code (string)

                                                                                                                                        13. GET/event-api/subscriptions/{id}/subscribe-for
                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//success
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].code (string)

                                                                                                                                                Changed property: [n].name (string)

                                                                                                                                                Changed property: [n].listOfEventTypes (array)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].code (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].description (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].i18nCode (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].name (string)

                                                                                                                                            • Changed response : [404]//Not found
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].code (string)

                                                                                                                                                Changed property: [n].name (string)

                                                                                                                                                Changed property: [n].listOfEventTypes (array)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].code (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].description (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].i18nCode (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].name (string)

                                                                                                                                        14. PUT/event-api/subscriptions/{id}/subscribe-for
                                                                                                                                          • Response

                                                                                                                                            • Changed response : [200]//success
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].code (string)

                                                                                                                                                Changed property: [n].name (string)

                                                                                                                                                Changed property: [n].listOfEventTypes (array)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].code (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].description (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].i18nCode (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].name (string)

                                                                                                                                            • Changed response : [400]//Invalid input
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].code (string)

                                                                                                                                                Changed property: [n].name (string)

                                                                                                                                                Changed property: [n].listOfEventTypes (array)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].code (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].description (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].i18nCode (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].name (string)

                                                                                                                                            • Changed response : [404]//Not found
                                                                                                                                              • Schema

                                                                                                                                                Changed body: '*/*'

                                                                                                                                                Changed property: [n].code (string)

                                                                                                                                                Changed property: [n].name (string)

                                                                                                                                                Changed property: [n].listOfEventTypes (array)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].code (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].description (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].i18nCode (string)

                                                                                                                                                Changed property: [n].listOfEventTypes[n].name (string)

                                                                                                                                        3.10.0 - 3.11.0

                                                                                                                                        What's New


                                                                                                                                          What's Deleted


                                                                                                                                            What's Deprecated


                                                                                                                                              What's Changed


                                                                                                                                                3.9.0 - 3.10.0

                                                                                                                                                What's New


                                                                                                                                                  What's Deleted


                                                                                                                                                    What's Deprecated


                                                                                                                                                      What's Changed


                                                                                                                                                        3.8.0 - 3.9.0

                                                                                                                                                        What's New


                                                                                                                                                          What's Deleted


                                                                                                                                                            What's Deprecated


                                                                                                                                                              What's Changed


                                                                                                                                                                3.7.0 - 3.8.0

                                                                                                                                                                What's New


                                                                                                                                                                  What's Deleted


                                                                                                                                                                    What's Deprecated


                                                                                                                                                                      What's Changed


                                                                                                                                                                        3.6.0 - 3.7.0

                                                                                                                                                                        What's New


                                                                                                                                                                          What's Deleted


                                                                                                                                                                            What's Deprecated


                                                                                                                                                                              What's Changed


                                                                                                                                                                                3.5.0 - 3.6.0

                                                                                                                                                                                What's New


                                                                                                                                                                                  What's Deleted


                                                                                                                                                                                    What's Deprecated


                                                                                                                                                                                      What's Changed


                                                                                                                                                                                        3.2.0 - 3.5.0

                                                                                                                                                                                        What's New


                                                                                                                                                                                          What's Deleted


                                                                                                                                                                                            What's Deprecated


                                                                                                                                                                                              What's Changed


                                                                                                                                                                                              1. POST/event-api/notification-events/delete-multiple-events
                                                                                                                                                                                                • Response

                                                                                                                                                                                                  • Changed response : [200]//successful operation
                                                                                                                                                                                                    • New body: '*/*'
                                                                                                                                                                                                  • Changed response : [404]//Event to drop not found
                                                                                                                                                                                                    • New body: '*/*'
                                                                                                                                                                                              2. DELETE/event-api/notification-events/{notificationEventId}
                                                                                                                                                                                                • Response

                                                                                                                                                                                                  • Changed response : [200]//successful operation
                                                                                                                                                                                                    • New body: '*/*'
                                                                                                                                                                                                  • Changed response : [404]//Event to drop not found
                                                                                                                                                                                                    • New body: '*/*'
                                                                                                                                                                                              3. GET/event-api/subscriptions/tocs
                                                                                                                                                                                                • Response

                                                                                                                                                                                                  • Changed response : [200]//successful operation
                                                                                                                                                                                                    • Schema

                                                                                                                                                                                                      Changed body: '*/*'

                                                                                                                                                                                                      Added property: [n].childrenCrcValue (string)