GetUserReportWriterResultRecords

Get User Report Writer Result Records

get
Query parameters
userIdintegerRequired

The ID of the user.

depthintegerOptional

The count of records to return. Defaults to 50.

startIndexintegerOptional

The record number to start returning records from. Defaults to 0.

Responses
200
Successful retrieval of user report writer result records.
application/json
get
GET / HTTP/1.1
Host: GetUserReportWriterResultRecords?userId=1
Accept: */*
200

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|..."
  }
]