Get course dates by course

Download start dates, end dates, deadlines, places for a course using GET.

Request

GET https://api.frontcore.com/v2/courses/:id/coursedates

For every API request you make, you'll need to present the API access key in the HTTP Header as X-API-Key to be authenticated.

Parameters

Name Required Value Description
limit optional number Amount of results (default: 75) (maximum: 250)
page optional number Page to show (default: 1)
since_id optional number Restrict results to after the specified ID.
created_at_min optional string Show items created after date (format: yyyy-mm-dd OR yyyy-mm-dd hh:mm:ss)
created_at_max optional string Show items created before date (format: yyyy-mm-dd OR yyyy-mm-dd hh:mm:ss)
updated_at_min optional string Show items last updated after date (format: yyyy-mm-dd OR yyyy-mm-dd hh:mm:ss)
updated_at_max optional string Show items last updated before date (format: yyyy-mm-dd OR yyyy-mm-dd hh:mm:ss)
start_date_at_min optional string Show items with start date after date (format: yyyy-mm-dd OR yyyy-mm-dd hh:mm:ss).
The keyword 'now' can be passed in to indicate the current date and time.
start_date_at_max optional string Show items with start date before date (format: yyyy-mm-dd OR yyyy-mm-dd hh:mm:ss).
The keyword 'now' can be passed in to indicate the current date and time.
end_date_at_min optional string Show items with end date after date (format: yyyy-mm-dd OR yyyy-mm-dd hh:mm:ss).
The keyword 'now' can be passed in to indicate the current date and time.
end_date_at_max optional string Show items with end date before date (format: yyyy-mm-dd OR yyyy-mm-dd hh:mm:ss).
The keyword 'now' can be passed in to indicate the current date and time.
status_id optional integer Restrict result to a status
  • 1 = To be defined
  • 2 = Will run
  • 3 = Canceled
  • 4 = Postponed
order_by optional string Sort by field. Can be either 'id' or 'startdate'.
order_direction optional string Sort direction. Can be either 'asc' or 'desc'.
include[] optional string Request additional information by specifying the 'include' parameter as a path using dot notation.
You can include multiple objects at once by specifying multiple items in the include array.

Supported items for this endpoint:
`course.products`
`instructors`

Example code in PHP

$request_url = 'https://api.frontcore.com/v2/courses/22353/coursedates';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $request_url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 

curl_setopt($ch, CURLOPT_HTTPHEADER, array(
  'X-API-Key: {your-api-key}',
  'Accept: application/json',
));
$result = curl_exec($ch);
curl_close($ch);
               

Response

If the method is successful it responds with an JSON structure, as it is shown below.

