Basic Information
POST
/team/infoRequest
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json
team_id
integer
id
Example
{
"team_id": 0
}
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
error
object (DutyError)
optional
code
enum<string>
Error code
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Error description
data
object
optional
team_id
integer
id
team_name
string
name
description
string
Description
created_at
integer
Created timestamp
updated_at
integer
Updated timestamp
updated_by
integer
Last modified by
updated_by_name
string
Last modifier name
creator_id
integer
Creator ID
person_ids
array[integer]
Member List
Example
Not configured
Last modified: 2 个月前