FormOfPresentation
Endpoint to retrieve data for forms of presentation.
Gets FormOfPresentation
objects.
Autorisierungen
Pfadparameter
idinteger · int64Erforderlich
Id of the conference the forms of presentation are loaded for.
Antworten
200
Successful response
application/json
400
Bad Request
application/json
401
Authentication problem
application/json
403
Forbidden
application/json
404
No resource found
application/json
429
Rate limitation exceeded
application/json
500
Internal error
application/json
get
GET /rest-api/v2/frame/{id}/fop/ HTTP/1.1
Host:
token: YOUR_API_KEY
Accept: */*
{
"meta": {},
"data": [
{
"id": 1,
"name": [
{
"language": "text",
"content": "text"
}
],
"type": "Oral",
"visible": true,
"active": true,
"reference": 0
}
]
}
War das hilfreich?