0

I would like to get photo complete path of 1 record.

I am developing an interface. And I need to show photo in my app. But when a make request to one register I don't know how to get photo complete path.

Can you help me . 

This is the get:

https://api.ninoxdb.de/v1/teams/LYyxXqWPAYYWjG3sh/databases/ao6sd6b2ju82/tables/A/records/1/
This is the response: 

{
"id": 1,
"createdAt": "",
"createdBy": 0,
"modifiedAt": "2017-10-05T17:10:34",
"modifiedBy": "EPZ2zSxuC7jt6WF2D",
"fields": {
"First Name": "Sofia",
"Last Name": "Young",
"Company": "Kollwitz GmbH",
"Postal Code": "12345",
"City": "New Jersey",
"Address": "11,South Commerce Street",
"Email": "sofi@kollwitz-gmbh.com",
"Customer No": "K0001",
"Title": "Mrs",
"Invoices": [
1,
16,
17
],
"Photo": "shutterstock_307218608.jpg",  //here i need complete path to  access to the photo.
"Category": "⭐⭐⭐️ Top Customer",
"Position": "Marketing head"
}
}

Reply

null

Content aside

  • 2 yrs agoLast active
  • 129Views