InspectionPhotos
file object
List of the files
description string
Description of the photo, if any
Example:
photo_1
fileType string
Type of the file
Example:
image
rotateAngle string
Angle of rotation of the photo
Example:
0
source string
Direct URL to the photo
Example:
https://.../.../.../1a2b3c4d-1a2b-1a2b-1a2b3c4d_eb77a158.jpg
groupId string
Unique identifier of the group of photo
inspectionId string
Unique identifier of the report
Example:
abcd1234-ab12-ab12-ab12-abcd1234efgh4568
itemId string
Unique identifier of the item
Example:
02112-1851
label string
Label of the photo
organizationId string
Unique identifier of the organization who executed the inspection
Example:
200373
photoId string
Unique identifier of the photo
status string
Status of the photo
styleId string
Unique identifier of the style
Example:
123456
type string
Type of the photo
Example:
image
InspectionPhotos
{
"file": {
"description": "photo_1",
"fileType": "image",
"rotateAngle": "0",
"source": "https://.../.../.../1a2b3c4d-1a2b-1a2b-1a2b3c4d_eb77a158.jpg"
},
"groupId": "string",
"inspectionId": "abcd1234-ab12-ab12-ab12-abcd1234efgh4568",
"itemId": "02112-1851",
"label": "string",
"organizationId": "200373",
"photoId": "string",
"status": "string",
"styleId": "123456",
"type": "image"
}