Payload Example - Dictation
{
"id": "03dea619-42ee-47d4-9e4d-0ed8d2f83b5a",
"assignedTo": {
"id": "314d74bd-98b3-ed11-9174-2818788b2669",
"name": "My Custom Team",
"assignmentType": 4
},
"state": 2,
"author": {
"id": "8a6fdd8a-f183-45b1-a4de-a9536e57bfcb",
"role": 1,
"state": 3,
"friendlyName": "John Doe Author"
},
"lastModifiedByUser": {
"id": "8a6fdd8a-f183-45b1-a4de-a9536e57bfcb",
"role": 1,
"state": 3,
"friendlyName": "John Doe Author"
},
"priority": 0,
"hasTranscription": true,
"soundLengthInMsec": 594976,
"lastChangeDateTimeUtc": "2022-03-13T14:37:36.23Z",
"uploadDateTimeUtc": "2022-03-13T14:37:36.23Z",
"createDateTime": "2022-03-13T14:37:36.5887792Z",
"tsLastDictationErrorCode": 0,
"tsLastDictationErrorText": "",
"title": "My dictation",
"worktype": "Memo",
"category": "",
"comment": "My comment.",
"department": "",
"keyword": "",
"dpmBarcode": "",
"custom1": "My custom property",
"custom2": "",
"custom3": "",
"custom4": "",
"custom5": "",
"dueDateUtc": null,
"audioInformation": {
"type": 1,
"format": 1,
"numOfChannels": 1,
"sampleRate": 16000,
"byteRate": 32000,
"blockAlign": 2,
"bitsPerSample": 16
},
"subscriptionId": 108602
}
Payload Example - Attachment
{
"id": "0b217e8e-f1e7-4dcd-8b71-b0613e2d6b9f",
"name": "my-attachment.jpg",
"sizeBytes": 169304,
"fileHash": "ztwYUBSAirqy2esTysO9pMJXhXUbwW2owJPVkRsR3LA=",
"hierarchy": null,
"mimeType": "image/jpeg",
"category": 4,
"dictationId": "71a0a35b-22a6-ed11-9174-2818788b2669",
"subscriptionId": 238840,
"attachmentTypeVersion": 2,
"createdAt": "2020-02-02T13:31:33Z",
"createdBy": "8a6fdd8a-f183-45b1-a4de-a9536e57bfcb",
"modifiedBy": null
}
Payload Example - DictationDeleted
{
"id": "96506c4c-858b-4573-b126-8e5240adb79a",
"deletedByUser": {
"id": "8a6fdd8a-f183-45b1-a4de-a9536e57bfcb",
"role": 1,
"state": 3,
"friendlyName": "John Doe Author"
},
"deletedAt": "2020-02-02T13:31:33Z",
"subscriptionId": 238840
}