Record
get-paginated-mdrs-params
No description available.
record get-paginated-mdrs-params {
start-date: string,
end-date: string,
id: option<string>,
direction: option<direction>,
outbound-profile-id: option<string>,
cld: option<string>,
cli: option<string>,
status: option<message-status>,
message-type: option<message-type>,
country-iso: option<string>,
error: option<string>,
normalized-carrier: option<string>,
tag: option<string>,
mcc: option<string>,
mnc: option<string>,
product: option<product>,
page-number: option<s32>,
page-size: option<s32>,
sort: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| start-date | string | |
| end-date | string | |
| id | option<string> | |
| direction | option<direction> | |
| outbound-profile-id | option<string> | |
| cld | option<string> | |
| cli | option<string> | |
| status | option<message-status> | |
| message-type | option<message-type> | |
| country-iso | option<string> | |
| error | option<string> | |
| normalized-carrier | option<string> | |
| tag | option<string> | |
| mcc | option<string> | |
| mnc | option<string> | |
| product | option<product> | |
| page-number | option<s32> | |
| page-size | option<s32> | |
| sort | option<list<string>> |