TeamProfileSections
Retrieves a team profile's Sections
Select
The 本製品 processes filters client-side within the 本製品.
For example, the following query is processed server side:
SELECT * FROM TeanProfileSections
Columns
Name | Type | Description |
Id [KEY] | String | The Id of the section. |
TeamId | String | The Id of the Team. |
Order | Integer | The placement of the section on the profile. |
Label | String | The text that will appear under the section. |
SectionType | String | The type of content in the section. Users can only create custom section types. |
IsHidden | Boolean | Indicates whether the section is hidden or not. |