For users or potential users.
-
Roonyx
- Posts: 10
- Joined: Thu Sep 22, 2022 1:48 am
Post
by Roonyx » Mon Sep 26, 2022 3:18 am
How can fetch images from Open Dental API into my application?
I used Open dental API and it's working. I want to fetch images from Open Dental using API, but how can I achieve this?
For example - I am using this endpoint - GET
https://api.opendental.com/api/v1//documents
response given -
Code: Select all
{
"DocNum": 34,
"filePath": "\\server\OpenDentImages\S\SmithJohn15\exampleimage.jpg",
"Description": "Scanned image",
"serverDateTime": "2021-05-20 13:30:54"
}
I am creating an application where I used open dental API and want the above image it is possible to fetch this image because here it shows the path of the local machine, But I want to fetch this image into another machine using the API. How can I access this image using this path?
-
justine
- Posts: 286
- Joined: Tue Dec 28, 2021 7:59 am
Post
by justine » Mon Sep 26, 2022 9:11 am
Roonyx wrote: ↑Mon Sep 26, 2022 3:18 am
How can fetch images from Open Dental API into my application?
I used Open dental API and it's working. I want to fetch images from Open Dental using API, but how can I achieve this?
For example - I am using this endpoint - GET
https://api.opendental.com/api/v1//documents
response given -
Code: Select all
{
"DocNum": 34,
"filePath": "\\server\OpenDentImages\S\SmithJohn15\exampleimage.jpg",
"Description": "Scanned image",
"serverDateTime": "2021-05-20 13:30:54"
}
I am creating an application where I used open dental API and want the above image it is possible to fetch this image because here it shows the path of the local machine, But I want to fetch this image into another machine using the API. How can I access this image using this path?
Please direct all API related questions to the
API section of the forums.