[
    {
        "coursedate_id": 9304757,
        "title": "Learn REST API",
        "start_at": "2020-01-04",
        "start_time_at": "06:00:00",
        "end_at": "2020-01-06",
        "end_time_at": "07:30:00",
        "deadline_at": "2020-01-03",
        "place": {
            "id": 1226,
            "title": "Sem",
            "title_additional_info": null,
            "parent_id": 3,
            "parent_title": "Vestfold"
        },
        "location": {
            "id": 6489,
            "title": "Sem",
            "custom_title": null,
            "address": null,
            "address2": null,
            "address3": null,
            "zipcode": null,
            "city": null,
            "state": "Vestfold",
            "county": "Sem",
            "country": "Norway",
            "country_code": "NO",
            "lat": 59.2823015,
            "lng": 10.3300322,
            "timezone": null,
            "long_text": null,
            "short_text": null,
            "short_text_2": null,
            "capacity_min": null,
            "capacity_max": null,
            "capacity_overbook": null,
            "capacity_budget": null,
            "capacity_wait": null,
            "idInstructor": null,
            "email_booking": null,
            "email_moreinfo": null,
            "is_default": false,
            "is_archived": false,
            "is_virtual": false,
            "cancellation_days": null,
            "notification_days": null,
            "notification_role": null,
            "is_notification_enabled": false,
            "full_address": null,
            "filtered_places": [
                {
                    "long_name": "Sem"
                },
                {
                    "long_name": "Vestfold"
                }
            ],
            "place": {
                "id": 1226,
                "title": "Sem",
                "title_additional_info": null,
                "parent_id": 3,
                "parent_title": "Vestfold"
            }
        },
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91083,
                "idInstance": 9304757,
                "gathering_at": "2020-01-04 06:00",
                "gathering_end_at": "2020-01-04 07:30",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            },
            {
                "id": 91084,
                "idInstance": 9304757,
                "gathering_at": "2020-01-06 ",
                "gathering_end_at": "2020-01-06 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": "2015-01-21T21:30:31+01:00",
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9304790,
        "title": "Learn REST API",
        "start_at": "2020-04-01",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91085,
                "idInstance": 9304790,
                "gathering_at": "2020-04-01 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9304791,
        "title": "Learn REST API",
        "start_at": "2020-04-01",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91086,
                "idInstance": 9304791,
                "gathering_at": "2020-04-01 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9304792,
        "title": "Learn REST API",
        "start_at": "2020-04-01",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91087,
                "idInstance": 9304792,
                "gathering_at": "2020-04-01 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9304793,
        "title": "Learn REST API",
        "start_at": "2020-04-01",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91088,
                "idInstance": 9304793,
                "gathering_at": "2020-04-01 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9304794,
        "title": "Learn REST API",
        "start_at": "2020-04-01",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91089,
                "idInstance": 9304794,
                "gathering_at": "2020-04-01 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9304795,
        "title": "Learn REST API",
        "start_at": "2020-04-01",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91090,
                "idInstance": 9304795,
                "gathering_at": "2020-04-01 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9304823,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91091,
                "idInstance": 9304823,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9304824,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91092,
                "idInstance": 9304824,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9304825,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91093,
                "idInstance": 9304825,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9304829,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91094,
                "idInstance": 9304829,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9304987,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91095,
                "idInstance": 9304987,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9305121,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91096,
                "idInstance": 9305121,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9305549,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91097,
                "idInstance": 9305549,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9387471,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91098,
                "idInstance": 9387471,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9561479,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91099,
                "idInstance": 9561479,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9561480,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91100,
                "idInstance": 9561480,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9574064,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91101,
                "idInstance": 9574064,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9574519,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91102,
                "idInstance": 9574519,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9574520,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91103,
                "idInstance": 9574520,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9587275,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91104,
                "idInstance": 9587275,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9587276,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91105,
                "idInstance": 9587276,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9587277,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91106,
                "idInstance": 9587277,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9633149,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91107,
                "idInstance": 9633149,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9633155,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91108,
                "idInstance": 9633155,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9639694,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91109,
                "idInstance": 9639694,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9697060,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91110,
                "idInstance": 9697060,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 9701834,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91111,
                "idInstance": 9701834,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10019126,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91112,
                "idInstance": 10019126,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10086588,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91113,
                "idInstance": 10086588,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10252436,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91114,
                "idInstance": 10252436,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10252633,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91115,
                "idInstance": 10252633,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10446799,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91116,
                "idInstance": 10446799,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10446800,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91117,
                "idInstance": 10446800,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10446801,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91118,
                "idInstance": 10446801,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10464694,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91119,
                "idInstance": 10464694,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10464768,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91120,
                "idInstance": 10464768,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10578605,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91121,
                "idInstance": 10578605,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10621298,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91122,
                "idInstance": 10621298,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10621418,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91123,
                "idInstance": 10621418,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10621426,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91124,
                "idInstance": 10621426,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10621427,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91125,
                "idInstance": 10621427,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10621428,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91126,
                "idInstance": 10621428,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10621429,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91127,
                "idInstance": 10621429,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10623072,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91128,
                "idInstance": 10623072,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10623172,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91129,
                "idInstance": 10623172,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10623173,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91130,
                "idInstance": 10623173,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10623174,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91131,
                "idInstance": 10623174,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10623175,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91132,
                "idInstance": 10623175,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10623176,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91133,
                "idInstance": 10623176,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10623177,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91134,
                "idInstance": 10623177,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10623179,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91135,
                "idInstance": 10623179,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 10623180,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": null,
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91136,
                "idInstance": 10623180,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12709038,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91137,
                "idInstance": 12709038,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12709515,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91138,
                "idInstance": 12709515,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12709517,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91139,
                "idInstance": 12709517,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12709530,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91140,
                "idInstance": 12709530,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12709533,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91141,
                "idInstance": 12709533,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12709534,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91142,
                "idInstance": 12709534,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12709536,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91143,
                "idInstance": 12709536,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12709539,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91144,
                "idInstance": 12709539,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12709551,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91145,
                "idInstance": 12709551,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12709586,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91146,
                "idInstance": 12709586,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12709589,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91147,
                "idInstance": 12709589,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12709654,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91148,
                "idInstance": 12709654,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12709724,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 91149,
                "idInstance": 12709724,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2019-05-08T10:39:05+02:00",
                "is_future": false,
                "updated_at": "2019-05-08T10:39:05+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12715992,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 140280,
                "idInstance": 12715992,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2020-04-27T22:56:10+02:00",
                "is_future": false,
                "updated_at": "2020-04-27T22:56:10+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12720871,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 140281,
                "idInstance": 12720871,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2020-04-27T22:56:10+02:00",
                "is_future": false,
                "updated_at": "2020-04-27T22:56:10+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12722032,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 140282,
                "idInstance": 12722032,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2020-04-27T22:56:10+02:00",
                "is_future": false,
                "updated_at": "2020-04-27T22:56:10+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12722043,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 140283,
                "idInstance": 12722043,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2020-04-27T22:56:10+02:00",
                "is_future": false,
                "updated_at": "2020-04-27T22:56:10+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12724667,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 140284,
                "idInstance": 12724667,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2020-04-27T22:56:10+02:00",
                "is_future": false,
                "updated_at": "2020-04-27T22:56:10+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12725903,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 140285,
                "idInstance": 12725903,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2020-04-27T22:56:10+02:00",
                "is_future": false,
                "updated_at": "2020-04-27T22:56:10+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12725904,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 140286,
                "idInstance": 12725904,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2020-04-27T22:56:10+02:00",
                "is_future": false,
                "updated_at": "2020-04-27T22:56:10+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12725905,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 140287,
                "idInstance": 12725905,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2020-04-27T22:56:10+02:00",
                "is_future": false,
                "updated_at": "2020-04-27T22:56:10+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    },
    {
        "coursedate_id": 12725924,
        "title": "Learn REST API",
        "start_at": "2020-04-02",
        "start_time_at": null,
        "end_at": "2020-04-10",
        "end_time_at": null,
        "deadline_at": "2020-03-29",
        "place": {
            "id": 637,
            "title": "Oslo",
            "title_additional_info": null
        },
        "location": null,
        "is_virtual": false,
        "is_visible": true,
        "teaching_language": {
            "id": "no",
            "title": "Norwegian"
        },
        "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
        "visible_when_passed_deadline": true,
        "reference": "COURSE1300",
        "seats_status": "fully_booked",
        "seats": {
            "allocated_capacity": {
                "num": 0,
                "num_overbooked": "0",
                "num_waiting": "0"
            },
            "free": {
                "num": 0,
                "num_waiting": 0
            },
            "booking_status": {
                "num": 0,
                "num_confirmed": 0,
                "num_unconfirmed": 0,
                "num_waiting": 0
            }
        },
        "gatherings": [
            {
                "id": 140288,
                "idInstance": 12725924,
                "gathering_at": "2020-04-02 ",
                "gathering_end_at": "2020-04-10 ",
                "idLocation": null,
                "description": null,
                "theme": null,
                "event_url": null,
                "created_at": "2020-04-27T22:56:10+02:00",
                "is_future": false,
                "updated_at": "2020-04-27T22:56:10+02:00",
                "instructors": [],
                "location": null
            }
        ],
        "course": {
            "id": 22353,
            "title": "Learn REST API",
            "reference": "RESTAPI-CA-1001",
            "is_active": true,
            "type": "public",
            "kursguiden_url": "https:\/\/www.kursguiden.no\/kurs\/Organic-food-course\/Learn-REST-API\/",
            "is_full_time": false,
            "is_part_time": true,
            "lessons_hours": null,
            "level": {
                "id": 6,
                "title": "Courses"
            },
            "form_of_teaching": {
                "id": 1,
                "title": "Classroom"
            },
            "teaching_language": {
                "id": "no",
                "title": "Norwegian"
            },
            "time_of_day": {
                "id": 2,
                "title": "Evening class"
            },
            "duration": {
                "value": 6,
                "unit": "Time(r)"
            },
            "price": {
                "value": 1500,
                "currency": "NOK",
                "comment": "Includes a free beer."
            },
            "categories": [
                {
                    "id": 1075,
                    "title": "Organic food course",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                },
                {
                    "id": 1473,
                    "title": "Norwegian food",
                    "idParent": 1456,
                    "titleParent": "Cooking class"
                }
            ],
            "tags": [
                {
                    "id": "501",
                    "title": "Rest API",
                    "is_archived": false,
                    "is_deleted": false
                }
            ],
            "visit_address": null,
            "visit_address2": null,
            "visit_zipcode": null,
            "visit_city": null,
            "custom_properties": null
        },
        "custom_properties": null,
        "status": {
            "id": 1,
            "idType": 1,
            "title": "To be defined"
        },
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "contacts": []
    }
]

Unsuccessful response sample:

{
    "error": "Wrong API Key"
}      
© 2025 FrontCore