Berechtigungsknoten
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Berechtigungsknoten abrufen
Version 1.0
get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.0/CommercialInventory/Nodes HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text",
"IsObsolete": true,
"ParentId": 1,
"IsGroup": true,
"UserId": 1,
"GroupId": 1
}
]
get
Authorizations
Path parameters
idinteger · int32Required
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.0/CommercialInventory/Nodes/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text",
"IsObsolete": true,
"ParentId": 1,
"IsGroup": true,
"UserId": 1,
"GroupId": 1
}
]
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/CommercialInventory/Nodes HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text",
"IsObsolete": true,
"ParentId": 1,
"IsGroup": true,
"UserId": 1,
"GroupId": 1
}
]
get
Authorizations
Path parameters
idinteger · int32Required
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/CommercialInventory/Nodes/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text",
"IsObsolete": true,
"ParentId": 1,
"IsGroup": true,
"UserId": 1,
"GroupId": 1
}
]
Last updated