@datafire/citrix_gotoassistseeit
v2.0.2
Published
DataFire integration for GoToAssist Seeit
Downloads
6
Readme
@datafire/citrix_gotoassistseeit
Client library for GoToAssist Seeit
Installation and Usage
npm install --save datafire @datafire/citrix_gotoassistseeit
let datafire = require('datafire');
let citrix_gotoassistseeit = require('@datafire/citrix_gotoassistseeit').actions;
let context = new datafire.Context();
citrix_gotoassistseeit.sessions.get({}, context).then(data => {
console.log(data);
})
Description
Actions
sessions.get
citrix_gotoassistseeit.sessions.get({
"Authorization": ""
}, context)
Parameters
- Authorization (string) required - Access Token
- startTime (integer) - Optional start of date range as timestamp (will be compared against session creation time)
- endTime (integer) - Optional end of date range as timestamp (will be compared against session creation time)
- page (integer) - Optional page number. If not specified, page 0 is delivered
- size (integer) - Optional page size. If not specified, 5 sessions are delivered
- sort (string) - Optional sort criteria, i.e. field name to sort by, optionally followed by a comma and the sort order (asc or desc). Every field available in the session details can be used as sort criteria. If not specified, result is sorted ascending by sessionCreateTime
sessions.post
This endpoint allows you to create a GoToAssist Seeit session. The session logically exists but is not started until you open the returned startUrl in a suitable browser.
citrix_gotoassistseeit.sessions.post({
"Authorization": ""
}, context)
Parameters
- Authorization (string) required - Access Token
sessions.uuid.get
citrix_gotoassistseeit.sessions.uuid.get({
"Authorization": "",
"uuid": ""
}, context)
Parameters
- Authorization (string) required - Access Token
- uuid (string) required - the uuid returned when creating the session.