OpenAPI definition (v0)

Download OpenAPI specification:Download

Inspection Analytics

Provides inspection analytics

Retrieve Weekly Inspection Summary

    Fetches a weekly breakdown of inspections for the past 6 months, providing insights into inspection trends over time.
    
    - Year & Week: Represents the year and the ISO week number of the inspections.
    - Total Inspections: The total number of inspections conducted in that week.
    - Total Failed Inspections: The number of inspections that failed in that week.
    
    This endpoint is useful for monitoring inspection frequency, identifying failure trends, and ensuring compliance.
header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Retrieve Monthly Inspection Summary by Technician

    Fetches a monthly breakdown of inspections conducted by each technician over the past 3 months.
    
    - First Name & Last Name: Identifies the technician who performed the inspections.
    - Inspections: A list containing monthly inspection data, including total inspections and failed inspections.
    
    This endpoint is useful for evaluating technician performance, identifying recurring issues, and tracking workload distribution.
    Supports pagination using the `pageIndex` parameter.
query Parameters
pageIndex
integer <int32>
Default: 0

Page index for pagination

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "page": 0,
  • "size": 0,
  • "total": 0,
  • "content": [
    ]
}

Retrieve Monthly Inspection Summary

    Fetches a monthly breakdown of inspections for the past 6 months, providing insights into inspection trends over time.
    
    - Year & Month: Represents the year and month of the inspections.
    - Total Inspections: The total number of inspections conducted in that month.
    - Total Failed Inspections: The number of inspections that failed in that month.
    
    This endpoint is useful for **monitoring inspection frequency**, **identifying failure trends**, and **ensuring compliance**.
header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Retrieve Daily Inspection Summary

    Fetches a daily breakdown of inspections for the past 7 days, providing insights into short-term inspection trends.
    
    - Date: Represents the specific date of the inspections in YYYY-MM-DD format.
    - Total Inspections: The total number of inspections conducted on that day.
    - Total Failed Inspections: The number of inspections that failed on that day.
    
    This endpoint is useful for monitoring recent inspection performance, detecting daily anomalies, and ensuring operational compliance.
header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Job Analytics

Provides job analytics

Retrieve Weekly Job Summary

    Fetches a weekly breakdown of jobs completed over the past 6 months, providing insights into job performance trends.
    
    - Year & Week: Represents the year and the ISO week number of the jobs.
    - Total Jobs: The total number of jobs completed in that week.
    - Total Failed Jobs: The number of jobs that failed in that week.
    
    This endpoint is useful for tracking job completion trends, identifying failure patterns, and optimizing operational performance.
header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Retrieve Monthly Job Summary by Technician

    Fetches a monthly breakdown of jobs completed by each technician over the past 3 months.
    
    - First Name & Last Name: Identifies the technician who performed the jobs.
    - Jobs: A list containing monthly job data, including total jobs completed and failed jobs.
    
    This endpoint is useful for evaluating technician performance, identifying recurring issues, and tracking workload distribution.
    Supports pagination using the `pageIndex` parameter.
query Parameters
pageIndex
integer <int32>
Default: 0

Page index for pagination

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "page": 0,
  • "size": 0,
  • "total": 0,
  • "content": [
    ]
}

Retrieve Monthly Job Summary

    Fetches a monthly breakdown of jobs for the past 6 months, providing insights into job trends over time.
    
    - Year & Month: Represents the year and month of the jobs.
    - Total Inspections: The total number of jobs conducted in that month.
    - Total Failed Inspections: The number of jobs that failed in that month.
    
    This endpoint is useful for **monitoring job frequency**, **identifying failure trends**, and **ensuring compliance**.
header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Retrieve Daily Job Summary

    Fetches a daily breakdown of jobs completed over the past 7 days, providing insights into short-term job performance trends.
    
    - Date: Represents the specific date of the jobs in YYYY-MM-DD format.
    - Total Jobs: The total number of jobs completed on that day.
    - Total Failed Jobs: The number of jobs that failed on that day.
    
    This endpoint is useful for tracking daily job completion trends, identifying operational inefficiencies, and improving response times.
