A valid request URL is required to generate request examples{
"startIndex": 123,
"pageSize": 123,
"pageCount": 123,
"totalCount": 123,
"items": [
{
"id": "<string>",
"tenantId": 123,
"fromId": "<string>",
"toId": "<string>",
"fromName": "<string>",
"toName": "<string>",
"type": "<string>",
"transferTimeInHours": 123,
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}
]
}Gets list of transfertimes by filter (FromId and ToId), sort and paging.
A valid request URL is required to generate request examples{
"startIndex": 123,
"pageSize": 123,
"pageCount": 123,
"totalCount": 123,
"items": [
{
"id": "<string>",
"tenantId": 123,
"fromId": "<string>",
"toId": "<string>",
"fromName": "<string>",
"toName": "<string>",
"type": "<string>",
"transferTimeInHours": 123,
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}
]
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body