Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated the code macro with the following parameter(s): [theme]
Scroll ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
#F0F0F0#F0F0F0

3

Scroll export button
scopecurrent
template-id4fda9400-a7df-4ede-a95f-e4ae5fcf4796
captionDownload this Page
add-onScroll PDF Exporter

This API enables you to login to the application using the following API Request with details such as LoginUID, User Name, and so on.

To authenticate the below API, seeĀ API Authentication and Authorization.

Service NameHTTP Method
LoginApp

POST


Code Block
titleSample Request
linenumberstrue
{
    "ServiceName": "LoginApp",
    "objCommonParameters": {
        "_ProxyDetails": {
            "SAASOrgID": "0",
            "LoginUID": 0,
            "RequestType": "mobile",
            "MobileVersion": "5.10.3",
            "Password": "",
            "AuthType": "SSO",
            "ProxyID": 0,
            "OrgID": 0,
            "TokenID": "",
            "ReturnType": "JSON",
            "UserName": "ss\\user"
        }
    }
}

Request Parameters

Parameter NameTypeDescriptionMandatory
LoginUID

Status
colourGreen
titleString

Logged in users unique identification number.

Status
colourGreen
titletrue

Org ID

Status
colourGreen
titleString

Unique Identification number of an Organization.

Status
colourGreen
titletrue

User Name

Status
colourGreen
titleString

The name of the user.

Status
colourGreen
titletrue

Code Block
titleSample Response
linenumberstrue
{
    "Errors": "",
    "Message": "",
    "Output": "",
    "TokenID": "685E120261DFD08827EAF8CB5D2A5F595D45F676EBA3CDBCD6FCF4ED4649A84E6B6939058E51991BB55D0DB3EB3DBC4376EEF75A4C9A7EEFC1D834F2E7EF2D94F6D5108A00A896D1561205A4856D674238BB22133C68DD239AB552C793B5B887",
    "OrgID": 0,
    "OutputObject": {
        "User": {
            "UserDetails": [
                {
                    "UserId": "14",
                    "EmailId": "soumyak@symphonysummit.com",
                    "UserName": "sowmya123",
                    "TimezoneMins": "-60",
                    "CustomLogo": "http://localhost/Attachments//elbrus-dev-non-gdpr-orglogo-attachments/Web.gif",
                    "IsExecutive": "False",
                    "HasNTID": "1",
                    "Org_Id": "1",
                    "Org_Name": "Symphony Services",
                    "Designation": "Software, L3",
                    "Location": "2909",
                    "Location_Name": "Bengaluru",
                    "WsVersion": "5.12.0",
                    "CallMe": "FALSE",
                    "GPS": "FALSE",
                    "Feedback_IM&SR": "NULL",
                    "RPT_Widgets_Access": "True",
                    "InstanceLable": "Tenant12",
                    "Feature": "",
                    "UserProfileImage": "",
                    "DisplayDateFormat": "yyyy-MM-dd",
                    "DisplayDateTimeFormat": "yyyy-MM-dd hh:mm:ss tt",
                    "ExpiryTime": "6000",
                    "SessionIdleTimeout": "90",
                    "IsAppLogEnabled": "true",
                    "License_Modules": "IM,CM,PM,CMDB,KIOSK,KM,PFM,RM,SUMMIT,RPT,DB,ADDON_RA,SUMMIT,RPT,DB,SUMMIT,RPT,DB,EPROC,SUMMIT,RPT,DB,SUMMIT,RPT,DB,PT,SUMMIT,RPT,DB,AVM,AM,SR,SMSMGMT",
                    "PM_ApproveRecords_Access": "False",
                    "UserLicenseDetails": null,
                    "LoginUID": "68261",
                    "IsMultiLogin": "False",
                    "IsGDPRAccepted": "False",
                    "IsGDPREnabled": "False",
                    "MobileNo": "3322447788",
                    "Domain_ID": "1",
                    "NT_UID": "TmEKaMTgt0kszQcpdrLbdw==",
                    "Frm_UID": "soumyak@symphonysummit.com",
                    "OTPLength": "0",
                    "OTPExpiryInMinutes": "15",
                    "MaxAttempts": "3"
                }
            ],
            "DBDetails": []
        }
    },
    "OutputID": 0,
    "Input": null
}

Status and Error Codes

For more information, seeĀ Status and Error Messages.

Scroll ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
1

| |