GET api/user/{id}/inspectiondefects?UpdatedAt={UpdatedAt}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| UpdatedAt | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of InspectionDefect| Name | Description | Type | Additional information |
|---|---|---|---|
| InspectionComponentId | integer |
None. |
|
| DefectExtentId | integer |
None. |
|
| DefectSeverityId | integer |
None. |
|
| DefectClassificationId | integer |
None. |
|
| DefectCategoryId | integer |
None. |
|
| X | integer |
None. |
|
| Y | integer |
None. |
|
| Z | integer |
None. |
|
| Comment | string |
None. |
|
| DefectFixed | boolean |
None. |
|
| XEnd | integer |
None. |
|
| YEnd | integer |
None. |
|
| ZEnd | integer |
None. |
|
| PlanCircumference | integer |
None. |
|
| PlanCircumferenceEnd | integer |
None. |
|
| DefectFaceOptionId | integer |
None. |
|
| ParentDefectId | integer |
None. |
|
| Snag | boolean |
None. |
|
| InspectionComplete | boolean |
None. |
|
| PartRef | string |
None. |
|
| WorkRequiredTypeId | integer |
None. |
|
| WorkRequiredCategoryId | integer |
None. |
|
| Priority | integer |
None. |
|
| EstimateCost | decimal number |
None. |
|
| CrossFrame | integer |
None. |
|
| ManagementActionID | integer |
None. |
|
| DefectNotInspected | boolean |
None. |
|
| DefectNotInspectedComment | string |
None. |
|
| HasNoneHistoricFile | boolean |
None. |
|
| Id | integer |
None. |
|
| UpdatedAt | date |
None. |
|
| MajorVersion | integer |
None. |
|
| MinorVersion | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"InspectionComponentId": 1,
"DefectExtentId": 1,
"DefectSeverityId": 1,
"DefectClassificationId": 1,
"DefectCategoryId": 1,
"X": 1,
"Y": 1,
"Z": 1,
"Comment": "sample string 1",
"DefectFixed": true,
"XEnd": 1,
"YEnd": 1,
"ZEnd": 1,
"PlanCircumference": 1,
"PlanCircumferenceEnd": 1,
"DefectFaceOptionId": 1,
"ParentDefectId": 1,
"Snag": true,
"InspectionComplete": true,
"PartRef": "sample string 5",
"WorkRequiredTypeId": 1,
"WorkRequiredCategoryId": 1,
"Priority": 1,
"EstimateCost": 1.0,
"CrossFrame": 1,
"ManagementActionID": 1,
"DefectNotInspected": true,
"DefectNotInspectedComment": "sample string 7",
"HasNoneHistoricFile": true,
"Id": 9,
"UpdatedAt": "2025-11-08T12:14:45.8468232Z",
"MajorVersion": 1,
"MinorVersion": 1
},
{
"InspectionComponentId": 1,
"DefectExtentId": 1,
"DefectSeverityId": 1,
"DefectClassificationId": 1,
"DefectCategoryId": 1,
"X": 1,
"Y": 1,
"Z": 1,
"Comment": "sample string 1",
"DefectFixed": true,
"XEnd": 1,
"YEnd": 1,
"ZEnd": 1,
"PlanCircumference": 1,
"PlanCircumferenceEnd": 1,
"DefectFaceOptionId": 1,
"ParentDefectId": 1,
"Snag": true,
"InspectionComplete": true,
"PartRef": "sample string 5",
"WorkRequiredTypeId": 1,
"WorkRequiredCategoryId": 1,
"Priority": 1,
"EstimateCost": 1.0,
"CrossFrame": 1,
"ManagementActionID": 1,
"DefectNotInspected": true,
"DefectNotInspectedComment": "sample string 7",
"HasNoneHistoricFile": true,
"Id": 9,
"UpdatedAt": "2025-11-08T12:14:45.8468232Z",
"MajorVersion": 1,
"MinorVersion": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfInspectionDefect xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.Api.DataModels">
<InspectionDefect>
<MajorVersion>1</MajorVersion>
<MinorVersion>1</MinorVersion>
<UpdatedAt>2025-11-08T12:14:45.8468232Z</UpdatedAt>
<Id>9</Id>
<Comment>sample string 1</Comment>
<CrossFrame>1</CrossFrame>
<DefectCategoryId>1</DefectCategoryId>
<DefectClassificationId>1</DefectClassificationId>
<DefectExtentId>1</DefectExtentId>
<DefectFaceOptionId>1</DefectFaceOptionId>
<DefectFixed>true</DefectFixed>
<DefectNotInspected>true</DefectNotInspected>
<DefectNotInspectedComment>sample string 7</DefectNotInspectedComment>
<DefectSeverityId>1</DefectSeverityId>
<EstimateCost>1</EstimateCost>
<HasNoneHistoricFile>true</HasNoneHistoricFile>
<InspectionComplete>true</InspectionComplete>
<InspectionComponentId>1</InspectionComponentId>
<ManagementActionID>1</ManagementActionID>
<ParentDefectId>1</ParentDefectId>
<PartRef>sample string 5</PartRef>
<PlanCircumference>1</PlanCircumference>
<PlanCircumferenceEnd>1</PlanCircumferenceEnd>
<Priority>1</Priority>
<Snag>true</Snag>
<WorkRequiredCategoryId>1</WorkRequiredCategoryId>
<WorkRequiredTypeId>1</WorkRequiredTypeId>
<X>1</X>
<XEnd>1</XEnd>
<Y>1</Y>
<YEnd>1</YEnd>
<Z>1</Z>
<ZEnd>1</ZEnd>
</InspectionDefect>
<InspectionDefect>
<MajorVersion>1</MajorVersion>
<MinorVersion>1</MinorVersion>
<UpdatedAt>2025-11-08T12:14:45.8468232Z</UpdatedAt>
<Id>9</Id>
<Comment>sample string 1</Comment>
<CrossFrame>1</CrossFrame>
<DefectCategoryId>1</DefectCategoryId>
<DefectClassificationId>1</DefectClassificationId>
<DefectExtentId>1</DefectExtentId>
<DefectFaceOptionId>1</DefectFaceOptionId>
<DefectFixed>true</DefectFixed>
<DefectNotInspected>true</DefectNotInspected>
<DefectNotInspectedComment>sample string 7</DefectNotInspectedComment>
<DefectSeverityId>1</DefectSeverityId>
<EstimateCost>1</EstimateCost>
<HasNoneHistoricFile>true</HasNoneHistoricFile>
<InspectionComplete>true</InspectionComplete>
<InspectionComponentId>1</InspectionComponentId>
<ManagementActionID>1</ManagementActionID>
<ParentDefectId>1</ParentDefectId>
<PartRef>sample string 5</PartRef>
<PlanCircumference>1</PlanCircumference>
<PlanCircumferenceEnd>1</PlanCircumferenceEnd>
<Priority>1</Priority>
<Snag>true</Snag>
<WorkRequiredCategoryId>1</WorkRequiredCategoryId>
<WorkRequiredTypeId>1</WorkRequiredTypeId>
<X>1</X>
<XEnd>1</XEnd>
<Y>1</Y>
<YEnd>1</YEnd>
<Z>1</Z>
<ZEnd>1</ZEnd>
</InspectionDefect>
</ArrayOfInspectionDefect>