Projekte
Projekte abrufen
Version 1.2
get
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Abfrageparameter
apiKeystringOptional
limitinteger · int32OptionalExample:
20offsetinteger · int32Optional
idinteger · int32Optional
codestringOptional
companyCodeIdinteger · int32Optional
companyCodeCodestringOptional
includeObjectsbooleanOptionalDefault:
falseincludeBudgetbooleanOptionalDefault:
falseincludeLoanbooleanOptionalDefault:
falseincludeCraftsProcessbooleanOptionalDefault:
falseshowNullValuesbooleanOptionalDefault:
falseAntworten
200
OK
Idinteger · int32Optional
Codestring · nullableOptional
Namestring · nullableOptional
ProjectManagerstring · nullableOptional
ApplicationForDevelopmentScheduleDatestring · date · nullableOptionalExample:
2026-08-17Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ApplicationForDevelopmentDeliveryDatestring · date · nullableOptionalExample:
2026-08-17Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ApplicationForDevelopmentGrantDatestring · date · nullableOptionalExample:
2026-08-17Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ApplicationForDevelopmentValidTostring · date · nullableOptionalExample:
2026-08-17Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ApplicationForDevelopmentFileReferencestring · nullableOptional
ApplicationForBuildingLicenseScheduleDatestring · date · nullableOptionalExample:
2026-08-17Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ApplicationForBuildingLicenseDeliveryDatestring · date · nullableOptionalExample:
2026-08-17Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ApplicationForBuildingLicenseGrantDatestring · date · nullableOptionalExample:
2026-08-17Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ApplicationForBuildingLicenseValidTostring · date · nullableOptionalExample:
2026-08-17Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ApplicationForBuildingLicenseFileReferencestring · nullableOptional
ApplicationForBuildingLicenseReferencestring · nullableOptional
ProjectLifeTimeFromstring · dateOptionalExample:
2026-08-17Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ProjectLifeTimeTostring · date · nullableOptionalExample:
2026-08-17Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])Descriptionstring · nullableOptional
400
Bad Request
401
Unauthorized
get/openwowi/v1.2/AccountancyMasterData/Projects
GET /openwowi/v1.2/AccountancyMasterData/Projects HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"Name": "text",
"ProjectManager": "text",
"ApplicationForDevelopmentScheduleDate": "2026-08-17",
"ApplicationForDevelopmentDeliveryDate": "2026-08-17",
"ApplicationForDevelopmentGrantDate": "2026-08-17",
"ApplicationForDevelopmentValidTo": "2026-08-17",
"ApplicationForDevelopmentFileReference": "text",
"ApplicationForBuildingLicenseScheduleDate": "2026-08-17",
"ApplicationForBuildingLicenseDeliveryDate": "2026-08-17",
"ApplicationForBuildingLicenseGrantDate": "2026-08-17",
"ApplicationForBuildingLicenseValidTo": "2026-08-17",
"ApplicationForBuildingLicenseFileReference": "text",
"ApplicationForBuildingLicenseReference": "text",
"ProjectLifeTimeFrom": "2026-08-17",
"ProjectLifeTimeTo": "2026-08-17",
"Description": "text",
"CompanyCode": {
"Id": 1,
"Name": "text",
"Code": "text"
},
"CostCenter": {
"Id": 1,
"Number": "text"
},
"CostUnit": {
"Id": 1,
"Number": "text"
},
"CostType": {
"Id": 1,
"Number": "text"
},
"CommissioningData": {
"CommissionType": {
"Id": 1,
"Code": "text"
},
"CraftsProcesses": [
{
"Id": 1,
"IdNum": "text"
}
]
},
"BudgetData": {
"Budgets": [
{
"Id": 1,
"Code": "text"
}
]
},
"LoansData": {
"Loans": [
{
"Id": 1,
"IdNum": "text"
}
]
},
"ObjectData": {
"UseUnits": [
{
"Id": 1,
"UseUnitNumber": "text"
}
],
"Buildings": [
{
"Id": 1,
"IdNum": "text"
}
],
"EconomicUnits": [
{
"Id": 1,
"IdNum": "text"
}
],
"Lands": [
{
"Id": 1,
"IdNum": "text"
}
]
}
}
]Zuletzt aktualisiert
