S360 Services
Home
Home
Azure DevOps Repository
  1. Applications
  • Component Diagram
  • S360 Providers
    • BackOffice Workspace
      • Application
        • Submit Application
        • Application Status
      • Service Provisioning
        • Service Provisioning Request
        • Service Provisioning Status
      • Payment
        • Pricing Request
        • Payment Confirmation
      • References
    • IID Authorization
      • Get Context
      • Create Child Session
      • Get Child Session
      • Refresh Child Session
      • Validate Child Session
      • Logout Child Session
      • Add messages
    • MDM
      • License
        • QueryLicenses
  • S360
    • BackOffice
      • Application
        • Application Decision
      • Service Provisioning
        • Service Provisioning
    • IID Portal
      • Read This First
      • Application Status
      • Services
        • Get My Services
        • Get My Service Details
        • Start My Application
      • Applications
        • Get My Applications
          POST
        • Get My Application Details
          GET
        • Complete My Application
          LINK
        • View My Application
          LINK
      • Inventory
        • Get My Inventories
        • Get My Inventory Details
      • Payment
        • CompletePayment
        • GetPaymentDetails
        • ConfirmPayment
        • GetDuePaymentDetails
        • GetPastPaymentDetails
        • GetMyDuePayments
        • GetMyPastPayments
        • GetMyPaymentDetails
        • GetMyPayments
      • Document
        • Retrieve Document
    • Application Workspace
      • Read This First
      • SSO
        • Authenticate
        • Refresh Session
      • Application
        • GetContext App
        • GetContext User
        • Submit My Application
        • Notify Application Status
      • Document
        • Upload Document
        • Retrieve Document
      • Proxy
        • Get Reference Data from Entity
      • DesignTime
        • Upload Application Schema
    • Rules Engines
      • Payment
  1. Applications

View My Application

Integrating
LINK
https://appworkspace-qa.detsandbox.com/redirection
Last modified:2024-09-26 10:44:01
Maintainer:Not configured
OperationId:ViewMyApplication

Overview#

This process begins when the investor picks an application that is marked as NOT InProgress (Submitted, Approved, Rejected or Provisioned) and clicks on the ViewMyApplication button.
The IID Portal will call the GenerateExternalToken operation by sending the Application Context to the IID Authorization services.
After that, the IID Portal redirects to the main landing page of the Application Workspace and provides the following details:
1.
sessionToken. Short-Lived session token
2.
signature. Signature related to the sessionToken
3.
contextId. Unique ID representing the chosen application.
The Application Workspace will authenticate by using a session token and a signature to obtain the JWT token. This token will be utilized for future access to the protected Service 360 resources.
Remarks:
Investor only can view the application in read-only mode.

Sequence Diagram#

Precondition:
Investor select application with state not InProgress
mermaid-S360-ViewMyApplication
Remark:
The redirection target Url is available in the appWorkspace element in the application object returned by GetMyApplications operation.

Request

Authorization
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
Query Params

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request LINK 'https://appworkspace-qa.detsandbox.com/redirection?sessionToken=631f4c97-7f44-4de9-aa38-b4f337a39f34&signature=3L3Jww1EMpUim+mL6+mB4gG3ImfcpUlVezk6vfaYOrHA1W1Qu4uJADITmNAyyeLdLDtlzOs2IwxHEZB15n15IQ==&contextId=21789bba-9986-4810-985d-fe4e4d29d352' \
--header 'X-API-Key;'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2024-09-26 10:44:01
Previous
Complete My Application
Next
Get My Inventories
Built with