GET Units/{id}

Get a single unit's details

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Process Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Unit
NameDescriptionTypeAdditional information
ParentUnitId

integer

None.

SubTreeActive

string

None.

TypeId

integer

None.

ActiveDirectoryOU

string

None.

Level

byte

None.

Path

string

None.

IdPath

string

None.

TimeZoneId

integer

None.

WorkingHoursId

integer

None.

MaxSeats

integer

None.

WaitingTimeTarget

integer

None.

ServiceTime

integer

None.

CustomerPatience

integer

None.

DistributionAdjustmentFactor

decimal number

None.

IdleTimePct

integer

None.

Address

string

None.

TelNumber

string

None.

Id

integer

None.

Name

string

None.

Description

string

None.

Active

boolean

None.

ExtRef

string

None.

PartOfQapp

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ParentUnitId": 1,
  "SubTreeActive": "sample string 2",
  "TypeId": 3,
  "ActiveDirectoryOU": "sample string 4",
  "Level": 64,
  "Path": "sample string 6",
  "IdPath": "sample string 7",
  "TimeZoneId": 8,
  "WorkingHoursId": 9,
  "MaxSeats": 10,
  "WaitingTimeTarget": 11,
  "ServiceTime": 12,
  "CustomerPatience": 13,
  "DistributionAdjustmentFactor": 14.0,
  "IdleTimePct": 15,
  "Address": "sample string 16",
  "TelNumber": "sample string 17",
  "Id": 18,
  "Name": "sample string 19",
  "Description": "sample string 20",
  "Active": true,
  "ExtRef": "sample string 22",
  "PartOfQapp": true
}