NXTInspekt RESTful API Documentation

Overview

The NXTIspekt API gives you the ability to pull appointment, Realtor and inspector data from our users' account. You must be a registered Integrator in order to access the API via your Integration ID. All calls to the API must be accompanied with a valid user login. Basic calls exist to pull data from all upcoming appointments, pull data on a specified appointment, pull data on a specified Realtor, pull data on a specified inspector, as well as calls to pull potential options for certain fields.

API Endpoint

https://api.nxtinspekt.com

Integration ID

You may obtain an Integration ID by Registering Here. Please let us know that you would like to integrate and provide us with details about your company.

Inspector Username/Password

These are the credentials used to log into the website. During testing you may utilize the test credentials we provided you in your welcome email or feel free to create an account at setinspect.com.

Action : GET
Description: Returns appoints with the specified status and within the specified date range. Only 200 results can be returned at a time. Use the firstResult parameter to return additional results beyond 200. For example, by default, results 0 - 199 are returned. To view results 200 - 399, set firstResult to 200. To view results 400 - 599, set firstResult to 400, and so on.

ParameterValueDescriptionData Type
integrationIDIntegration IDString
inspectorUsernameInspector UsernameString
inspectorPasswordInspector PasswordString
appointmentStatusThe Appointment StatusString
allInspectorsBy default only apppointments assigned to the inspector passed are returned. Set this parameter to true if you would like appointments for all inspectors returned. The passed inspector must be an admin or account owner to get all inspector appointmentsString
appointmentStartDateThe appointment date time is expressed as a range. Use this parameter to specify the start of that range in the format YYYY-MM-DD HH:MM:SS. All dates will be read in the UTC timezoneDate
appointmentEndDateThe appointment date time is expressed as a range. Use this parameter to specify the end of that range in the format YYYY-MM-DD HH:MM:SS. All dates will be read in the UTC timezoneDate
firstResultUse this parameter to retrieve results beyond the initial 200 returned, results 0 - 199. If you want to view results 200 - 399, set firstResult to 200.String

Copyright 2018. NXT Inspekt. All Rights Reserved.