LogoLogo
  • PAVE OpenAPI Overview
  • How PAVE Works
    • Capture Link
    • Guided Capture
    • Customer Disclosures
    • Identified Vehicle Information
    • Captured Photos
    • Text Notifications
    • Inspection Results
    • Condition Report (PDF)
    • Detected Damages
    • Grading
    • Languages
    • Accuracy & Limitations
  • INTEGRATIONS
    • Developer Docs
      • Authentication
        • Generate Access Token
      • Sessions
        • POST Create Session
        • GET Session Data
        • GET Session Photos
        • GET Session Notes
        • GET Session Results
        • PUT Update Session
        • DELETE Session
      • Webhooks
        • GET All Callbacks
        • GET View a Callback
        • POST Create New Callback
        • PUT Update a Callback
        • DELETE a Callback
      • Deep Linking
        • Deep Link with React Native App
        • Deep Link Native App
        • Deep Linking with Shareable Links
      • Pass-Through Additional User Information
      • Tracking Your Sessions
      • User Session Lifecycle
      • Developer Testing
    • Account Optional Add-ons
      • Capture Only Theme (CAPT)
        • Skip Pictures
      • Right-Hand-Drive Capture Flow
  • MANAGING YOUR ACCOUNT
    • Your Guide to PAVE's Account and Enterprise Dashboards
  • Hotspots
    • PAVE Hotspots API
    • Activating PAVE Hotspots
    • Developer Docs
      • Authentication
        • Generate Access Token
      • Sessions
        • POST Create Session
        • POST Upload Photos
        • GET Results
  • OTHER RESOURCES
    • PAVE Capture Troubleshooting Guide
      • iPhone (iOS) Issues
        • Does my mobile phone work with PAVE?
        • Can't Access Camera - Incorrect Web Browser Usage
        • Can't Access Camera - Camera Permission Not Enabled
        • Camera Screen is Locked and won't Rotate
        • Inspection Get's Stuck
        • Inspection Won't Begin or Complete
        • Getting Back to an In-Progress Inspection
        • Why do I keep getting asked to retake pictures?
      • Android Phone Issues
        • Does my mobile phone work with PAVE?
        • Can't Access Camera - Incorrect Web Browser Usage
        • Can't Access Camera - Camera Permission Not Enabled
        • Camera Screen is Locked and won't Rotate
        • Inspection Gets Stuck
        • Inspection Won't Begin or Complete
        • Getting Back to an In-Progress Inspection
        • Why do I keep getting asked to retake pictures?
    • Policies
      • Service Level Agreement and Standards
      • Service Delivery Sub-Processors & Processors
      • API Strategy and Architecture
      • Information Security Policy
        • Data Quality Guideline
        • Data Retention Policy
        • Backup and Disaster Recovery
        • Data Residency
        • Data Access Control
Powered by GitBook
On this page
  • Session Status
  • Session Stage
  1. INTEGRATIONS
  2. Developer Docs

User Session Lifecycle

PreviousTracking Your SessionsNextDeveloper Testing

Last updated 9 months ago

Tracking the PAVE Capture UI session lifecycle is managed through monitoring steps of two processes. Session Status identifies how far along the session is. The Session Stage determines what stage of the photo capture process the User is.

Session Status

Status

Description

IDLE

The session_key was generated but there is no User activity

STARTED

The User has opened the session and clicked GET STARTED

PROCESS

The User has captured at least one photo

QC_PASSED

The User has captured all photos and they passed the QC process

CONFIRM

The session results are complete and waiting for the User to confirm

COMPLETE

The User confirmed the inspection results and closed the session

EXPIRED

INVALID

The session was marked as invalid during inspection processing due to the presence of a vehicle that didn't match the captured VIN or a photo that did not meet the requirements to complete the inspection.

Session Stage

User Capture Step

Photo Code

Photo Type

Nullable

1

1

VIN

default image URL provided if manually entered

2

2

Interior

no

3

3

Cluster

default image URL provided if manually entered

4

4

Left

yes, if all other needed images are captured

5

10

Front_Left

yes, if all other needed images are captured

6

5

Front

yes, if all other needed images are captured

7

11

Front_Right

yes, if all other needed images are captured

8

7

Right

yes, if all other needed images are captured

9

12

Rear_Right

yes, if all other needed images are captured

10

8

Rear

yes, if all other needed images are captured

11

13

Rear_Left

yes, if all other needed images are captured

12

9

Windshield

no

13

6

Tires

no

The session did not reach QC_PASSED within the expiration timeframe configured for that API Key.

LEARN MORE
PAVE Capture UI User Session Lifecycle