[Index]
AssuranceWebexMeetingParticipants resource. The schema will be used to create data/ReporterResource instances, the description is used to store the table name of the associate field.
Model ref.: data/AssuranceWebexMeetingParticipants
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"joinedTime": {
"title": "Joined Time",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"lxt_customer_name": {
"title": "Customer Name",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"lxt_delete_date": {
"title": "Delete Date",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "any"
},
"lxt_filename": {
"title": "Filename",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"lxt_source_dir": {
"title": "Source Directory",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"lxt_status": {
"title": "Status",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"lxt_timestamp_epoch": {
"title": "Timestamp Epoch",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "any"
},
"meetingInstanceId": {
"title": "Meeting Instance ID",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"coHost": {
"title": "Co Host",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"devices": {
"title": "Devices",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"displayName": {
"title": "Display Name",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"email": {
"title": "Email",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"host": {
"title": "Host",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"hostEmail": {
"title": "Host Email",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"id": {
"title": "ID",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"invitee": {
"title": "Invitee",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"leftTime": {
"title": "Left Time",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"meetingId": {
"title": "Meeting ID",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"muted": {
"title": "Muted",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"siteUrl": {
"title": "Site URL",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"spaceModerator": {
"title": "Space Moderator",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"state": {
"title": "State",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"orgId": {
"title": "Org ID",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"video": {
"title": "Video",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"meetingStartTime": {
"title": "Meeting Start Time",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"joinMeetingTime": {
"title": "Join Meeting Time",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"maskedLocalIP": {
"title": "Masked Local IP",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"maskedPublicIP": {
"title": "Masked Public IP",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"videoMeshCluster": {
"title": "Video Mesh Cluster",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"videoMeshServer": {
"title": "Video Mesh Server",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
},
"hierarchy_path": {
"title": "Hierarchy Path",
"description": "WEBEX_MEETING_PARTICIPANTS",
"type": "string"
}
},
"schema_version": "0.1"
}
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk delete [pkid1],[pkid2]... | DELETE | /api/data/AssuranceWebexMeetingParticipants/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/AssuranceWebexMeetingParticipants/[pkid1]", "/api/data/AssuranceWebexMeetingParticipants/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/AssuranceWebexMeetingParticipants/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Field Display Policy | GET | /api/data/AssuranceWebexMeetingParticipants/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Migration Template | GET | /api/data/AssuranceWebexMeetingParticipants/migration/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/data/AssuranceWebexMeetingParticipants/ |
|
The data/AssuranceWebexMeetingParticipants schema and all instances as JSON. |
(The list will return 0 to 3 data/AssuranceWebexMeetingParticipants instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 0,
"total_limit": null,
"order_by": "lxt_customer_name",
"direction": "asc",
"current": "/api/data/AssuranceWebexMeetingParticipants/?skip=0&limit=3&order_by=lxt_customer_name&direction=asc&traversal=fulltree"
},
"operations": [
"list",
"get",
"update",
"help",
"transform",
"export_bulkload_template",
"field_display_policy",
"configuration_template",
"add",
"export",
"bulk_update_form",
"migration",
"remove"
],
"meta": {
"model_type": "data/AssuranceWebexMeetingParticipants",
"summary_attrs": [
{
"name": "lxt_customer_name",
"title": "Customer Name"
},
{
"name": "displayName",
"title": "Display Name"
},
{
"name": "meetingId",
"title": "Meeting ID"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"children": [],
"parent": [
{
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101",
"pkid": "6t0ggef2c0deab00hb595101"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": []
},
"model_specific_actions": [
"field_display_policy",
"get",
"help",
"list",
"migration",
"transform",
"remove"
],
"schema_version": "0.1",
"actions": [
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/AssuranceWebexMeetingParticipants/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"field_display_policy": {
"method": "GET",
"class": "display_policy",
"href": "/api/data/AssuranceWebexMeetingParticipants/field_display_policy/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Field Display Policy"
}
},
{
"migration": {
"method": "GET",
"class": "migration",
"href": "/api/data/AssuranceWebexMeetingParticipants/migration/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Migration Template"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/data/AssuranceWebexMeetingParticipants/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/AssuranceWebexMeetingParticipants/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
},
{
"transform": {
"method": "GET",
"class": "transform",
"href": "/api/data/AssuranceWebexMeetingParticipants/transform/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Transform Template"
}
}
]
},
"resources": []
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for data/AssuranceWebexMeetingParticipants. | GET | /api/data/AssuranceWebexMeetingParticipants/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/AssuranceWebexMeetingParticipants as HTML |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Transform Template | GET | /api/data/AssuranceWebexMeetingParticipants/transform/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/data/AssuranceWebexMeetingParticipants/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/data/AssuranceWebexMeetingParticipants/[pkid] | hierarchy=[hierarchy] | The data/AssuranceWebexMeetingParticipants instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/data/AssuranceWebexMeetingParticipants/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/AssuranceWebexMeetingParticipants. |