GET v1/rtis/getByUsernameWithFilter?filterSign={filterSign}&filterDate={filterDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filterSign |
The type of filter. Valid values are lt, lte, gt, gte, eq |
string |
Required |
| filterDate |
The Date value to filter on |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
RTIModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RTI | string |
None. |
|
| BirthDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"rti": "sample string 1",
"birthDate": "2025-12-19T21:22:38.6635739+00:00"
}