Uploaded image for project: 'Document Management System'
  1. Document Management System
  2. DMS-1415

DMS Integration API : Preview API changes to return file & data

    Details

    • Type: New Feature
    • Status: Done
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: CBAT Offer Letter - Fall
    • Labels:
      None

      Description

      DMS Integration API : Preview API changes to return file & data

      CC-Samir,Rohan J Khandave,Swapnil Pandhare,Mohd Belal

        Attachments

          Issue Links

            Activity

            Hide
            ramya.tantry Ramya Tantry (Inactive) added a comment - - edited

            API Details :

            API : [GET]- /api/User/ValidatePreviewToken/{token}

            Response :

            In case of HTML, we will be returning form details and for PDF, form details will be null as form details is required only in the case of HTML

            HTML response :

            {
            "docType": 1,
            "companyid": "1",
            "fileName": "HTMLLatestVersion_1557483471049.html",
            "formDetails": [

            { "Key": "first_name", "Value": "Sue", "AccessRightsID": 31 }

            ,

            { "Key": "last_name", "Value": "Vincent", "AccessRightsID": 31 }

            ,

            { "Key": "email", "Value": "ramya.tantry@careerbuilder.com", "AccessRightsID": 31 }

            ],
            "fileExtension": ".html"
            }

            PDF response : 

            { "docType": 3, "companyid": "1", "fileName": "0435996587348727.pdf", "formDetails": null, "fileExtension": ".pdf" }

            NOTE : Multiple document form details not yet considered.

             

             

            Show
            ramya.tantry Ramya Tantry (Inactive) added a comment - - edited API Details : API : [GET] - /api/User/ValidatePreviewToken/{token} Response : In case of HTML, we will be returning form details and for PDF, form details will be null as form details is required only in the case of HTML HTML response : { "docType": 1, "companyid": "1", "fileName": "HTMLLatestVersion_1557483471049.html", "formDetails": [ { "Key": "first_name", "Value": "Sue", "AccessRightsID": 31 } , { "Key": "last_name", "Value": "Vincent", "AccessRightsID": 31 } , { "Key": "email", "Value": "ramya.tantry@careerbuilder.com", "AccessRightsID": 31 } ], "fileExtension": ".html" } PDF response :   { "docType": 3, "companyid": "1", "fileName": "0435996587348727.pdf", "formDetails": null, "fileExtension": ".pdf" } NOTE : Multiple document form details not yet considered.    
            Hide
            mohd.belal Mohd Belal (Inactive) added a comment -

            Hi Rohan J Khandave,

            As discussed earlier this with Ganesh Sadawarte we need to get the filetype i.e HTML / PDF beforehand calling the API

            API : [GET]- /api/User/ValidatePreviewToken/{token}

            As when downloading the file we use format as ArrayBuffer in case of PDF and String in case of HTML in Preview and Review and Sign page. Same needs to be implemented here as well.

             

            Can we have the option to pass the file type in Query Params along with Token and Key ?

             

            cc - Samir, Swapnil Pandhare

            Thanks

             

            Show
            mohd.belal Mohd Belal (Inactive) added a comment - Hi Rohan J Khandave , As discussed earlier this with Ganesh Sadawarte we need to get the filetype i.e HTML / PDF beforehand calling the API API : [GET] - /api/User/ValidatePreviewToken/{token} As when downloading the file we use format as ArrayBuffer in case of PDF and String in case of HTML in Preview and Review and Sign page . Same needs to be implemented here as well.   Can we have the option to pass the file type in Query Params along with Token and Key ?   cc - Samir , Swapnil Pandhare Thanks  
            Hide
            priya.dhamande Priya Dhamande (Inactive) added a comment -

            Environment: Preprod

            The patch is not yet implemented on UI end. So, unable to verify the same.
            So, assigning to Swapnil Pandhare.

            Rohan J Khandave

            Show
            priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: Preprod The patch is not yet implemented on UI end. So, unable to verify the same. So, assigning to Swapnil Pandhare . Rohan J Khandave
            Hide
            rohan.khandave Rohan J Khandave (Inactive) added a comment -

            Hello Mohd Belal,

            As per our discussion i call. You will get all details for forms. With that you can call download file api.

            Also please check feasibility for approach we discussed for preview of multiple HTML files.

            Thanks,
            RohanK

            CC – Samir , Swapnil Pandhare ,Ganesh Sadawarte

            Show
            rohan.khandave Rohan J Khandave (Inactive) added a comment - Hello Mohd Belal , As per our discussion i call. You will get all details for forms. With that you can call download file api. Also please check feasibility for approach we discussed for preview of multiple HTML files. Thanks, RohanK CC – Samir , Swapnil Pandhare , Ganesh Sadawarte
            Hide
            mohd.belal Mohd Belal (Inactive) added a comment -

            Hi Rohan J Khandave,

            Yes I will implement the API changes mentioned. 

            Also please check feasibility for approach we discussed for preview of multiple HTML files ->  DMS-1440 is created and I will update the Analysis to it.

             

            cc- Samir, Swapnil Pandhare

            Thanks

            Show
            mohd.belal Mohd Belal (Inactive) added a comment - Hi Rohan J Khandave , Yes I will implement the API changes mentioned.  Also please check feasibility for approach we discussed for preview of multiple HTML files ->   DMS-1440 is created and I will update the Analysis to it.   cc- Samir , Swapnil Pandhare Thanks
            Hide
            mohd.belal Mohd Belal (Inactive) added a comment -

            HI Rohan J Khandave,

            As discussed please look into the issue of API response for FileExtension

            API: http://40.124.26.81:88/api/User/ValidatePreviewToken

            {"docType":1,"companyid":"1","fileName":"test2_1552564474493.html","formDetails":"","fileExtension":""}

             

            We need fileExtension value from api.

             

            cc - Samir, Swapnil Pandhare

            Thanks

            Show
            mohd.belal Mohd Belal (Inactive) added a comment - HI Rohan J Khandave , As discussed please look into the issue of API response for FileExtension API:  http://40.124.26.81:88/api/User/ValidatePreviewToken {"docType":1,"companyid":"1","fileName":"test2_1552564474493.html","formDetails":"","fileExtension":""}   We need fileExtension value from api.   cc - Samir , Swapnil Pandhare Thanks
            Hide
            mohd.belal Mohd Belal (Inactive) added a comment -

            Hi Rohan J Khandave

            Also check for  formDetails values in case of HTML as well.

             

            cc - Samir, Swapnil Pandhare

            Show
            mohd.belal Mohd Belal (Inactive) added a comment - Hi Rohan J Khandave Also check for  formDetails values in case of HTML as well.   cc - Samir , Swapnil Pandhare
            Hide
            rohan.khandave Rohan J Khandave (Inactive) added a comment -

            Hello Mohd Belal,

            I have provided new document links for PDF ,HTML & Text.

            Previous links are created long time back , before this JIRA's development.

            Please check new provided links.

            Thanks,
            RohanK

            CC – Samir , Swapnil Pandhare , Harshveer Singh

            Show
            rohan.khandave Rohan J Khandave (Inactive) added a comment - Hello Mohd Belal , I have provided new document links for PDF ,HTML & Text. Previous links are created long time back , before this JIRA's development. Please check new provided links. Thanks, RohanK CC – Samir , Swapnil Pandhare , Harshveer Singh
            Hide
            priya.dhamande Priya Dhamande (Inactive) added a comment -

            Environment: Prod
            Login: Admin and Candidate
            Browser: FF and Chrome

            Points covered:
            1. Able to see mapped fields
            2. Mapped fields data saved after editing
            3. Map fields data displayed with Admin login

            Refer screen capture. So, marking jira done.
            Samir Rohan J Khandave Sachin Hingole Hrishikesh Deshpande

            Show
            priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: Prod Login: Admin and Candidate Browser: FF and Chrome Points covered: 1. Able to see mapped fields 2. Mapped fields data saved after editing 3. Map fields data displayed with Admin login Refer screen capture. So, marking jira done. Samir Rohan J Khandave Sachin Hingole Hrishikesh Deshpande

              People

              Assignee:
              ramya.tantry Ramya Tantry (Inactive)
              Reporter:
              Ganesh.sadawarte Ganesh Sadawarte (Inactive)
              Developer:
              Ramya Tantry (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 16h Original Estimate - 16h
                  16h
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20.75h
                  20.75h