header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Asset Analytics

Provides asset analytics

Retrieve Asset Summary Overview

        Fetches a high-level summary of assets for the company, providing key metrics such as:
            - Total Assets: The total number of assets in the system.
            - Total Defective Assets: The count of assets that are marked as defective.
            - Total Inspection Overdue Assets: The number of assets that are overdue for inspection.
            
        This endpoint helps in monitoring asset health and compliance.
    
header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "totalAssets": 1000,
  • "totalDefective": 150,
  • "totalInspectionOverdue": 200
}

Retrieve Asset Summary Partitioned by Site

        Fetches an asset summary grouped by site, providing key insights into asset distribution and health across multiple locations.
        
            - Site Name: The name of the site where the assets are located.
            - Total Assets: The total number of assets assigned to the site.
            - Total Defective Assets: The count of assets marked as defective.
            - Total Inspection Overdue Assets: The number of assets that have missed their scheduled inspections.
            
        This endpoint supports pagination using the `pageIndex` parameter.
query Parameters
pageIndex
integer <int32>
Default: 0

Page index for pagination

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "page": 0,
  • "size": 0,
  • "total": 0,
  • "content": [
    ]
}

Retrieve Weekly Asset Onboarding Overview

        Fetches a weekly breakdown of onboarded assets for the past 6 months.
        
        This endpoint helps track asset onboarding trends at a granular weekly level, providing:
            - Year & Week Number: The year and corresponding ISO week number.
            - Total Assets Onboarded: The count of assets added during that week.
            
        Useful for monitoring short-term onboarding trends, seasonal fluctuations, 
        and operational performance over time.
header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Retrieve Monthly Asset Onboarding Overview

        Fetches a monthly breakdown of onboarded assets for the past 6 months. 
        
        This endpoint provides insights into asset onboarding trends, allowing monitoring of:
            - Year & Month: The year and month corresponding to the onboarding data.
            - Total Assets Onboarded: The count of assets added to the system each month.
            
        This is useful for tracking asset growth and identifying trends in onboarding activity.
header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Retrieve Daily Asset Onboarding Overview

        Fetches a daily breakdown of onboarded assets for the past 7 days.
        
        This endpoint provides short-term insights into asset onboarding trends, allowing for:
            - Date (YYYY-MM-DD format): The specific day for which onboarding data is reported.
            - Total Assets Onboarded: The count of assets added on that particular day.
            
        Useful for monitoring daily onboarding performance, detecting anomalies, 
        and analyzing recent asset deployment patterns.
header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
[
  • {
    }
]

User Analytics

Provides user analytics

Retrieve User Summary Overview

    Fetches a high-level summary of user statistics for the company, providing key metrics such as:
    
    - Total Users: The total number of users in the system.
    - Active Users: The number of users who are currently active.
    - Active Technicians: The count of active users with a technician role.
    - Active Admins: The count of active users with an admin role.
    
    This endpoint is useful for monitoring system usage, workforce distribution, and role-based access.
header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "totalUsers": 1000,
  • "activeUsers": 850,
  • "activeTechnicians": 500,
  • "activeAdmins": 120
}

Retrieve User Statistics

    Fetches detailed statistics for each user, including assigned jobs, inspections, and site coverage.
    
    - Name & Last Name: Identifies the user.
    - Total Sites: The number of sites assigned to the user.
    - Total Jobs Assigned: The total number of jobs assigned to the user.
    - Total Inspections: The total number of inspections completed by the user.
    
    This endpoint supports pagination using the `pageIndex` parameter.
    Useful for performance tracking, workload distribution, and workforce analytics.
query Parameters
pageIndex
integer <int32>
Default: 0

Page index for pagination

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
[
  • {
    }
]