Mängel
Mängel abrufen
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
limitinteger · int32OptionalExample:
20
offsetinteger · int32Optional
defectIdinteger · int32Optional
defectIdNumstringOptional
useUnitIdinteger · int32Optional
useUnitNumberstringOptional
useUnitActiveOnstring · date-timeOptional
buildingIdinteger · int32Optional
buildingIdNumstringOptional
economicUnitIdinteger · int32Optional
economicUnitIdNumstringOptional
isSolvedbooleanOptional
showNullValuesbooleanOptionalDefault:
false
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/CommercialInventory/Defects HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text",
"IdNum": "text",
"Description": "text",
"IsSolved": true,
"RemediationRefused": true,
"InsertAutomaticResubmission": true,
"DueUntil": "2025-06-27",
"TimeCreate": "2025-06-27",
"TimeDamage": "2025-06-27",
"EconomicUnit": {
"Id": 1,
"IdNum": "text",
"Name": "text",
"Location": "text"
},
"Building": {
"Id": 1,
"IdNum": "text"
},
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
},
"Component": {
"Id": 1,
"Name": "text"
},
"Facility": {
"Id": 1,
"Name": "text"
},
"PreviousDefect": {
"Id": 1,
"IdNum": "text"
},
"Commission": {
"Id": 1,
"IdNum": "text",
"Code": "text",
"RecordingDate": "2025-06-27",
"ReleaseDate": "2025-06-27",
"PlacingDate": "2025-06-27",
"AcceptanceDate": "2025-06-27",
"CompletionDate": "2025-06-27",
"CommissionType": {
"Id": 1,
"Code": "text"
},
"CommissionStatus": {
"Id": 1,
"Code": "text"
}
},
"Handover": {
"Id": 1,
"IdNum": "text"
},
"RestorationDuty": {
"Id": 1,
"Type": "text",
"Code": "text"
}
}
]
Last updated