Get invoice view session by ID

Authentication

AuthorizationBearer
API key issued for your account. Send as Bearer token in the Authorization header.
X-Plan-Manager-Idstring
Plan manager UUID. Required on all public API requests to scope data access.

Path parameters

session_idstringRequired

Response

Single invoice view session
idstring or null
Session ID
invoice_idstring or null
Invoice ID
user_idstring or null
User ID
user_namestring or null
User name
session_starteddatetime or null
Session start time
session_endeddatetime or null
Session end time
last_heartbeatdatetime or null
Last heartbeat
duration_secondsinteger or null
Duration in seconds
created_atdatetime or null
Created at
active_duration_secondsinteger or null
Active duration in seconds
engaged_duration_secondsinteger or null
Engaged duration in seconds
idle_countinteger or null
Idle count

Errors