GET api/Master/MASRGIOfficers?LastUpdatedDate={LastUpdatedDate}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
LastUpdatedDate | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "ID": 1, "UserName": "sample string 2", "LastUpdatedDate": "2024-12-28T01:16:01.5243343+05:30", "IsActive": true }, { "ID": 1, "UserName": "sample string 2", "LastUpdatedDate": "2024-12-28T01:16:01.5243343+05:30", "IsActive": true }, { "ID": 1, "UserName": "sample string 2", "LastUpdatedDate": "2024-12-28T01:16:01.5243343+05:30", "IsActive": true } ]
text/html
Sample:
[{"ID":1,"UserName":"sample string 2","LastUpdatedDate":"2024-12-28T01:16:01.5243343+05:30","IsActive":true},{"ID":1,"UserName":"sample string 2","LastUpdatedDate":"2024-12-28T01:16:01.5243343+05:30","IsActive":true},{"ID":1,"UserName":"sample string 2","LastUpdatedDate":"2024-12-28T01:16:01.5243343+05:30","IsActive":true}]
application/xml, text/xml
Sample:
<ArrayOfDOMRGIOfficers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models"> <DOMRGIOfficers> <ID>1</ID> <IsActive>true</IsActive> <LastUpdatedDate>2024-12-28T01:16:01.5243343+05:30</LastUpdatedDate> <UserName>sample string 2</UserName> </DOMRGIOfficers> <DOMRGIOfficers> <ID>1</ID> <IsActive>true</IsActive> <LastUpdatedDate>2024-12-28T01:16:01.5243343+05:30</LastUpdatedDate> <UserName>sample string 2</UserName> </DOMRGIOfficers> <DOMRGIOfficers> <ID>1</ID> <IsActive>true</IsActive> <LastUpdatedDate>2024-12-28T01:16:01.5243343+05:30</LastUpdatedDate> <UserName>sample string 2</UserName> </DOMRGIOfficers> </ArrayOfDOMRGIOfficers>