Listar atribuições de um grupo

GET - 200

{
  "total": 1,
  "page_index": 0,
  "page_size": 15,
  "results": [
    {
      "id": 1,
      "group_id": 1,
      "author_id": 1,
      "person_id": 1,
      "person": {
        "id": 1,
        "name": "Nome da empresa/contato",
        "full_name": "Nome completo empresa/contato",
        "email": "[email protected]",
        "phone": "55 9 99999999",
        "document": "294.515.040-95",
        "site": "https://site.com",
        "image": "https://image-url/image.png",
        "image_min": "https://image-url/image.png",
        "source_id": 1,
        "parent_id": 1,
        "responsible_id": 1,
        "author_id": 1,
        "type": 1,
        "person_type": 1,
        "life_cycle": 4,
        "origin": 1,
        "customer_date": "2020-11-12T14:00:20Z",
        "creation_date": "2020-11-12T14:00:20Z",
        "update_date": "2022-06-03T14:51:59Z",
        "show_name": "Nome completo empresa/contato"
      },
      "creation_date": "2020-11-18T16:57:07Z"
    }
  ]
}
Language
Click Try It! to start a request and see the response here!