Skip to main content

Team Object

Object Literals

ParamTypeNullableDescription
first_createdfirst created objectNoDate and Team who created the Team record
last_updatedlast updated objectNoDate and Team who last updated the Team record
application_idstringNoId of Teams application
rankingranking objectNo
idstringNoTeam's record id
application_slugstringNoAlways set to teams
deleted_datedate objectYesDate Team was deleted
namestringNoName of the Team
colorcolor objectNoColor associated with the Team
typenumberNoTeam's type

  • PUBLIC = 2

Note: This value should always be 2 at this time. Additional values may be added in future releases.

statusteam status objectNoTeam status

  • ACTIVE = 1
  • INACTIVE = 2

ownersarray of stringsNoList of owner ids
membersarray of stringsNoList of member ids
Example
{
"first_created": {
"by": "63a1f65723aaf6bcb564b1f1",
"on": "2024-02-15T22:44:53.016000Z"
},
"last_updated": {
"by": "63a1f65723aaf6bcb564b1f1",
"on": "2024-02-20T20:29:00.715000Z"
},
"application_id": "63a1f65623aaf6bcb564b00b",
"ranking": {
"default": "aamevqverw"
},
"id": "65ce93e5e6bd79eeaf37045d",
"application_slug": "teams",
"deleted_date": {
"date": null
},
"name": "Project Team: Website Project",
"color": [
{
"value": "#0C41F3"
}
],
"type": "2",
"status": {
"value": "1",
"updated_on": "2024-02-15T22:44:53.041000Z"
},
"owners": [
"63a1f65723aaf6bcb564b1f1"
],
"Teams": [
"64591b7288d2ea5cfc582944",
"63a1f65723aaf6bcb564b1f1",
"6495c857c7458025319a5f8d",
"64b8c20796e378b3d57dbcee",
"65d50b8bc7dae42729d6b4ad"
]
}