S360 Services
Home
Home
Azure DevOps Repository
  1. IID Authorization
  • 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
        POST
      • Create Child Session
        POST
      • Get Child Session
        POST
      • Refresh Child Session
        POST
      • Validate Child Session
        POST
      • Logout Child Session
        POST
      • Add messages
        POST
    • 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
        • Get My Application Details
        • Complete My Application
        • View My Application
      • 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. IID Authorization

Get Context

Integrating
POST
https://iid-core-dev.detsandbox.com/middleware/api/external/sso/context/fetch
Last modified:2024-09-26 10:47:09
Maintainer:Not configured
OperationId:GetContext

Request

Header Params

Body Params application/json

Example
{
        "sessionToken": "{{sessionToken}}",
       "sessionId": "{{child-session-id}}",
       "contextId": "{{contextId}}"
}

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 POST 'https://iid-core-dev.detsandbox.com/middleware/api/external/sso/context/fetch' \
--header 'X-IID-API-KEY: Q7pkLCX3UyYcGq68xzARJ-stdEmhSrgaenWPbTZ9VFMD2NKHuv' \
--header 'X-IID-CLIENT-ID: TIBCO_CONSUMER' \
--header 'Content-Type: application/json' \
--data-raw '{
        "sessionToken": "",
       "sessionId": "fa44b0c4-fb2d-43c3-bb65-345ad2a8be11",
       "contextId": "bc85d02d-c410-4706-8995-9720b501adfb"
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2024-09-26 10:47:09
Previous
Payment Confirmation
Next
Create Child Session
Built with