GET api/ScanResults/MyScans

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GetMyScans_Result
NameDescriptionTypeAdditional information
Id

integer

None.

UserSaveTime

date

None.

NiceName

string

None.

OverallScorePercent

integer

None.

OverallScoreApfge

integer

None.

NotificationsSeriousCount

integer

None.

NotificationsWarningCount

integer

None.

ServerSaveTime

date

None.

ServerSaveTimeDelta

date

None.

CurrentServerTime

date

None.

AggregatePercentage

integer

None.

AverageOverallScorePercent

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "userSaveTime": "2025-12-08T12:22:08.2256048-08:00",
    "niceName": "sample string 3",
    "overallScorePercent": 1,
    "overallScoreApfge": 1,
    "notificationsSeriousCount": 1,
    "notificationsWarningCount": 1,
    "serverSaveTime": "2025-12-08T12:22:08.2256048-08:00",
    "serverSaveTimeDelta": "2025-12-08T12:22:08.2256048-08:00",
    "currentServerTime": "2025-12-08T12:22:08.2256048-08:00",
    "aggregatePercentage": 6,
    "averageOverallScorePercent": 1
  },
  {
    "id": 1,
    "userSaveTime": "2025-12-08T12:22:08.2256048-08:00",
    "niceName": "sample string 3",
    "overallScorePercent": 1,
    "overallScoreApfge": 1,
    "notificationsSeriousCount": 1,
    "notificationsWarningCount": 1,
    "serverSaveTime": "2025-12-08T12:22:08.2256048-08:00",
    "serverSaveTimeDelta": "2025-12-08T12:22:08.2256048-08:00",
    "currentServerTime": "2025-12-08T12:22:08.2256048-08:00",
    "aggregatePercentage": 6,
    "averageOverallScorePercent": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetMyScans_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wimps.Services.Api.Models">
  <GetMyScans_Result>
    <AggregatePercentage>6</AggregatePercentage>
    <AverageOverallScorePercent>1</AverageOverallScorePercent>
    <CurrentServerTime xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-08T20:22:08.2256048Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-480</d3p1:OffsetMinutes>
    </CurrentServerTime>
    <Id>1</Id>
    <NiceName>sample string 3</NiceName>
    <NotificationsSeriousCount>1</NotificationsSeriousCount>
    <NotificationsWarningCount>1</NotificationsWarningCount>
    <OverallScoreApfge>1</OverallScoreApfge>
    <OverallScorePercent>1</OverallScorePercent>
    <ServerSaveTime xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-08T20:22:08.2256048Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-480</d3p1:OffsetMinutes>
    </ServerSaveTime>
    <ServerSaveTimeDelta xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-08T20:22:08.2256048Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-480</d3p1:OffsetMinutes>
    </ServerSaveTimeDelta>
    <UserSaveTime xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-08T20:22:08.2256048Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-480</d3p1:OffsetMinutes>
    </UserSaveTime>
  </GetMyScans_Result>
  <GetMyScans_Result>
    <AggregatePercentage>6</AggregatePercentage>
    <AverageOverallScorePercent>1</AverageOverallScorePercent>
    <CurrentServerTime xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-08T20:22:08.2256048Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-480</d3p1:OffsetMinutes>
    </CurrentServerTime>
    <Id>1</Id>
    <NiceName>sample string 3</NiceName>
    <NotificationsSeriousCount>1</NotificationsSeriousCount>
    <NotificationsWarningCount>1</NotificationsWarningCount>
    <OverallScoreApfge>1</OverallScoreApfge>
    <OverallScorePercent>1</OverallScorePercent>
    <ServerSaveTime xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-08T20:22:08.2256048Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-480</d3p1:OffsetMinutes>
    </ServerSaveTime>
    <ServerSaveTimeDelta xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-08T20:22:08.2256048Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-480</d3p1:OffsetMinutes>
    </ServerSaveTimeDelta>
    <UserSaveTime xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-08T20:22:08.2256048Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-480</d3p1:OffsetMinutes>
    </UserSaveTime>
  </GetMyScans_Result>
</ArrayOfGetMyScans_Result>