team profile get
GET {{baseUrl}}/team.profile.get?visibility=<string>
Retrieve a team's profile.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
visibility | string | Filter by visibility. |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","profile":{"fields":[{"id":"\u003cstring\u003e","ordering":"\u003cnumber\u003e","label":"\u003cstring\u003e","hint":"\u003cstring\u003e","type":"\u003cstring\u003e","field_name":"\u003cstring\u003e","is_hidden":"\u003cboolean\u003e","options":{},"possible_values":["\u003cstring\u003e","\u003cstring\u003e"]}]}}