GET Api/{language}/Project/{projectId}/Seminars
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| projectId | No documentation available. |
Define this parameter in the request URI. |
| language | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"seminar": {
"id": 1,
"name": "sample string 2",
"start_time": "2025-10-29T18:14:59.6469913+01:00",
"end_time": "2025-10-29T18:14:59.6469913+01:00",
"location": "sample string 5"
}
},
{
"seminar": {
"id": 1,
"name": "sample string 2",
"start_time": "2025-10-29T18:14:59.6469913+01:00",
"end_time": "2025-10-29T18:14:59.6469913+01:00",
"location": "sample string 5"
}
},
{
"seminar": {
"id": 1,
"name": "sample string 2",
"start_time": "2025-10-29T18:14:59.6469913+01:00",
"end_time": "2025-10-29T18:14:59.6469913+01:00",
"location": "sample string 5"
}
}
]
text/html
Sample:
[{"seminar":{"id":1,"name":"sample string 2","start_time":"2025-10-29T18:14:59.6469913+01:00","end_time":"2025-10-29T18:14:59.6469913+01:00","location":"sample string 5"}},{"seminar":{"id":1,"name":"sample string 2","start_time":"2025-10-29T18:14:59.6469913+01:00","end_time":"2025-10-29T18:14:59.6469913+01:00","location":"sample string 5"}},{"seminar":{"id":1,"name":"sample string 2","start_time":"2025-10-29T18:14:59.6469913+01:00","end_time":"2025-10-29T18:14:59.6469913+01:00","location":"sample string 5"}}]
application/xml, text/xml
Sample:
<ArrayOfseminars xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FairCatalogue.CrossCutting.Entities">
<seminars>
<seminar>
<end_time>2025-10-29T18:14:59.6469913+01:00</end_time>
<id>1</id>
<location>sample string 5</location>
<name>sample string 2</name>
<start_time>2025-10-29T18:14:59.6469913+01:00</start_time>
</seminar>
</seminars>
<seminars>
<seminar>
<end_time>2025-10-29T18:14:59.6469913+01:00</end_time>
<id>1</id>
<location>sample string 5</location>
<name>sample string 2</name>
<start_time>2025-10-29T18:14:59.6469913+01:00</start_time>
</seminar>
</seminars>
<seminars>
<seminar>
<end_time>2025-10-29T18:14:59.6469913+01:00</end_time>
<id>1</id>
<location>sample string 5</location>
<name>sample string 2</name>
<start_time>2025-10-29T18:14:59.6469913+01:00</start_time>
</seminar>
</seminars>
</ArrayOfseminars>