Changelog: eip-api (Group: ALL)

3.30.0 - 3.31.0

What's New


    What's Deleted


      What's Deprecated


        What's Changed


          3.29.0 - 3.30.0

          What's New


            What's Deleted


              What's Deprecated


                What's Changed


                1. GET/eip-api/eip-versions
                  • Response

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

                        Changed body: '*/*'

                        Added property: [n].referringCcis (string)

                2. POST/eip-api/eip-versions
                  • Response

                    • Changed response : [200]//EIP created
                      • Schema

                        Changed body: '*/*'

                        Added property: referringCcis (string)

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

                        Changed body: '*/*'

                        Added property: referringCcis (string)

                3. POST/eip-api/eip-versions/{eipVerId}/actions/CRE
                  • Response

                    • Changed response : [201]//Create New Version executed
                      • Schema

                        Changed body: '*/*'

                        Added property: referringCcis (string)

                4. PUT/eip-api/eip-versions/{eipVerid}/general/version-info
                  • Response

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

                        Changed body: '*/*'

                        Added property: referringCcis (string)

                5. GET/eip-api/eip-versions/{eipVerId}/general/version-info
                  • Response

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

                        Changed body: '*/*'

                        Added property: referringCcis (string)

                6. GET/eip-api/eip-versions/{eipVerId}/mandatory-information/practice-abstract
                  • Response

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

                        Changed body: '*/*'

                        Added property: confirmationAllowed (boolean)

                        Added property: confirmed (boolean)

                7. PUT/eip-api/eip-versions/{eipVerId}/mandatory-information/practice-abstract
                  • Request

                    • Schema

                      Changed body: 'application/json'

                      Added property: confirmationAllowed (boolean)

                      Added property: confirmed (boolean)

                  • Response

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

                        Changed body: '*/*'

                        Added property: confirmationAllowed (boolean)

                        Added property: confirmed (boolean)

                8. GET/eip-api/eip-versions/{eipVersionId}/optional-data/additional-comments
                  • Response

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

                        Changed body: '*/*'

                        Added property: confirmationAllowed (boolean)

                        Added property: confirmed (boolean)

                9. PUT/eip-api/eip-versions/{eipVersionId}/optional-data/additional-comments
                  • Request

                    • Schema

                      Changed body: 'application/json'

                      Added property: confirmationAllowed (boolean)

                      Added property: confirmed (boolean)

                  • Response

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

                        Changed body: '*/*'

                        Added property: confirmationAllowed (boolean)

                        Added property: confirmed (boolean)

                10. GET/eip-api/eip-versions/{eipVersionId}/optional-data/additional-information-project
                  • Response

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

                        Changed body: '*/*'

                        Added property: confirmationAllowed (boolean)

                        Added property: confirmed (boolean)

                11. PUT/eip-api/eip-versions/{eipVersionId}/optional-data/additional-information-project
                  • Request

                    • Schema

                      Changed body: 'application/json'

                      Added property: confirmationAllowed (boolean)

                      Added property: confirmed (boolean)

                  • Response

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

                        Changed body: '*/*'

                        Added property: confirmationAllowed (boolean)

                        Added property: confirmed (boolean)

                12. GET/eip-api/eip-versions/{eipVersionId}/optional-data/description-context-project
                  • Response

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

                        Changed body: '*/*'

                        Added property: confirmationAllowed (boolean)

                        Added property: confirmed (boolean)

                13. PUT/eip-api/eip-versions/{eipVersionId}/optional-data/description-context-project
                  • Request

                    • Schema

                      Changed body: 'application/json'

                      Added property: confirmationAllowed (boolean)

                      Added property: confirmed (boolean)

                  • Response

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

                        Changed body: '*/*'

                        Added property: confirmationAllowed (boolean)

                        Added property: confirmed (boolean)

                14. GET/eip-api/eip-versions/{eipVersionId}/recommended-data/description-project-activities
                  • Response

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

                        Changed body: '*/*'

                        Added property: confirmationAllowed (boolean)

                        Added property: confirmed (boolean)

                15. PUT/eip-api/eip-versions/{eipVersionId}/recommended-data/description-project-activities
                  • Request

                    • Schema

                      Changed body: 'application/json'

                      Added property: confirmationAllowed (boolean)

                      Added property: confirmed (boolean)

                  • Response

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

                        Changed body: '*/*'

                        Added property: confirmationAllowed (boolean)

                        Added property: confirmed (boolean)

                16. GET/eip-api/eip-versions/{id}/tocs
                  • Parameters

                    • Add sourceLanguageCode in query
                    • Add targetLanguageCode in query
                17. GET/eip-api/eip-versions/{eipVerId}
                  • Response

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

                        Changed body: '*/*'

                        Changed property: versionInfo (object)

                        Added property: versionInfo.referringCcis (string)

                    • Changed response : [404]//version not found
                      • Schema

                        Changed body: '*/*'

                        Changed property: versionInfo (object)

                        Added property: versionInfo.referringCcis (string)

                3.28.0 - 3.29.0

                What's New


                  What's Deleted


                    What's Deprecated


                      What's Changed


                      1. GET/eip-api/eip-versions/{eipVerId}/summary
                        • Response

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

                              Changed body: '*/*'

                              Added property: sourceLanguageCode (string)

                      2. GET/eip-api/eip-versions/{eipVersionId}/optional-data/additional-comments
                        • Response

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

                              Changed body: '*/*'

                              Missing property: text (string)

                              Added property: englishText (string)

                              Added property: nativeText (string)

                              Added property: title (string)

                              Added property: titleEnglish (string)

                      3. PUT/eip-api/eip-versions/{eipVersionId}/optional-data/additional-comments
                        • Request

                          • Schema

                            Changed body: 'application/json'

                            Missing property: text (string)

                            Added property: englishText (string)

                            Added property: nativeText (string)

                            Added property: title (string)

                            Added property: titleEnglish (string)

                        • Response

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

                              Changed body: '*/*'

                              Missing property: text (string)

                              Added property: englishText (string)

                              Added property: nativeText (string)

                              Added property: title (string)

                              Added property: titleEnglish (string)

                      4. GET/eip-api/eip-versions/{eipVersionId}/optional-data/additional-information-project
                        • Response

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

                              Changed body: '*/*'

                              Missing property: text (string)

                              Added property: englishText (string)

                              Added property: nativeText (string)

                              Added property: title (string)

                              Added property: titleEnglish (string)

                      5. PUT/eip-api/eip-versions/{eipVersionId}/optional-data/additional-information-project
                        • Request

                          • Schema

                            Changed body: 'application/json'

                            Missing property: text (string)

                            Added property: englishText (string)

                            Added property: nativeText (string)

                            Added property: title (string)

                            Added property: titleEnglish (string)

                        • Response

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

                              Changed body: '*/*'

                              Missing property: text (string)

                              Added property: englishText (string)

                              Added property: nativeText (string)

                              Added property: title (string)

                              Added property: titleEnglish (string)

                      6. GET/eip-api/eip-versions/{eipVersionId}/optional-data/description-context-project
                        • Response

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

                              Changed body: '*/*'

                              Missing property: text (string)

                              Added property: englishText (string)

                              Added property: nativeText (string)

                              Added property: title (string)

                              Added property: titleEnglish (string)

                      7. PUT/eip-api/eip-versions/{eipVersionId}/optional-data/description-context-project
                        • Request

                          • Schema

                            Changed body: 'application/json'

                            Missing property: text (string)

                            Added property: englishText (string)

                            Added property: nativeText (string)

                            Added property: title (string)

                            Added property: titleEnglish (string)

                        • Response

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

                              Changed body: '*/*'

                              Missing property: text (string)

                              Added property: englishText (string)

                              Added property: nativeText (string)

                              Added property: title (string)

                              Added property: titleEnglish (string)

                      8. GET/eip-api/eip-versions/{eipVerId}
                        • Response

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

                              Changed body: '*/*'

                              Added property: additionalCommentsEnglish (string)

                              Added property: additionalInformationEnglish (string)

                              Added property: descriptionContextEnglish (string)

                          • Changed response : [404]//version not found
                            • Schema

                              Changed body: '*/*'

                              Added property: additionalCommentsEnglish (string)

                              Added property: additionalInformationEnglish (string)

                              Added property: descriptionContextEnglish (string)

                      3.27.0 - 3.28.0

                      What's New


                        What's Deleted


                          What's Deprecated


                            What's Changed


                            1. GET/eip-api/commission-reference-document/{commissionReferenceNumber}
                              • Response

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

                                    Changed body: '*/*'

                                    Changed property: listOfDocumentLinks (array)

                                    Changed property: listOfDocumentLinks[n].cci (string)

                                • Changed response : [404]//commission reference document not found
                                  • Schema

                                    Changed body: '*/*'

                                    Changed property: listOfDocumentLinks (array)

                                    Changed property: listOfDocumentLinks[n].cci (string)

                            2. GET/eip-api/eip-versions/{id}/general/documents
                              • Response

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

                                    Changed body: '*/*'

                                    Changed property: [n].listOfDocumentLinks (array)

                                    Changed property: [n].listOfDocumentLinks[n].cci (string)

                                • Changed response : [404]//documentable object not found
                                  • Schema

                                    Changed body: '*/*'

                                    Changed property: [n].listOfDocumentLinks (array)

                                    Changed property: [n].listOfDocumentLinks[n].cci (string)

                            3. POST/eip-api/eip-versions/{id}/general/documents
                              • Response

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

                                    Changed body: '*/*'

                                    Changed property: listOfDocumentLinks (array)

                                    Changed property: listOfDocumentLinks[n].cci (string)

                            4. GET/eip-api/eip-versions/{id}/general/documents/{documentId}
                              • Response

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

                                    Changed body: '*/*'

                                    Changed property: listOfDocumentLinks (array)

                                    Changed property: listOfDocumentLinks[n].cci (string)

                            5. PUT/eip-api/eip-versions/{id}/general/documents/{documentId}
                              • Response

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

                                    Changed body: '*/*'

                                    Changed property: listOfDocumentLinks (array)

                                    Changed property: listOfDocumentLinks[n].cci (string)

                            6. PUT/eip-api/eip-versions/{id}/general/documents/{documentId}/refresh
                              • Response

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

                                    Changed body: '*/*'

                                    Changed property: listOfDocumentLinks (array)

                                    Changed property: listOfDocumentLinks[n].cci (string)

                            7. GET/eip-api/eip-versions/{id}/general/mandatory-documents
                              • Response

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

                                    Changed body: '*/*'

                                    Changed property: [n].listOfDocumentLinks (array)

                                    Changed property: [n].listOfDocumentLinks[n].cci (string)

                                • Changed response : [404]//documentable object not found
                                  • Schema

                                    Changed body: '*/*'

                                    Changed property: [n].listOfDocumentLinks (array)

                                    Changed property: [n].listOfDocumentLinks[n].cci (string)

                            8. GET/eip-api/{id}/global-search/documents/{documentId}
                              • Response

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

                                    Changed body: '*/*'

                                    Changed property: listOfDocumentLinks (array)

                                    Changed property: listOfDocumentLinks[n].cci (string)

                            9. GET/eip-api/eip-versions/{eipVerId}
                              • Response

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

                                    Changed body: '*/*'

                                    Changed property: listOfDocument (array)

                                    Changed property: listOfDocument[n].listOfDocumentLinks (array)

                                    Changed property: listOfDocument[n].listOfDocumentLinks[n].cci (string)

                                • Changed response : [404]//version not found
                                  • Schema

                                    Changed body: '*/*'

                                    Changed property: listOfDocument (array)

                                    Changed property: listOfDocument[n].listOfDocumentLinks (array)

                                    Changed property: listOfDocument[n].listOfDocumentLinks[n].cci (string)

                            3.25.0 - 3.27.0

                            What's New


                              What's Deleted


                                What's Deprecated


                                  What's Changed


                                  1. POST/eip-api/document-search
                                    • Response

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

                                          Changed body: '*/*'

                                          Added property: [n].lastStatus (boolean)

                                          Added property: [n].lastVersion (boolean)

                                          Added property: [n].status (string)

                                          Added property: [n].statusId (integer)

                                  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


                                                                1. POST/eip-api/etranslation/errorcallback
                                                                  • Parameters

                                                                    • Add error-code in query
                                                                    • Deleteerror_codein query

                                                                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


                                                                                                                1. POST/eip-api/document-search Search for documents
                                                                                                                2. POST/eip-api/document-search/download-all Download all documents
                                                                                                                3. GET/eip-api/{id}/global-search/documents/{documentId} Retrieves document details for a global search document result
                                                                                                                4. GET/eip-api/{id}/global-search/documents/{documentId}/attachments/{docAttId} Highlight text in an attachment

                                                                                                                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/eip-api/commission-reference-document/{commissionReferenceNumber}
                                                                                                                                              • Parameters

                                                                                                                                                • Add documentTypeId in query

                                                                                                                                            3.10.0 - 3.11.0

                                                                                                                                            What's New


                                                                                                                                              What's Deleted


                                                                                                                                                What's Deprecated


                                                                                                                                                  What's Changed


                                                                                                                                                  1. POST/eip-api/eip-versions/{id}/general/documents/{documentId}/send
                                                                                                                                                    • Parameters

                                                                                                                                                      • callback in query Notes null change into Optional callback for web application use only; It's the URL that was used by EU Login to redirect the browser to after the signature operation took place
                                                                                                                                                      • signatureId in query Notes null change into Optional signature ID for web application use only; It's the id returned be eu-login after the signature operation took place

                                                                                                                                                  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


                                                                                                                                                                        1. GET/eip-api/cci-search
                                                                                                                                                                          • Response

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

                                                                                                                                                                                Changed body: '*/*'

                                                                                                                                                                                Added property: [n].specificActionId (integer)

                                                                                                                                                                        3.6.0 - 3.7.0

                                                                                                                                                                        What's New


                                                                                                                                                                          What's Deleted


                                                                                                                                                                            What's Deprecated


                                                                                                                                                                              What's Changed


                                                                                                                                                                              1. GET/eip-api/eip-versions/validation-rules/{eipVerId}
                                                                                                                                                                                • Response

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

                                                                                                                                                                                      Changed body: '*/*'

                                                                                                                                                                                      Added property: listOfLabelValue (array)

                                                                                                                                                                                  • Changed response : [404]//version not found
                                                                                                                                                                                    • Schema

                                                                                                                                                                                      Changed body: '*/*'

                                                                                                                                                                                      Added property: listOfLabelValue (array)

                                                                                                                                                                              3.5.0 - 3.6.0

                                                                                                                                                                              What's New


                                                                                                                                                                                What's Deleted


                                                                                                                                                                                  What's Deprecated


                                                                                                                                                                                    What's Changed


                                                                                                                                                                                    1. GET/eip-api/eip-versions/{eipVerId}/mandatory-information/practice-abstract
                                                                                                                                                                                      • Response

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

                                                                                                                                                                                            Changed body: '*/*'

                                                                                                                                                                                            Added property: title (string)

                                                                                                                                                                                            Added property: titleEnglish (string)

                                                                                                                                                                                    2. PUT/eip-api/eip-versions/{eipVerId}/mandatory-information/practice-abstract
                                                                                                                                                                                      • Request

                                                                                                                                                                                        • Schema

                                                                                                                                                                                          Changed body: 'application/json'

                                                                                                                                                                                          Added property: title (string)

                                                                                                                                                                                          Added property: titleEnglish (string)

                                                                                                                                                                                      • Response

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

                                                                                                                                                                                            Changed body: '*/*'

                                                                                                                                                                                            Added property: title (string)

                                                                                                                                                                                            Added property: titleEnglish (string)

                                                                                                                                                                                    3. GET/eip-api/eip-versions/{eipVersionId}/optional-data/additional-practice-abstracts
                                                                                                                                                                                      • Response

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

                                                                                                                                                                                            Changed body: '*/*'

                                                                                                                                                                                            Added property: [n].titleEnglish (string)

                                                                                                                                                                                    4. POST/eip-api/eip-versions/{eipVersionId}/optional-data/additional-practice-abstracts
                                                                                                                                                                                      • Request

                                                                                                                                                                                        • Schema

                                                                                                                                                                                          Changed body: 'application/json'

                                                                                                                                                                                          Added property: titleEnglish (string)

                                                                                                                                                                                      • Response

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

                                                                                                                                                                                            Changed body: '*/*'

                                                                                                                                                                                            Added property: titleEnglish (string)

                                                                                                                                                                                    5. GET/eip-api/eip-versions/{eipVersionId}/optional-data/additional-practice-abstracts/{practiceId}
                                                                                                                                                                                      • Response

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

                                                                                                                                                                                            Changed body: '*/*'

                                                                                                                                                                                            Added property: titleEnglish (string)

                                                                                                                                                                                    6. PUT/eip-api/eip-versions/{eipVersionId}/optional-data/additional-practice-abstracts/{practiceId}
                                                                                                                                                                                      • Request

                                                                                                                                                                                        • Schema

                                                                                                                                                                                          Changed body: 'application/json'

                                                                                                                                                                                          Added property: titleEnglish (string)

                                                                                                                                                                                      • Response

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

                                                                                                                                                                                            Changed body: '*/*'

                                                                                                                                                                                            Added property: titleEnglish (string)

                                                                                                                                                                                    7. GET/eip-api/eip-versions/{eipVersionId}/recommended-data/description-project-activities
                                                                                                                                                                                      • Response

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

                                                                                                                                                                                            Changed body: '*/*'

                                                                                                                                                                                            Added property: title (string)

                                                                                                                                                                                            Added property: titleEnglish (string)

                                                                                                                                                                                    8. PUT/eip-api/eip-versions/{eipVersionId}/recommended-data/description-project-activities
                                                                                                                                                                                      • Request

                                                                                                                                                                                        • Schema

                                                                                                                                                                                          Changed body: 'application/json'

                                                                                                                                                                                          Added property: title (string)

                                                                                                                                                                                          Added property: titleEnglish (string)

                                                                                                                                                                                      • Response

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

                                                                                                                                                                                            Changed body: '*/*'

                                                                                                                                                                                            Added property: title (string)

                                                                                                                                                                                            Added property: titleEnglish (string)

                                                                                                                                                                                    9. GET/eip-api/eip-versions/{eipVerId}
                                                                                                                                                                                      • Response

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

                                                                                                                                                                                            Changed body: '*/*'

                                                                                                                                                                                            Added property: practiceAbstractTitle (string)

                                                                                                                                                                                            Added property: practiceAbstractTitleEnglish (string)

                                                                                                                                                                                            Changed property: listOfPracticeAbstracts (array)

                                                                                                                                                                                            Added property: listOfPracticeAbstracts[n].titleEnglish (string)

                                                                                                                                                                                        • Changed response : [404]//version not found
                                                                                                                                                                                          • Schema

                                                                                                                                                                                            Changed body: '*/*'

                                                                                                                                                                                            Added property: practiceAbstractTitle (string)

                                                                                                                                                                                            Added property: practiceAbstractTitleEnglish (string)

                                                                                                                                                                                            Changed property: listOfPracticeAbstracts (array)

                                                                                                                                                                                            Added property: listOfPracticeAbstracts[n].titleEnglish (string)

                                                                                                                                                                                    3.3.1 - 3.5.0

                                                                                                                                                                                    What's New


                                                                                                                                                                                      What's Deleted


                                                                                                                                                                                        What's Deprecated


                                                                                                                                                                                          What's Changed


                                                                                                                                                                                          1. GET/eip-api/eip-versions/{eipVerId}/general/validation-results
                                                                                                                                                                                            • Response

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

                                                                                                                                                                                                  Changed body: '*/*'

                                                                                                                                                                                                  Changed property: [n].validationResultParameters (array)

                                                                                                                                                                                                  Changed property: [n].validationResultParameters[n].type (string)

                                                                                                                                                                                                  Changed property: [n].validationResultParameters[n].value (object)

                                                                                                                                                                                          2. GET/eip-api/eip-versions/validation-rules/{eipVerId}
                                                                                                                                                                                            • Response

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

                                                                                                                                                                                                  Changed body: '*/*'

                                                                                                                                                                                                  Changed property: listOfValidationResult (array)

                                                                                                                                                                                                  Changed property: listOfValidationResult[n].validationResultParameters (array)

                                                                                                                                                                                                  Changed property: listOfValidationResult[n].validationResultParameters[n].type (string)

                                                                                                                                                                                                  Changed property: listOfValidationResult[n].validationResultParameters[n].value (object)

                                                                                                                                                                                              • Changed response : [404]//version not found
                                                                                                                                                                                                • Schema incompatible

                                                                                                                                                                                                  Changed body: '*/*'

                                                                                                                                                                                                  Changed property: listOfValidationResult (array)

                                                                                                                                                                                                  Changed property: listOfValidationResult[n].validationResultParameters (array)

                                                                                                                                                                                                  Changed property: listOfValidationResult[n].validationResultParameters[n].type (string)

                                                                                                                                                                                                  Changed property: listOfValidationResult[n].validationResultParameters[n].value (object)

                                                                                                                                                                                          3.3.0 - 3.3.1

                                                                                                                                                                                          What's New


                                                                                                                                                                                            What's Deleted


                                                                                                                                                                                              What's Deprecated


                                                                                                                                                                                                What's Changed


                                                                                                                                                                                                1. GET/eip-api/eip-versions/{id}/tocs
                                                                                                                                                                                                  • Response

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

                                                                                                                                                                                                        Changed body: '*/*'

                                                                                                                                                                                                        Added property: [n].childrenCrcValue (string)

                                                                                                                                                                                                    • Changed response : [404]//Eip not found
                                                                                                                                                                                                      • Schema

                                                                                                                                                                                                        Changed body: '*/*'

                                                                                                                                                                                                        Added property: [n].childrenCrcValue (string)

                                                                                                                                                                                                2. GET/eip-api/eip-versions/version-create-metadata
                                                                                                                                                                                                  • Response

                                                                                                                                                                                                    • Changed response : [200]//OK
                                                                                                                                                                                                      • Schema incompatible

                                                                                                                                                                                                        Changed body: '*/*'

                                                                                                                                                                                                        Changed property: languages (array)

                                                                                                                                                                                                        Changed property: languages[n].extraData (array)

                                                                                                                                                                                                        Changed property: languages[n].extraData[n].name (string)

                                                                                                                                                                                                        Changed property: languages[n].extraData[n].value (string)

                                                                                                                                                                                                3. GET/eip-api/eip-versions/{eipVerId}/general/version-info-metadata
                                                                                                                                                                                                  • Response

                                                                                                                                                                                                    • Changed response : [200]//OK
                                                                                                                                                                                                      • Schema incompatible

                                                                                                                                                                                                        Changed body: '*/*'

                                                                                                                                                                                                        Changed property: statusList (array)

                                                                                                                                                                                                        Changed property: statusList[n].extraData (array)

                                                                                                                                                                                                        Changed property: statusList[n].extraData[n].name (string)

                                                                                                                                                                                                        Changed property: statusList[n].extraData[n].value (string)

                                                                                                                                                                                                3.2.0 - 3.3.0

                                                                                                                                                                                                What's New


                                                                                                                                                                                                  What's Deleted


                                                                                                                                                                                                    What's Deprecated


                                                                                                                                                                                                      What's Changed


                                                                                                                                                                                                      1. GET/eip-api/eip-versions/{eipVerId}/general/officials
                                                                                                                                                                                                        • Response

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

                                                                                                                                                                                                              Changed body: '*/*'

                                                                                                                                                                                                              Added property: [n].key (string)

                                                                                                                                                                                                      2. POST/eip-api/eip-versions/{eipVerId}/general/officials
                                                                                                                                                                                                        • Response

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

                                                                                                                                                                                                              Changed body: '*/*'

                                                                                                                                                                                                              Added property: key (string)

                                                                                                                                                                                                      3. GET/eip-api/eip-versions/{eipVerId}/general/officials/{offId}
                                                                                                                                                                                                        • Response

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

                                                                                                                                                                                                              Changed body: '*/*'

                                                                                                                                                                                                              Added property: key (string)

                                                                                                                                                                                                      4. PUT/eip-api/eip-versions/{eipVerId}/general/officials/{offId}
                                                                                                                                                                                                        • Response

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

                                                                                                                                                                                                              Changed body: '*/*'

                                                                                                                                                                                                              Added property: key (string)

                                                                                                                                                                                                      5. GET/eip-api/eip-versions/{eipVerId}
                                                                                                                                                                                                        • Response

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

                                                                                                                                                                                                              Changed body: '*/*'

                                                                                                                                                                                                              Changed property: listOfPersonInCharge (array)

                                                                                                                                                                                                              Added property: listOfPersonInCharge[n].key (string)

                                                                                                                                                                                                          • Changed response : [404]//version not found
                                                                                                                                                                                                            • Schema

                                                                                                                                                                                                              Changed body: '*/*'

                                                                                                                                                                                                              Changed property: listOfPersonInCharge (array)

                                                                                                                                                                                                              Added property: listOfPersonInCharge[n].key (string)