No. Propertyware Inspections is documented as a photo-and-checklist module. Its published capabilities are a proprietary camera mode for capturing inspection photos, unlimited photos and notes on condition reports, custom templates, offline capture, side-by-side comparison against a tenant's past inspections, work orders created from the inspection, and reports synced to the desktop and published to owner and tenant portals. Video appears nowhere on the inspection side. It does appear elsewhere in the product: a tenant submitting a maintenance request through the tenant portal can attach a photo or a short video. That split is the whole story. Propertyware treats inspection media as a structured condition record and video as maintenance triage, which is a coherent design choice, and it means video walkthroughs are something operators add beside Propertyware rather than inside it.
What the Inspections module actually is
Propertyware is RealPage's single-family-focused property management platform, and its inspection product is a first-party module rather than a bolted-on partner app. According to Propertyware's own product documentation (propertyware.com), inspections run through a dedicated mobile app "available for your iOS or Android mobile device," and the module is filed under Maintenance alongside work orders.
The design intent is stated plainly on the product page: speed. Propertyware describes a "proprietary camera mode" that "allows you to 'snap, tag and go', cutting inspection time by 50%." Everything about the capture flow follows from that goal. An inspector walks a checklist, taps items, snaps photos against the items, and moves on. The video walkthrough of the app on Propertyware's own site (propertyware.com) puts the same idea in an operator's language: "Use the phone's camera to document items as you complete your customized checklist, and attach any photos or notes."
Protect against liability with unlimited photos and notes on condition reports
Propertyware's inspections app listing, published on the App Store (apple.com)
Save data plan costs with adjustable photo quality and wifi-only syncing
Propertyware's inspections app listing, published on the App Store (apple.com)
With or without Wi-Fi, the Propertyware Mobile App lets you customize templates in seconds.
Propertyware's inspection software page (propertyware.com)
Read those three lines together and the media model is fully specified without a spec sheet. Photos are unbounded in count, deliberately compressible in quality, and expected to sync opportunistically over wifi because field staff work on cellular in houses scattered across a metro. According to Propertyware's published mobile app documentation (propertyware.com), the app's inspection capabilities are listed as: create or schedule an inspection, view scheduled inspections, view maps to properties, work through detailed inspection checklists, capture and upload photos, use standard or custom inspection templates, work offline, maintenance categories by room, and create work orders directly from inspections. That list is the complete published inventory, and video is not on it.
This is a scattered-single-family product making a defensible bet. In a portfolio of detached homes, the constraint is drive time and bandwidth, not fidelity. A small, taggable, wifi-syncing photo is the media type that survives that constraint, and Propertyware optimized for it years before anyone in this category was shipping video.
Where each kind of media is allowed to travel
The most useful finding of this audit is not that video is missing. It is that video exists in Propertyware and is routed somewhere specific. Propertyware runs two separate media lanes, and knowing which is which tells you exactly how to work with the platform.
- Media type: photos and notes, attached to checklist items
- Captured by: inspection staff in the app, or a tenant via a move-in link
- Volume: unlimited photos on condition reports
- Works offline, syncs later; photo quality adjustable
- Output: report synced to desktop, published to owner and tenant portals
- Downstream: side-by-side comparison with past inspections, work orders created from findings
- Media type: a photo or short video
- Captured by: the tenant, in the tenant portal
- Purpose: help the technician locate the issue in a multi-room home
- Attached to: the maintenance request, not the condition record
- Reviewed by: a person, as triage before dispatch
- Not part of the inspection history or the comparison view
The video lane is documented in Propertyware's tenant portal material (propertyware.com), which describes the workflow directly: "Now, when your tenants submit a service request, they can upload a photo or short video. This is helpful when there are multiple rooms in a home, so that your service technician can locate the specific issue more quickly and easily." Note the word "short." That is the tell, and it is the same tell across this category. Video is rationed wherever a human has to watch it, and generous nowhere, because attention is the scarce resource, not storage. We found the identical pattern auditing every other platform in the full property management software video audit: tenant-facing video is capped, staff-facing video is rare, and no platform in the category reviews the footage for you.
The practical read for a Propertyware operator: the platform already proves your tenants will shoot video on a phone and send it to you. They do it every time something breaks. What Propertyware routes that footage toward is a dispatch decision, not a condition baseline. If you want the same tenant, holding the same phone, to produce a move-in or move-out record, that walkthrough has to land somewhere that treats it as evidence. That is a layer question, not a Propertyware limitation.
Who actually performs the inspection
Both models are supported, and this surprises people who assume a legacy platform is staff-only. Propertyware documents the staff model first, describing inspection teams "of any size" with centralized scheduling and security, and its API carries an inspector ID on every inspection record. But tenant capture is documented too, and in two places. The product page says you can "send new tenants a link to complete an online move-in report from their desktop at their convenience," and the app overview page goes further: "The app is great for move-ins too. Just send the link to your new tenants so they can complete their move-in evaluation on their phones!"
So Propertyware supports tenant-guided inspections, scoped to move-in, delivered by link, with photos as the medium. Everything published about recurring and move-out inspections points back at staff running the app. That is a sensible place to draw the line if a person has to read every submission, and it is exactly where the ceiling sits for the whole category.
| Capability | Status | What Propertyware documents |
|---|---|---|
| Photos on inspections | Yes | Proprietary "snap, tag and go" camera mode; unlimited photos and notes on condition reports; adjustable photo quality |
| Video on inspections | Not documented | No mention on the inspections page, mobile app page, app overview, app store listing, or the Open API inspection schema |
| Tenant-performed capture | Move-in | A link sent to new tenants to complete a move-in report or evaluation, from a phone or a desktop |
| Tenant video | Service requests | "A photo or short video" attached to a maintenance request in the tenant portal, to help a technician find the issue |
| Offline capture | Yes | Inspections run with or without wifi and sync afterwards; wifi-only syncing available to control data cost |
| Historical comparison | Yes | Side-by-side comparisons of a tenant's past inspections, presented to a reviewer |
| Automated condition analysis | Not documented | Nothing published describes the platform evaluating inspection media; comparison is presented for a human to judge |
| Report distribution | Yes | Evaluations synced to desktop and published to owner and tenant portals; work orders created from the inspection |
What the API hands you, field by field
Product pages describe intent. An API specification describes what the database actually holds, which is why we read it. Propertyware publishes a live REST specification for its Open API, and we walked the inspection surface of it in full.
According to Propertyware's published Open API specification (propertyware.com), the API spans more than 100 documented endpoint paths across accounting, leases, buildings, units, contacts, prospects, vendors, work orders, documents and inspections. Keys are self-generated by the customer from Administration Setup, which makes this one of the more accessible integration rails in long-term rentals. Inspections occupy exactly two of those paths, and both are read-only.
Each area nests items[], and each item carries name, status and comments. That is the full shape of an inspection: rooms, the things in them, a status per thing, and a comment.
This is a genuinely useful thing to know before you scope an integration, and it is not a flaw. It is a clean separation of concerns: the inspection is a structured judgment record, and the evidence behind it is a document. If you are building anything that needs both, plan on two calls, filtering documents by entity type and entity ID rather than expecting media inline on the inspection.
The read-only shape holds up against the live service, not just the document. Calling the inspections path on Propertyware's production API host returns the platform's standard "valid x-propertyware-system-id, x-propertyware-client-id, x-propertyware-client-secret headers are required" response, confirming the resource is there and waiting for a key. A write attempt against the same path answers 405 Method Not Allowed, while the identical attempt against work orders, leases and contacts answers 415 Unsupported Media Type, the response a resource gives when the verb is accepted and only the content type is missing. Inspections are a record you read; work orders are a record you create. That asymmetry is the integration design, stated in HTTP.
Propertyware also tells you, on its own Open API page, what customers already do with this rail. Two named customers describe using the Propertyware API to connect inspection tools: one operator cites connecting to Property Meld for inspections, another cites Property Meld and zInspector together, calling the process "smooth and seamless." Propertyware built the API precisely so operators could extend it this way, and its marketing celebrates them for doing it. Extending inspections through the API is the sanctioned path, not a workaround.
A stable module, and what that means for your roadmap
One more piece of context worth having. According to RealPage's own product announcement (realpage.com), Propertyware Inspections launched for the desktop and iOS platforms in March 2013, built to automate "the inspection workflow process for rental housing clients." Apple's App Store metadata (apple.com) then dates the current published version of that inspections app to September 2022, the companion Propertyware Mobile app to August 2023, and the Propertyware Maintenance app to November 2024. This is a mature module with a settled feature set rather than one under active reinvention.
The companion app's own listing reinforces the pattern one more time. According to the Propertyware Mobile listing on the App Store (apple.com), the field contributions it supports are to "capture and attach photos to your buildings, units and maintenance items" and to create notes "with voice-to-text capture." Photos and text, across every app in the suite.
Read that as planning information rather than as criticism. A stable core is exactly why Propertyware operators run large single-family portfolios on it without drama, and the Open API is the surface the platform intends you to build new capability on. If video walkthroughs and automated review are on your roadmap for the next twelve months, the realistic shape is Propertyware as the system of record plus a capture-and-review layer next to it, joined at the API. That is the same architecture the photo-versus-video tradeoff pushes every growing operator toward once door count outruns the review calendar.
Keep Propertyware as the record. Add the walkthrough and the review
RapidEye is the layer that sits beside a platform like Propertyware rather than replacing it. Your tenant, or a staff member, records a walkthrough on a phone. RapidEye watches the footage, compares it against that unit's own move-in baseline, and reports what changed, with timestamped evidence attached to every finding. Nobody on your team scrubs a six-minute video, because the result arrives as an answer rather than as a submission to review.
Everything Propertyware already does well stays where it is: scheduling, templates, checklists, work orders, owner and tenant portals. RapidEye handles the part that scales with door count instead of headcount, and finished findings are filed back alongside the record you already keep.
Frequently asked questions
Does Propertyware support video inspections? +
No. Every inspection surface Propertyware documents publicly describes photos: a proprietary camera mode, unlimited photos and notes on condition reports, and photos attached to checklist items. Video does not appear on the Inspections product page, the mobile app page, the app store listing, or the Open API schema for an inspection.
Can tenants perform inspections in Propertyware? +
Yes, for move-in. Propertyware documents sending new tenants a link to complete a move-in report or evaluation, from their phone or from their desktop at their convenience. Recurring and move-out inspections are documented as staff work run by inspection teams with centralized scheduling.
Where does video appear in Propertyware at all? +
In the maintenance lane. Propertyware documents that when tenants submit a service request through the tenant portal they can upload a photo or short video, so a service technician can locate the specific issue faster. That is triage media attached to a request, separate from the inspection record.
Can you pull inspection photos out of Propertyware through the API? +
The inspection record itself carries no media fields. Propertyware's Open API exposes inspections as read-only endpoints returning areas, items, statuses, comments and timestamps. Files live on the Documents API, which lists INSPECTION among the entity types a document can be attached to and offers a download endpoint per document.
What is the best way to add video walkthroughs alongside Propertyware? +
Leave Propertyware as the system of record and add a capture-and-review layer beside it. RapidEye has the tenant or a staff member record a walkthrough on a phone, compares it against that unit's own move-in baseline, and reports what changed, with the finished report filed back alongside the Propertyware record.
Sources
Sources are named at the publisher level with their root domain, rather than linked or titled; every figure is verifiable at the named source. All Propertyware material was fetched and read first-hand on August 10, 2026.
- Propertyware inspection software, mobile app, maintenance and tenant portal product documentation, plus the published Open API specification, Propertyware (a RealPage company), 2026 propertyware.com
- App Store listings and version history for Propertyware's inspections, mobile and maintenance apps, Apple, 2026 apple.com
- Product announcement for the launch of Propertyware Inspections on desktop and iOS, RealPage, 2013 realpage.com

