Get Version Owner Options
GET
/version/optional-owner-listRequest
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
name
string
optional
Owner Name
id
integer <int64>
optional
Owner ID
avatar
string
optional
Owner Avatar
Example
{
"code": "0",
"data": [
{
"name": "xxx",
"id": 1,
"avatar": "https://xxx/1.jpg"
}
]
}
Last modified: 7 months ago