[Index]
AssuranceMsTeamsCallrecordSession 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/AssuranceMsTeamsCallrecordSession
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": {
"tenantname": {
"title": "Tenant Name",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"callid": {
"title": "Call ID",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"istest": {
"title": "Is Test",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"lastmodifieddatetime": {
"title": "Last Modified Date Time",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"lxt_lastmodifieddatetime_epoch": {
"title": "LXT Last Modified Date Time Epoch",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "any"
},
"sessionid": {
"title": "Session ID",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"startdatetime": {
"title": "Start Date Time",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"lxt_startdatetime_epoch": {
"title": "LXT Start Date Time Epoch",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "any"
},
"enddatetime": {
"title": "End Date Time",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"lxt_enddatetime_epoch": {
"title": "LXT End Date Time Epoch",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "any"
},
"lxt_timestamp_epoch": {
"title": "LXT Timestamp Epoch",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "any"
},
"voss_import_epoch": {
"title": "VOSS Import Epoch",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "any"
},
"organizer_displayname": {
"title": "Organizer Display Name",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"organizer_userprincipalname": {
"title": "Organizer User Principal Name",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"caller_mstype": {
"title": "Caller MS Type",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"callee_mstype": {
"title": "Callee MS Type",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"caller_displayname": {
"title": "Caller Display Name",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"callee_displayname": {
"title": "Callee Display Name",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"caller_userprincipalname": {
"title": "Caller User Principal Name",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"callee_userprincipalname": {
"title": "Callee User Principal Name",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"caller_subnet": {
"title": "Caller Subnet",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"callee_subnet": {
"title": "Callee Subnet",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"failure_reason": {
"title": "Failure Reason",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"failure_stage": {
"title": "Failure Stage",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"audio_quality": {
"title": "Audio Quality",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"video_quality": {
"title": "Video Quality",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"vbss_quality": {
"title": "VBSS Quality",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
},
"quality_info": {
"title": "Quality Info",
"description": "MS_TEAMS_CALLRECORD_SESSION",
"type": "string"
}
},
"schema_version": "0.1"
}
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk delete [pkid1],[pkid2]... | DELETE | /api/data/AssuranceMsTeamsCallrecordSession/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/AssuranceMsTeamsCallrecordSession/[pkid1]", "/api/data/AssuranceMsTeamsCallrecordSession/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/AssuranceMsTeamsCallrecordSession/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Field Display Policy | GET | /api/data/AssuranceMsTeamsCallrecordSession/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Migration Template | GET | /api/data/AssuranceMsTeamsCallrecordSession/migration/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/data/AssuranceMsTeamsCallrecordSession/ |
|
The data/AssuranceMsTeamsCallrecordSession schema and all instances as JSON. |
(The list will return 0 to 3 data/AssuranceMsTeamsCallrecordSession instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 0,
"total_limit": null,
"order_by": "callid",
"direction": "asc",
"current": "/api/data/AssuranceMsTeamsCallrecordSession/?skip=0&limit=3&order_by=callid&direction=asc&traversal=fulltree"
},
"operations": [
"update",
"remove",
"move",
"export_bulkload_template",
"configuration_template",
"bulk_update_form",
"field_display_policy",
"get",
"add",
"migration",
"help",
"transform",
"list",
"export"
],
"meta": {
"model_type": "data/AssuranceMsTeamsCallrecordSession",
"summary_attrs": [
{
"name": "callid",
"title": "Call 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/AssuranceMsTeamsCallrecordSession/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"field_display_policy": {
"method": "GET",
"class": "display_policy",
"href": "/api/data/AssuranceMsTeamsCallrecordSession/field_display_policy/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Field Display Policy"
}
},
{
"migration": {
"method": "GET",
"class": "migration",
"href": "/api/data/AssuranceMsTeamsCallrecordSession/migration/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Migration Template"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/data/AssuranceMsTeamsCallrecordSession/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/AssuranceMsTeamsCallrecordSession/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
},
{
"transform": {
"method": "GET",
"class": "transform",
"href": "/api/data/AssuranceMsTeamsCallrecordSession/transform/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Transform Template"
}
}
]
},
"resources": []
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for data/AssuranceMsTeamsCallrecordSession. | GET | /api/data/AssuranceMsTeamsCallrecordSession/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/AssuranceMsTeamsCallrecordSession as HTML |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Transform Template | GET | /api/data/AssuranceMsTeamsCallrecordSession/transform/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/data/AssuranceMsTeamsCallrecordSession/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/data/AssuranceMsTeamsCallrecordSession/[pkid] | hierarchy=[hierarchy] | The data/AssuranceMsTeamsCallrecordSession instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/data/AssuranceMsTeamsCallrecordSession/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/AssuranceMsTeamsCallrecordSession. |