Apache OpenMeetings · Example Payload

Apache Openmeetings File Item Dto Example

CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

Apache Openmeetings File Item Dto Example is an example object payload from Apache OpenMeetings, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamehashparentIdroomIdgroupIdownerIdsizeexternalIdexternalTypetypewidthheight

Example Payload

Raw ↑
{
  "id": 1234,
  "name": "Example Name",
  "hash": "example",
  "parentId": 1234,
  "roomId": 1234,
  "groupId": 1234,
  "ownerId": 1234,
  "size": 1234,
  "externalId": "500123",
  "externalType": "example",
  "type": "FOLDER",
  "width": 1234,
  "height": 1234
}