Skip to main content

InspectionPhotos

file object

List of the files

descriptionstring

Description of the photo, if any

Example: photo_1
fileTypestring

Type of the file

Example: image
rotateAnglestring

Angle of rotation of the photo

Example: 0
sourcestring

Direct URL to the photo

Example: https://.../.../.../1a2b3c4d-1a2b-1a2b-1a2b3c4d_eb77a158.jpg
groupIdstring

Unique identifier of the group of photo

inspectionIdstring

Unique identifier of the report

Example: abcd1234-ab12-ab12-ab12-abcd1234efgh4568
itemIdstring

Unique identifier of the item

Example: 02112-1851
labelstring

Label of the photo

organizationIdstring

Unique identifier of the organization who executed the inspection

Example: 200373
photoIdstring

Unique identifier of the photo

statusstring

Status of the photo

styleIdstring

Unique identifier of the style

Example: 123456
typestring

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"
}