GET api/SelfieWithDny/GetSelfieById?securityKey={securityKey}&selfieId={selfieId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
securityKey

string

Required

selfieId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SelfieWithDny
NameDescriptionTypeAdditional information
SecurityKey

string

None.

DemoId

integer

None.

UserId

integer

None.

PersonName

string

None.

City

string

None.

MobileNo

string

None.

Email

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>