TrainFog Developers
Trait groups

Elenca gruppi trait

GET
/trait-groups
AuthorizationBearer <token>

In: header

Query Parameters

workspace?string
key?string
name?string
limit?integer
Formatint32

Response Body

application/json

application/json

curl -X GET "https://api.trainfog.com/developers/v1.0/trait-groups"
{
  "count": 1,
  "data": [
    {
      "id": "688893ebd804d8588b1afbe0",
      "workspace": "688893ebd804d8588b1afbe0",
      "key": "sales",
      "name": "Sales",
      "description": "string",
      "icon": "string",
      "order": 0,
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z"
    }
  ]
}
{
  "error": "Unauthorized"
}