Return a list of quality tours in the date range
Request
/api/v1/quality-control-tour/list?from=2021-06-01T00:00:00Z&to=2023-06-07T00:00:00Z
Parameter
Attribut | Datentyp | Beschreibung |
from | ISO Date / Time | Date from |
to | ISO Date / Time | Date to |
withDetailResults | Boolean | true to return all details in this request |
Antwort
Data
Attribut | Datentyp | Beschreibung |
id
|
Long | ID |
name
|
String | Name |
executionDate
|
ISO Date / Time | Execution date |
status
|
Integer | Status code |
numberOfCleaningAreasToCheck
|
Long | Cleaning areas to control |
numberOfComplaints
|
Long | Areas with negative feedback |
numberOfComments
|
Long | Amount of comments |
numberOfCleaningAreasChecked
|
Long | Number of cleaning areas checked |
qualityPerformances
|
Liste | Details of the check |
Status
- 0 = Create
- 1 = Ready
- 2 = Wait on review
- 3 = Done
Detail request
Request
/api/v1/quality-control-tour/{id}
Parameter
Attribut | Datentyp | Beschreibung |
id | Long | ID of the quality tour |
Antwort
Data qualityPerformances
Attribut | Datentyp | Beschreibung |
id
|
Long | ID |
cleaningAreaId
|
Long | ID of the cleaning area |
buildingId
|
Long | ID of the building |
floorId
|
Long | ID of the floor |
cleaningCategoryId
|
Long | ID of the category |
cleaningPerformanceTypeId
|
Long | ID of the performance numer |
qualityControlResult
|
Integer | Resultat of the quality control |
comment
|
Comment | List of all comments |
generalTask
|
GeneralTask | List of all general task results |
Resultat
- null = not checked
- -1 = not applicable
- 0 = negative
- 1 = positiv
Comments
0 comments
Please sign in to leave a comment.