GET api/Admin/EInk/Badges?page={page}&pageSize={pageSize}&tenantId={tenantId}&locationId={locationId}&status={status}&assignment={assignment}&health={health}&pendingReset={pendingReset}&q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
page

integer

Default value is 1

pageSize

integer

Default value is 50

tenantId

integer

None.

locationId

integer

None.

status

string

None.

assignment

string

None.

health

string

None.

pendingReset

string

None.

q

string

None.

Body Parameters

None.

Response Information

Resource Description

PaginatedResultOfEInkBadgeFleetItemDTO
NameDescriptionTypeAdditional information
Items

Collection of EInkBadgeFleetItemDTO

None.

PageNumber

integer

None.

PageSize

integer

None.

TotalCount

integer

None.

TotalPages

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "BadgeId": 1,
      "BadgeNumber": 2,
      "Mac": "sample string 3",
      "NfcUid": "sample string 4",
      "LocationId": 5,
      "LocationName": "sample string 6",
      "TenantId": 1,
      "CustomerName": "sample string 7",
      "Status": "sample string 8",
      "IsStorageLocation": true,
      "State": "sample string 10",
      "InUse": true,
      "PendingReset": true,
      "HealthStatus": "sample string 13",
      "LastBatteryLevel": 1.1,
      "VisitorId": "05d7957c-8d98-4b6c-a280-584fdfac7262",
      "LastGuestName": "sample string 14",
      "AssignedAt": "2026-07-17T02:25:11.6311394+00:00",
      "LastWriteAttempt": "2026-07-17T02:25:11.6311394+00:00",
      "LastWriteSuccess": "2026-07-17T02:25:11.6311394+00:00"
    },
    {
      "BadgeId": 1,
      "BadgeNumber": 2,
      "Mac": "sample string 3",
      "NfcUid": "sample string 4",
      "LocationId": 5,
      "LocationName": "sample string 6",
      "TenantId": 1,
      "CustomerName": "sample string 7",
      "Status": "sample string 8",
      "IsStorageLocation": true,
      "State": "sample string 10",
      "InUse": true,
      "PendingReset": true,
      "HealthStatus": "sample string 13",
      "LastBatteryLevel": 1.1,
      "VisitorId": "05d7957c-8d98-4b6c-a280-584fdfac7262",
      "LastGuestName": "sample string 14",
      "AssignedAt": "2026-07-17T02:25:11.6311394+00:00",
      "LastWriteAttempt": "2026-07-17T02:25:11.6311394+00:00",
      "LastWriteSuccess": "2026-07-17T02:25:11.6311394+00:00"
    }
  ],
  "PageNumber": 1,
  "PageSize": 2,
  "TotalCount": 3,
  "TotalPages": 2
}

application/xml, text/xml

Sample:
<PaginatedResultOfEInkBadgeFleetItemDTOOCrrsiZi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models">
  <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.EInk.Badges">
    <d2p1:EInkBadgeFleetItemDTO>
      <d2p1:AssignedAt>2026-07-17T02:25:11.6311394+00:00</d2p1:AssignedAt>
      <d2p1:BadgeId>1</d2p1:BadgeId>
      <d2p1:BadgeNumber>2</d2p1:BadgeNumber>
      <d2p1:CustomerName>sample string 7</d2p1:CustomerName>
      <d2p1:HealthStatus>sample string 13</d2p1:HealthStatus>
      <d2p1:InUse>true</d2p1:InUse>
      <d2p1:IsStorageLocation>true</d2p1:IsStorageLocation>
      <d2p1:LastBatteryLevel>1.1</d2p1:LastBatteryLevel>
      <d2p1:LastGuestName>sample string 14</d2p1:LastGuestName>
      <d2p1:LastWriteAttempt>2026-07-17T02:25:11.6311394+00:00</d2p1:LastWriteAttempt>
      <d2p1:LastWriteSuccess>2026-07-17T02:25:11.6311394+00:00</d2p1:LastWriteSuccess>
      <d2p1:LocationId>5</d2p1:LocationId>
      <d2p1:LocationName>sample string 6</d2p1:LocationName>
      <d2p1:Mac>sample string 3</d2p1:Mac>
      <d2p1:NfcUid>sample string 4</d2p1:NfcUid>
      <d2p1:PendingReset>true</d2p1:PendingReset>
      <d2p1:State>sample string 10</d2p1:State>
      <d2p1:Status>sample string 8</d2p1:Status>
      <d2p1:TenantId>1</d2p1:TenantId>
      <d2p1:VisitorId>05d7957c-8d98-4b6c-a280-584fdfac7262</d2p1:VisitorId>
    </d2p1:EInkBadgeFleetItemDTO>
    <d2p1:EInkBadgeFleetItemDTO>
      <d2p1:AssignedAt>2026-07-17T02:25:11.6311394+00:00</d2p1:AssignedAt>
      <d2p1:BadgeId>1</d2p1:BadgeId>
      <d2p1:BadgeNumber>2</d2p1:BadgeNumber>
      <d2p1:CustomerName>sample string 7</d2p1:CustomerName>
      <d2p1:HealthStatus>sample string 13</d2p1:HealthStatus>
      <d2p1:InUse>true</d2p1:InUse>
      <d2p1:IsStorageLocation>true</d2p1:IsStorageLocation>
      <d2p1:LastBatteryLevel>1.1</d2p1:LastBatteryLevel>
      <d2p1:LastGuestName>sample string 14</d2p1:LastGuestName>
      <d2p1:LastWriteAttempt>2026-07-17T02:25:11.6311394+00:00</d2p1:LastWriteAttempt>
      <d2p1:LastWriteSuccess>2026-07-17T02:25:11.6311394+00:00</d2p1:LastWriteSuccess>
      <d2p1:LocationId>5</d2p1:LocationId>
      <d2p1:LocationName>sample string 6</d2p1:LocationName>
      <d2p1:Mac>sample string 3</d2p1:Mac>
      <d2p1:NfcUid>sample string 4</d2p1:NfcUid>
      <d2p1:PendingReset>true</d2p1:PendingReset>
      <d2p1:State>sample string 10</d2p1:State>
      <d2p1:Status>sample string 8</d2p1:Status>
      <d2p1:TenantId>1</d2p1:TenantId>
      <d2p1:VisitorId>05d7957c-8d98-4b6c-a280-584fdfac7262</d2p1:VisitorId>
    </d2p1:EInkBadgeFleetItemDTO>
  </Items>
  <PageNumber>1</PageNumber>
  <PageSize>2</PageSize>
  <TotalCount>3</TotalCount>
</PaginatedResultOfEInkBadgeFleetItemDTOOCrrsiZi>