Uploading Team Data (beta)
Last updated
Last updated
Teams are groups of contributors that can collaborate and are managed collectively. These APIs allow you to set up and manage your teams on your domain.
To ensure the accuracy of data in Logilica, Teams data should adhere to the following:
Teams should have unique names.
New members will automatically be added as contributors into your Logilica instance.
The administrator of the team is assigned to the owner of the API token.
For parent teams, include the subTeams
field and use the GET Teams API to obtain the team's ID
.
In the following, we provide an example of how to push your Teams data into Logilica for storage and built-in analytics.
The cURL POST command is below. Note, that the POST command uses example data, including the API token lgca_UeRxFs_3RYRJEJtdYp7j7Wa6DirG5NjiYslsb
and the example workspace myworkspace
.
Delete a team
List the teams in a domain
List the contributors in a domain
Create a team
Name of the team
The contributors who are part of the team
The sub teams within the team
Update a team
Name of the team
The contributors who are part of the team
The sub teams within the team