Uploading Contributors Data
Contributors are individuals linked across third-party accounts (e.g. GitHub, Jira and others) whose activity is explored in Logilica. The platform allows you to merge and manage these identities to provide a unified view of contributor activity across tools.
These APIs allow you to set up, manage and view your contributors and their accounts on your domain.
Importing Contributors Data
When creating contributors using the /create
API, the associated accounts of the user from the body request will be strictly reflected in Logilica. Accounts will be merged or unmerged with contributors, depending on the body's request.
To ensure the accuracy of data in Logilica, Contributors data should adhere to the following:
The
service
field should be one of the accepted services. The accepted services are:If the target contributor does not exist, a new contributor will be added to the domain.
If the contributor's account does not have an email, an empty string
email: ""
can be entered as a placeholder.
Upload Example Using cURL
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
.
API Schema for Contributors
Create Contributors
List Contributors
Last updated