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
  • Schemas
    • Common
      • CommonResponse
      • KeyValues
      • ProviderCommonResponse
      • CommonDescription
      • CommonMessage
      • InternationalizedCode
      • InternationalizedText
      • CommonPaging
    • S360
      • Status
        • status-rules-en
        • status-payment-en
        • status-consent-en
        • status-decision-en
        • status-provisioning-en
        • status-application-en
        • action-en
        • rules
        • action
        • status-service-en
        • pay-type
      • Application
        • application.identifier
        • applicationStatus
        • application.audit
        • application.workspace
        • applicationObject
        • applicationSchema
        • applicationDecision
        • applicationProvisioningStatus
        • applicationProvisioningRequest
        • application.audit.remark
        • StartMyApplicationRequest
        • application
        • application.quote
        • StartMyApplicationResponse
        • GetMyApplicationDetailResponse
        • applicationContext
        • application.audit.step
        • GetMyApplicationsResponse
      • Document
        • file
        • ocr
        • document
      • _temp
        • _application
        • applicationPrefilledInfos
        • applicationContext
        • applicationContext
      • Service
        • service-compatibility
        • lifecycle-inventory
        • GetMyServicesResponse
        • GetMyServicesRequestControl
        • GetMyServicesQuery
        • tradeLicense.application
        • tradeLicense.inventory
        • service
        • service.compatibility.segment
        • service.policy.item
        • service.situation
        • tradeLicense
        • GetMyServiceDetailsResponse
        • service.composedOf
        • service.compatibility
        • service.compatibility.segment.context
        • service.eligibility
        • service.execRule
        • service.execRule.rule
        • tradeLicense.inventory.output
        • metadata
      • Payment
        • query
        • sort
        • search
        • quotation
        • payment
        • audit
        • transaction
        • requestControl
        • quotation-payment
        • audit.v1.0
        • requestControl.v1.0
      • RuleEngine
        • TradeLicenseEligibility
      • Inventory
        • inventoryObject
        • inventory.lifecycle.enum
      • service.catalog
      • document
      • inventory
      • Catalog.Services
      • Catalog.Segment
      • Service Identifier
      • LookupData
      • MyServices
      • segmentContext
      • service.composedof
      • service.executionRule
      • service.compatibility
      • service.state.enum
    • Schemas
      • GetMyServicesRs2
      • GetMyServiceDetailRs
      • StartMyApplicationRs
      • Application
      • ServiceArray
      • Service
      • ServiceDetail
      • ServiceByState
      • NextBestAction
      • StateEnum
      • GetMyServicesRs
      • Metadata
    • JWT
      • userContext
      • iidParams
      • GetContextResponse
    • PortalData
    • CommonResponse
Home
Home
Azure DevOps Repository
  1. IID Authorization

Get Child Session

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

Request

Header Params

Body Params application/json

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

Request Code 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/session/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"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "code": 0,
    "desc": {
        "en": "Success",
        "ar": "Success",
        "code": null
    },
    "errors": null,
    "data": {
        "sessionId": "b26e93f2-19bc-4473-95ed-db72bd1eb5f2",
        "externalSystemId": "D360",
        "authorityType": "SELF",
        "selfProfile": [
            {
                "profileId": 518,
                "laProfileId": 233253,
                "nameEn": "KHADIJA ABDULLA YOUSEF ALALI",
                "nameAr": "خديجه عبدالله يوسف ال على",
                "gender": "F",
                "mobileNo": "+971-9887544343",
                "email": "r.shehadeh1@dubaitourism.ae",
                "passportNo": "2457455",
                "eid": "784197910942578",
                "unifiedId": "514351",
                "nationality": {
                    "code": "ARE",
                    "valueEn": "United Arab Emirates",
                    "valueAr": "الإمارات العربية المتحدة",
                    "id": 101
                },
                "type": "INDIVIDUAL",
                "isActive": true
            }
        ],
        "iidParams": {
            "locale": "en"
        },
        "userPermissions": [
            "P1001",
            "P1002",
            "P1005",
            "P1006",
            "P1008",
            "P1009",
            "P1011",
            "P1012",
            "P1017",
            "P1018",
            "P1023",
            "P1024",
            "P1029",
            "P1030",
            "P1031",
            "P1032",
            "P1036",
            "P1037",
            "P1039",
            "P1040",
            "P1042",
            "P1043",
            "P1057",
            "P1064",
            "P1065",
            "P1067",
            "P1071",
            "P1072",
            "P1079",
            "P1080",
            "P1082",
            "P1083",
            "P1085",
            "P1086",
            "P1088",
            "P1089"
        ],
        "delegations": [],
        "userRoles": [
            {
                "code": "IID-INVESTOR",
                "organizationIds": [
                    2
                ]
            }
        ],
        "expires_in": 15
    }
}
Modified at 2024-09-26 10:47:16
Previous
Create Child Session
Next
Refresh Child Session
Built with