GET api/SelfieWithDny/GetSelfieWithDnyByUserPeriodic?securityKey={securityKey}&startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| securityKey | string |
Required |
|
| startDate | string |
Required |
|
| endDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SelfieWithDny| Name | Description | Type | Additional information |
|---|---|---|---|
| SecurityKey | string |
None. |
|
| DemoId | integer |
None. |
|
| UserId | integer |
None. |
|
| PersonName | string |
None. |
|
| City | string |
None. |
|
| MobileNo | string |
None. |
|
| string |
None. |
||
| PhotoPath | string |
None. |
|
| Photo | Collection of byte |
None. |
|
| TranDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SecurityKey": "sample string 1",
"DemoId": 2,
"UserId": 3,
"PersonName": "sample string 4",
"City": "sample string 5",
"MobileNo": "sample string 6",
"Email": "sample string 7",
"PhotoPath": "sample string 8",
"Photo": "QEA=",
"TranDate": "2025-12-11T10:30:18.3571727-08:00"
},
{
"SecurityKey": "sample string 1",
"DemoId": 2,
"UserId": 3,
"PersonName": "sample string 4",
"City": "sample string 5",
"MobileNo": "sample string 6",
"Email": "sample string 7",
"PhotoPath": "sample string 8",
"Photo": "QEA=",
"TranDate": "2025-12-11T10:30:18.3571727-08:00"
}
]
text/html
Sample:
[{"SecurityKey":"sample string 1","DemoId":2,"UserId":3,"PersonName":"sample string 4","City":"sample string 5","MobileNo":"sample string 6","Email":"sample string 7","PhotoPath":"sample string 8","Photo":"QEA=","TranDate":"2025-12-11T10:30:18.3571727-08:00"},{"SecurityKey":"sample string 1","DemoId":2,"UserId":3,"PersonName":"sample string 4","City":"sample string 5","MobileNo":"sample string 6","Email":"sample string 7","PhotoPath":"sample string 8","Photo":"QEA=","TranDate":"2025-12-11T10:30:18.3571727-08:00"}]
application/xml, text/xml
Sample:
<ArrayOfSelfieWithDny xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dnyanved.Core.Model">
<SelfieWithDny>
<City>sample string 5</City>
<DemoId>2</DemoId>
<Email>sample string 7</Email>
<MobileNo>sample string 6</MobileNo>
<PersonName>sample string 4</PersonName>
<Photo>QEA=</Photo>
<PhotoPath>sample string 8</PhotoPath>
<SecurityKey>sample string 1</SecurityKey>
<TranDate>2025-12-11T10:30:18.3571727-08:00</TranDate>
<UserId>3</UserId>
</SelfieWithDny>
<SelfieWithDny>
<City>sample string 5</City>
<DemoId>2</DemoId>
<Email>sample string 7</Email>
<MobileNo>sample string 6</MobileNo>
<PersonName>sample string 4</PersonName>
<Photo>QEA=</Photo>
<PhotoPath>sample string 8</PhotoPath>
<SecurityKey>sample string 1</SecurityKey>
<TranDate>2025-12-11T10:30:18.3571727-08:00</TranDate>
<UserId>3</UserId>
</SelfieWithDny>
</ArrayOfSelfieWithDny>