v1

latestOpenAPI 3.0.32026-07-171140286.6 KB
Api\ResearchDataController

api/researchdata/{id} GET List one Research by id with list of consent_users

get/api/researchdata/{id}

Headers

Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring

Response

researchobject
consent_usersobject[]

Example response

{
  "research": {
    "id": 1,
    "created_at": "2020-02-25 03:01:57",
    "updated_at": "2020-11-18 10:33:23",
    "name": "B-GOOD",
    "url": "https://b-good-project.eu/",
    "description": "B-GOOD has the overall goal to provide guidance for beekeepers and help them make better and more informed decisions.",
    "type": "research-b-good",
    "institution": "Wageningen University & Research",
    "type_of_data_used": "Hive inspections, hive settings, BEEP base measurement data",
    "start_date": "2019-07-01 00:00:00",
    "end_date": "2023-06-30 00:00:00",
    "image_id": 1,
    "consent": true,
    "consent_history": [
      {
        "id": 185,
        "created_at": "2020-11-12 22:28:09",
        "updated_at": "2020-06-12 22:28:00",
        "user_id": 1,
        "research_id": 1,
        "consent": 1,
        "consent_location_ids": null,
        "consent_hive_ids": null,
        "consent_sensor_ids": null
      },
      {
        "id": 1,
        "created_at": "2020-02-25 03:02:23",
        "updated_at": "2020-05-27 03:03:00",
        "user_id": 1,
        "research_id": 1,
        "consent": 0,
        "consent_location_ids": null,
        "consent_hive_ids": null,
        "consent_sensor_ids": null
      },
      {
        "id": 97,
        "created_at": "2020-05-14 16:24:41",
        "updated_at": "2020-03-14 16:24:00",
        "user_id": 1,
        "research_id": 1,
        "consent": 1,
        "consent_location_ids": null,
        "consent_hive_ids": null,
        "consent_sensor_ids": null
      }
    ],
    "checklist_names": [
      "1 Winter",
      "2 Varroa",
      "3 Summer+",
      "4 Summer",
      "5 Health"
    ],
    "thumb_url": "/storage/users/1/thumbs/research/6LJEp35dodWWtfxnm3xfRnL05qvvJrHbn8IXAJqNCFZj2vFjwyLXbmWscKVz.jpg",
    "image": {
      "id": 1,
      "created_at": "2020-02-25 03:01:57",
      "updated_at": "2020-02-25 03:01:57",
      "filename": "6LJEp35dodWWtfxnm3xfRnL05qvvJrHbn8IXAJqNCFZj2vFjwyLXbmWscKVz.jpg",
      "image_url": "/storage/users/1/images/research/6LJEp35dodWWtfxnm3xfRnL05qvvJrHbn8IXAJqNCFZj2vFjwyLXbmWscKVz.jpg",
      "thumb_url": "/storage/users/1/thumbs/research/6LJEp35dodWWtfxnm3xfRnL05qvvJrHbn8IXAJqNCFZj2vFjwyLXbmWscKVz.jpg",
      "description": "B-GOOD has the overall goal to provide guidance for beekeepers and help them make better and more informed decisions.",
      "type": "research",
      "height": 1271,
      "width": 1271,
      "size_kb": 51,
      "date": "2020-02-25 03:01:57",
      "hive_id": null,
      "category_id": null,
      "inspection_id": null
    }
  },
  "consent_users": [
    {
      "id": 1,
      "name": "Beep",
      "email": "pim@beep.nl",
      "created_at": "2017-07-14 03:34:10",
      "updated_at": "2020-05-27 03:03:00",
      "last_login": "2020-11-18 10:32:16",
      "locale": null,
      "consent": 0
    },
    {
      "id": 2371,
      "name": "app@beep.nl",
      "email": "app@beep.nl",
      "created_at": "2019-10-24 17:15:55",
      "updated_at": "2020-02-25 11:46:59",
      "last_login": "2020-08-20 18:24:22",
      "locale": null,
      "consent": 0
    },
    {
      "id": 1,
      "name": "Beep",
      "email": "pim@beep.nl",
      "created_at": "2017-07-14 03:34:10",
      "updated_at": "2020-06-12 22:28:00",
      "last_login": "2020-11-18 10:32:16",
      "locale": null,
      "consent": 1
    }
  ]
}