get https://slemma.com/api/v1/team-attributes/
Retrieves the details of an existing team attribute. Supply the unique attribute key (ID) and Slemma will return the corresponding team attribute information.
The following are the examples of HTTP status codes including errors that API can generate
Response codes | Response content | Description |
---|---|---|
200 OK | A team attribute object | A team attribute has been retrieved successfully. |
404 Not Found | Object not found | A team attribute with the specified key wasn't found. |