List ZMF courses from TYPO3.

Fields

id (integer)

Primary key.

last_modified (datetime)

Date and time of last modification to this ZMF course.

created (datetime)

Date and time of creation of this ZMF course.

title (string)

Titel of category.

description (string)

Full description of this ZMF course.

email (string)

Contact email address.

language (integer)

Foreign key to TYPO3 language.

category (integer)

Foreign key to TYPO3 category.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • language
  • category
GET /v1/typo3/zmf_course/?format=api
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 9,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 5,
            "last_modified": "2020-05-07T15:02:57+02:00",
            "created": "2018-12-17T18:21:38+01:00",
            "title": "Statistical data analysis with SPSS for Life Science Researchers Analysis of Variance (03.06.2020)",
            "description": null,
            "email": "zmf-sekretariat@medunigraz.at",
            "language": null,
            "category": 1
        },
        {
            "id": 17,
            "last_modified": "2019-12-06T14:00:41+01:00",
            "created": "2018-12-17T18:39:54+01:00",
            "title": "Mathematics & Troubleshooting in Cell Culture (11.11.2020)",
            "description": null,
            "email": "bmf-sekretariat@medunigraz.at",
            "language": null,
            "category": 1
        },
        {
            "id": 19,
            "last_modified": "2019-12-06T14:09:28+01:00",
            "created": "2018-12-17T18:41:06+01:00",
            "title": "Course in Basics of Laboratory Animal Science equivalent to FELASA B Guidelines (16.11.-21.11.2020)",
            "description": null,
            "email": "bmf-sekretariat@medunigraz.at",
            "language": null,
            "category": 1
        },
        {
            "id": 20,
            "last_modified": "2019-10-23T14:16:18+02:00",
            "created": "2018-12-17T18:41:32+01:00",
            "title": "The Pig in Biomedical Research – training course (12.10.-13.10.2020)",
            "description": null,
            "email": "bmf-sekretariat@medunigraz.at",
            "language": null,
            "category": 1
        },
        {
            "id": 21,
            "last_modified": "2019-12-06T13:57:59+01:00",
            "created": "2018-12-17T18:42:02+01:00",
            "title": "National legislation for Animal Experimentation- Guidelines for project application (06.10.2020)",
            "description": null,
            "email": "bmf-sekretariat@medunigraz.at",
            "language": null,
            "category": 1
        },
        {
            "id": 26,
            "last_modified": "2019-12-06T13:53:50+01:00",
            "created": "2019-02-19T10:38:35+01:00",
            "title": "Introduction into Galaxy for Life Science Researchers (17.06.2020)",
            "description": null,
            "email": "zmf-sekretariat@medunigraz.at",
            "language": null,
            "category": 1
        },
        {
            "id": 32,
            "last_modified": "2020-05-07T15:03:27+02:00",
            "created": "2019-02-19T11:09:27+01:00",
            "title": "Statistical data analysis with SPSS for Life Science Researchers Regression analysis (04.06.2020)",
            "description": null,
            "email": "zmf-sekretariat@medunigraz.at",
            "language": null,
            "category": 1
        },
        {
            "id": 34,
            "last_modified": "2020-05-07T15:11:28+02:00",
            "created": "2019-08-02T11:28:00+02:00",
            "title": "16s rRNA Microbiome data analysis in Galaxy (20.03.2020)",
            "description": null,
            "email": "zmf-sekretariat@medunigraz.at",
            "language": null,
            "category": 1
        },
        {
            "id": 35,
            "last_modified": "2020-05-12T14:37:47+02:00",
            "created": "2020-03-02T14:02:30+01:00",
            "title": "Flow cytometry basic course (21.10.2020)",
            "description": null,
            "email": "zmf-sekretariat@medunigraz.at",
            "language": null,
            "category": 1
        }
    ]
}