GET api/Activity/Get/{id}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "VIN": "sample string 2",
  "StartTime": "2024-10-05T02:18:35.879833-04:00",
  "EndTime": "2024-10-05T02:18:35.879833-04:00",
  "ElapsedTime": 1.1,
  "Mode": "sample string 3",
  "UserId": 1,
  "LicenseId": "sample string 4",
  "DealerId": "sample string 5",
  "NumberOfPhotos": 1,
  "NumberOfExtPhotos": 6,
  "NumberOfIntPhotos": 7,
  "TimeToSaveData": 8,
  "TimeToSavePhoto": 9,
  "TimeToSaveExt": 10,
  "TimeToSaveInt": 11,
  "Latitude": 12.1,
  "Longitude": 13.1,
  "IsFromShootItAI": true,
  "SkippedPhotoCount": 15,
  "IsAuditDone": true,
  "AuditDate": "2024-10-05T02:18:35.879833-04:00",
  "AuditedBy": "sample string 17",
  "AuditNote": "sample string 18"
}

application/xml, text/xml

Sample:
<BoothApp_Activities xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoothApp.Common">
  <AuditDate>2024-10-05T02:18:35.879833-04:00</AuditDate>
  <AuditNote>sample string 18</AuditNote>
  <AuditedBy>sample string 17</AuditedBy>
  <DealerId>sample string 5</DealerId>
  <ElapsedTime>1.1</ElapsedTime>
  <EndTime>2024-10-05T02:18:35.879833-04:00</EndTime>
  <Id>1</Id>
  <IsAuditDone>true</IsAuditDone>
  <IsFromShootItAI>true</IsFromShootItAI>
  <Latitude>12.1</Latitude>
  <LicenseId>sample string 4</LicenseId>
  <Longitude>13.1</Longitude>
  <Mode>sample string 3</Mode>
  <NumberOfExtPhotos>6</NumberOfExtPhotos>
  <NumberOfIntPhotos>7</NumberOfIntPhotos>
  <NumberOfPhotos>1</NumberOfPhotos>
  <SkippedPhotoCount>15</SkippedPhotoCount>
  <StartTime>2024-10-05T02:18:35.879833-04:00</StartTime>
  <TimeToSaveData>8</TimeToSaveData>
  <TimeToSaveExt>10</TimeToSaveExt>
  <TimeToSaveInt>11</TimeToSaveInt>
  <TimeToSavePhoto>9</TimeToSavePhoto>
  <UserId>1</UserId>
  <VIN>sample string 2</VIN>
</BoothApp_Activities>