GET Api/InspectionForm/{id}?clientID={clientID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
InspectionForm| Name | Description | Type | Additional information |
|---|---|---|---|
| FormID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| InspectionItem | Collection of inspection_item |
None. |
|
| Id | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ClientName | string |
None. |
|
| PartnerID | globally unique identifier |
None. |
|
| PartnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FormID": "7f678361-5b7e-4a10-adb7-cf05c8631930",
"Name": "sample string 2",
"Description": "sample string 3",
"InspectionItem": [
{
"ItemID": "8ee57aad-341a-4714-a6c9-06a2e9ff09f0",
"Name": "sample string 2",
"ItemType": 3,
"ItemInfo": {
"Description": "sample string 1",
"Instruction": "sample string 2"
},
"ItemInfoText": "sample string 4",
"InspectionResult": {
"PassFail": {
"IsPass": true,
"IsFail": true,
"Comment": "sample string 3",
"Photo": {
"AttachmentID": "9be357b1-a66e-44de-9206-2e2b1837f0df",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
},
"MeterEntry": {
"Odometer": 1.1,
"Comment": "sample string 2",
"Photo": {
"AttachmentID": "9be357b1-a66e-44de-9206-2e2b1837f0df",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
},
"FreeText": {
"Comment": "sample string 1",
"Photo": {
"AttachmentID": "9be357b1-a66e-44de-9206-2e2b1837f0df",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
},
"InsResultBaseEntity": {
"Comment": "sample string 1",
"Photo": {
"AttachmentID": "9be357b1-a66e-44de-9206-2e2b1837f0df",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
}
},
"InspectionResultText": "sample string 5",
"IsRequired": true,
"IssueDetail": {
"IssueID": "f9503df7-c3fb-4b84-88b0-10574036cf53",
"Status": 0
},
"IssueDetailText": "sample string 7"
},
{
"ItemID": "8ee57aad-341a-4714-a6c9-06a2e9ff09f0",
"Name": "sample string 2",
"ItemType": 3,
"ItemInfo": {
"Description": "sample string 1",
"Instruction": "sample string 2"
},
"ItemInfoText": "sample string 4",
"InspectionResult": {
"PassFail": {
"IsPass": true,
"IsFail": true,
"Comment": "sample string 3",
"Photo": {
"AttachmentID": "9be357b1-a66e-44de-9206-2e2b1837f0df",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
},
"MeterEntry": {
"Odometer": 1.1,
"Comment": "sample string 2",
"Photo": {
"AttachmentID": "9be357b1-a66e-44de-9206-2e2b1837f0df",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
},
"FreeText": {
"Comment": "sample string 1",
"Photo": {
"AttachmentID": "9be357b1-a66e-44de-9206-2e2b1837f0df",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
},
"InsResultBaseEntity": {
"Comment": "sample string 1",
"Photo": {
"AttachmentID": "9be357b1-a66e-44de-9206-2e2b1837f0df",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
}
},
"InspectionResultText": "sample string 5",
"IsRequired": true,
"IssueDetail": {
"IssueID": "f9503df7-c3fb-4b84-88b0-10574036cf53",
"Status": 0
},
"IssueDetailText": "sample string 7"
}
],
"Id": "111e612b-4b14-4c17-9e6f-39817fd36b3f",
"UserName": "sample string 5",
"UserID": "97c34d12-78e2-4aa8-b77e-ddcac367eba0",
"CreatedBy": "sample string 7",
"CreatedOn": "2026-02-04T07:04:28.0945623+04:00",
"ClientID": "10c5629f-4afa-43b2-840f-1d0e6eb002d7",
"ClientName": "sample string 10",
"PartnerID": "3be228aa-a99f-4e7e-aec7-1dbc45f96f85",
"PartnerName": "sample string 12"
}
application/xml, text/xml
Sample:
<InspectionForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity.ServMaint">
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">10c5629f-4afa-43b2-840f-1d0e6eb002d7</ClientID>
<ClientName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 10</ClientName>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 7</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">2026-02-04T07:04:28.0945623+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">111e612b-4b14-4c17-9e6f-39817fd36b3f</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">3be228aa-a99f-4e7e-aec7-1dbc45f96f85</PartnerID>
<PartnerName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 12</PartnerName>
<UserID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">97c34d12-78e2-4aa8-b77e-ddcac367eba0</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 5</UserName>
<Description>sample string 3</Description>
<FormID>7f678361-5b7e-4a10-adb7-cf05c8631930</FormID>
<InspectionItem>
<inspection_item>
<InspectionResult>
<FreeText>
<Comment>sample string 1</Comment>
<Photo xmlns:d6p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d6p1:AttachmentData>QEA=</d6p1:AttachmentData>
<d6p1:AttachmentDataBase64>sample string 2</d6p1:AttachmentDataBase64>
<d6p1:AttachmentID>9be357b1-a66e-44de-9206-2e2b1837f0df</d6p1:AttachmentID>
<d6p1:ContentType>sample string 3</d6p1:ContentType>
<d6p1:FileName>sample string 4</d6p1:FileName>
<d6p1:ImageString>sample string 5</d6p1:ImageString>
<d6p1:IsDeleted>true</d6p1:IsDeleted>
</Photo>
</FreeText>
<InsResultBaseEntity>
<Comment>sample string 1</Comment>
<Photo xmlns:d6p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d6p1:AttachmentData>QEA=</d6p1:AttachmentData>
<d6p1:AttachmentDataBase64>sample string 2</d6p1:AttachmentDataBase64>
<d6p1:AttachmentID>9be357b1-a66e-44de-9206-2e2b1837f0df</d6p1:AttachmentID>
<d6p1:ContentType>sample string 3</d6p1:ContentType>
<d6p1:FileName>sample string 4</d6p1:FileName>
<d6p1:ImageString>sample string 5</d6p1:ImageString>
<d6p1:IsDeleted>true</d6p1:IsDeleted>
</Photo>
</InsResultBaseEntity>
<MeterEntry>
<Comment>sample string 2</Comment>
<Photo xmlns:d6p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d6p1:AttachmentData>QEA=</d6p1:AttachmentData>
<d6p1:AttachmentDataBase64>sample string 2</d6p1:AttachmentDataBase64>
<d6p1:AttachmentID>9be357b1-a66e-44de-9206-2e2b1837f0df</d6p1:AttachmentID>
<d6p1:ContentType>sample string 3</d6p1:ContentType>
<d6p1:FileName>sample string 4</d6p1:FileName>
<d6p1:ImageString>sample string 5</d6p1:ImageString>
<d6p1:IsDeleted>true</d6p1:IsDeleted>
</Photo>
<Odometer>1.1</Odometer>
</MeterEntry>
<PassFail>
<Comment>sample string 3</Comment>
<Photo xmlns:d6p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d6p1:AttachmentData>QEA=</d6p1:AttachmentData>
<d6p1:AttachmentDataBase64>sample string 2</d6p1:AttachmentDataBase64>
<d6p1:AttachmentID>9be357b1-a66e-44de-9206-2e2b1837f0df</d6p1:AttachmentID>
<d6p1:ContentType>sample string 3</d6p1:ContentType>
<d6p1:FileName>sample string 4</d6p1:FileName>
<d6p1:ImageString>sample string 5</d6p1:ImageString>
<d6p1:IsDeleted>true</d6p1:IsDeleted>
</Photo>
<IsFail>true</IsFail>
<IsPass>true</IsPass>
</PassFail>
</InspectionResult>
<InspectionResultText>sample string 5</InspectionResultText>
<IsRequired>true</IsRequired>
<IssueDetail>
<IssueID>f9503df7-c3fb-4b84-88b0-10574036cf53</IssueID>
<Status>None</Status>
</IssueDetail>
<IssueDetailText>sample string 7</IssueDetailText>
<ItemID>8ee57aad-341a-4714-a6c9-06a2e9ff09f0</ItemID>
<ItemInfo>
<Description>sample string 1</Description>
<Instruction>sample string 2</Instruction>
</ItemInfo>
<ItemInfoText>sample string 4</ItemInfoText>
<ItemType>3</ItemType>
<Name>sample string 2</Name>
</inspection_item>
<inspection_item>
<InspectionResult>
<FreeText>
<Comment>sample string 1</Comment>
<Photo xmlns:d6p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d6p1:AttachmentData>QEA=</d6p1:AttachmentData>
<d6p1:AttachmentDataBase64>sample string 2</d6p1:AttachmentDataBase64>
<d6p1:AttachmentID>9be357b1-a66e-44de-9206-2e2b1837f0df</d6p1:AttachmentID>
<d6p1:ContentType>sample string 3</d6p1:ContentType>
<d6p1:FileName>sample string 4</d6p1:FileName>
<d6p1:ImageString>sample string 5</d6p1:ImageString>
<d6p1:IsDeleted>true</d6p1:IsDeleted>
</Photo>
</FreeText>
<InsResultBaseEntity>
<Comment>sample string 1</Comment>
<Photo xmlns:d6p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d6p1:AttachmentData>QEA=</d6p1:AttachmentData>
<d6p1:AttachmentDataBase64>sample string 2</d6p1:AttachmentDataBase64>
<d6p1:AttachmentID>9be357b1-a66e-44de-9206-2e2b1837f0df</d6p1:AttachmentID>
<d6p1:ContentType>sample string 3</d6p1:ContentType>
<d6p1:FileName>sample string 4</d6p1:FileName>
<d6p1:ImageString>sample string 5</d6p1:ImageString>
<d6p1:IsDeleted>true</d6p1:IsDeleted>
</Photo>
</InsResultBaseEntity>
<MeterEntry>
<Comment>sample string 2</Comment>
<Photo xmlns:d6p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d6p1:AttachmentData>QEA=</d6p1:AttachmentData>
<d6p1:AttachmentDataBase64>sample string 2</d6p1:AttachmentDataBase64>
<d6p1:AttachmentID>9be357b1-a66e-44de-9206-2e2b1837f0df</d6p1:AttachmentID>
<d6p1:ContentType>sample string 3</d6p1:ContentType>
<d6p1:FileName>sample string 4</d6p1:FileName>
<d6p1:ImageString>sample string 5</d6p1:ImageString>
<d6p1:IsDeleted>true</d6p1:IsDeleted>
</Photo>
<Odometer>1.1</Odometer>
</MeterEntry>
<PassFail>
<Comment>sample string 3</Comment>
<Photo xmlns:d6p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d6p1:AttachmentData>QEA=</d6p1:AttachmentData>
<d6p1:AttachmentDataBase64>sample string 2</d6p1:AttachmentDataBase64>
<d6p1:AttachmentID>9be357b1-a66e-44de-9206-2e2b1837f0df</d6p1:AttachmentID>
<d6p1:ContentType>sample string 3</d6p1:ContentType>
<d6p1:FileName>sample string 4</d6p1:FileName>
<d6p1:ImageString>sample string 5</d6p1:ImageString>
<d6p1:IsDeleted>true</d6p1:IsDeleted>
</Photo>
<IsFail>true</IsFail>
<IsPass>true</IsPass>
</PassFail>
</InspectionResult>
<InspectionResultText>sample string 5</InspectionResultText>
<IsRequired>true</IsRequired>
<IssueDetail>
<IssueID>f9503df7-c3fb-4b84-88b0-10574036cf53</IssueID>
<Status>None</Status>
</IssueDetail>
<IssueDetailText>sample string 7</IssueDetailText>
<ItemID>8ee57aad-341a-4714-a6c9-06a2e9ff09f0</ItemID>
<ItemInfo>
<Description>sample string 1</Description>
<Instruction>sample string 2</Instruction>
</ItemInfo>
<ItemInfoText>sample string 4</ItemInfoText>
<ItemType>3</ItemType>
<Name>sample string 2</Name>
</inspection_item>
</InspectionItem>
<Name>sample string 2</Name>
</InspectionForm>