Return a list with all defects reported in a date range
Request
/api/v1/defect/list?from=2021-06-01T00:00:00Z&to=2023-06-07T00:00:00Z
Parameter
Attribut | Datentyp | Beschreibung |
from | ISO Date / Time | Start date |
to | ISO Date / Time | End date |
Answer
Data
Attribut | Datentyp | Beschreibung |
id
|
Long | ID |
defectTypeId | Long | ID of defect type |
defectTypeName | String | Name of defect type |
comment | String | Comment of defect type |
created | ISO Date / Time | Date of creation |
imageUrl | URL | URL to the defect image (max. 7 day valid) |
cleaningAreaId | Long | ID of the cleaning area |
cleaningAreaName | String | Name of the cleaning area |
cleaningTourId | Long | ID of cleaning tour |
cleaningTourName | String | Name der cleaning tour |
userId | Long | ID of user |
userName | String | Name of user |
Comments
0 comments
Please sign in to leave a comment.