The ID of the user.
The count of records to return. Defaults to 50.
The record number to start returning records from. Defaults to 0.
GET / HTTP/1.1 Host: GetUserReportWriterResultRecords?userId=1 Accept: */*
Successful retrieval of user report writer result records.
[ { "RequestingUser": 1, "urtTicketId": "mGzjUfylGEmqgJIxu651aQ==", "descriptorId": "47TlpPQyTkKR4LKl9Hy1yA==", "resultStatus": "SuccessComplete", "reportExecutionStartTime": "2018-08-17T17:57:56Z", "reportExecutionCompleteTime": "2018-08-17T17:57:57Z", "reportOutputFilePathname": "", "reportDescriptiveHeader": "TradeActivity|onDemand|2018-08-10T04:00:00.000Z|2018-08-10T05:00:00.000Z|2018-08-17T17:57:51.852Z|2018-08-17T17:57:56.840Z|0.19634 seconds" }, { "RequestingUser": 2, "urtTicketId": "anotherTicketId", "descriptorId": "anotherDescriptorId", "resultStatus": "NotComplete", "reportExecutionStartTime": "2024-10-27T10:00:00Z", "reportExecutionCompleteTime": null, "reportOutputFilePathname": "/path/to/report.csv", "reportDescriptiveHeader": "SomeReport|Daily|..." } ]