GET OneStop/Groups/{GroupID}/DevicesWithConsumableInfo?IncludeSubGroups={IncludeSubGroups}

Gets a summary of devices in the specified group. Included consumable levels for toner, drum and waste toner

Request Information

URI Parameters

NameDescriptionTypeAdditional information
GroupID

integer

Required

IncludeSubGroups

Whether to include devices in subgroups

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Collection of DeviceSummaryWithConsumableInfoDTO
NameDescriptionTypeAdditional information
BlackDrumLevel

integer

None.

CyanDrumLevel

integer

None.

MagentaDrumLevel

integer

None.

YellowDrumLevel

integer

None.

BlackTonerLevel

integer

None.

CyanTonerLevel

integer

None.

MagentaTonerLevel

integer

None.

YellowTonerLevel

integer

None.

WasteTonerLevel

integer

None.

DeviceID

Auto generated

integer

None.

IPAddress

IP Address of device

string

None.

MacAddress

MAC Address of device in the format AA:AA:AA:AA:AA:AA

string

None.

Description

Device Description. OID 1.3.6.1.2.1.25.3.2.1.3

string

None.

SerialNumber

Device Serial Number

string

None.

Location

Device location. Retrieved from OID 1.3.6.1.2.1.1.6

string

None.

Manufacturer

Device manufacturer

string

None.

Model

Device model name

string

None.

GroupID

Group ID of device

integer

None.

AssetNumber

Device asset number if set

string

None.

Comments

Any comments that have been added for the device

string

None.

LastCommunication

Last time any commination received from the device

date

None.

GroupName

Name of group device appears in

string

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.