getOfficerGroupById
getOfficerGroupById
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
date date
id int64
mainManagerId int64
memberIds int64[]
name string
{
"date": "2024-11-20",
"id": 0,
"mainManagerId": 0,
"memberIds": [
0
],
"name": "string"
}
Unauthorized
Forbidden
Not Found
Loading...