Skip to the content
DWService – DocsDWService - Docs
Documentation
  • www.dwservice.net
  • api.dwservice.net
  • www.dwservice.net
  • api.dwservice.net

API

⌘K
  • Introduction
    • Authentication
    • Request Structure
    • Response Structure
    • Prerequisites
  • Account resource
    • Get Account Info
    • Add Services
    • Remove Services
    • Get Credit Transactions
  • Agent resource
    • Create an agent
    • Modify an agent
    • Delete an agent
    • List all agents
    • Get agent
  • Sessions resource
    • Create a new session
    • List all sessions
    • Get session
    • Close session
  • Develop the web application
    • Open IFrame session
    • Close IFrame session
    • Show App in IFrame session
  • Customize the installer
    • Linux
    • Mac OS
    • Windows
    • Example configuration
  • Examples
    • PHP
    • C#
    • Java
  1. Home
  2. Docs
  3. API
  4. Sessions resource
  5. Get session

Get session

REQUEST
GET /id=<session id> or /idChannel=<channel id>

RESPONSE
200 OK
{
id: xxxxxxxxxxxxxxxxx,
idChannel: xxx,
idAgent: xxxxxxxxxxxxxxxxx,
initTime: Fri Oct 19 15:19:48 UTC 2018,
frozen: false,
ipAddress: xxx.xxx.xxx.xx
}

Doc navigation

← List all sessionsClose session →

© 2025 DWService – Docs

Powered by WordPress

To the top ↑ Up ↑