Kataloge
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Dokument Entitäten
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/DocumentReadCatalog/FileEntity HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text"
}
]
Dateiarten
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/DocumentReadCatalog/FileType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text",
"Classification": {
"Id": 1,
"Name": "text"
}
}
]
Datenschutzkategorien
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/DocumentReadCatalog/DataPrivacyCategory HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text"
}
]
Entitäten der Dokumentenvorlagen
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/DocumentReadCatalog/DocumentTemplateEntity HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text",
"Prefix": "text",
"FileEntity": {
"Id": 1,
"Name": "text"
}
}
]
Bildtyp
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/MediaReadCatalog/EstatePictureType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"Name": "text"
}
]
Medien Entitäten
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/MediaReadCatalog/MediaEntity HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"Name": "text"
}
]
Last updated