Transparency
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /gbds/v2/people-transparency HTTP/1.1
Host: <ip>:8085
Content-Type: application/json
Accept: */*
Content-Length: 74
{
"data": {
"pguid": "text",
"action": "NOTIFY",
"enabled": "text",
"groups": [
{}
]
}
}{
"status": "text",
"data": {
"pguid": "text",
"action": "NOTIFY",
"enabled": "text",
"groups": [
{}
]
}
}GET /gbds/v2/people-transparency/{pguid} HTTP/1.1
Host: <ip>:8085
Accept: */*
{
"data": [
{
"pguid": "text",
"action": "NOTIFY",
"enabled": "text",
"groups": [
{}
]
}
]
}DELETE /gbds/v2/people-transparency/{pguid} HTTP/1.1
Host: <ip>:8085
Accept: */*
{}GET /gbds/v2/people-transparency/list HTTP/1.1
Host: <ip>:8085
Accept: */*
{
"data": [
{
"pguid": "text",
"action": "NOTIFY",
"enabled": "text",
"groups": [
{}
]
}
]
}