Organization
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /gbds/v2/organizations HTTP/1.1
Host: <ip>:8085
Accept: */*
{
"httpResponse": {
"httpCode": 1,
"body": "text"
},
"data": [
{
"parent": "text",
"name": "text",
"description": "text"
}
]
}POST /gbds/v2/organizations HTTP/1.1
Host: <ip>:8085
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"parent": "text",
"name": "text",
"description": "text"
}{}GET /gbds/v2/organizations/{name} HTTP/1.1
Host: <ip>:8085
Accept: */*
{
"httpResponse": {
"httpCode": 1,
"body": "text"
},
"data": {
"parent": "text",
"name": "text",
"description": "text"
}
}DELETE /gbds/v2/organizations/{name} HTTP/1.1
Host: <ip>:8085
Accept: */*
{}