I want to fetch the images from open dental using API

For requests or help with our API
Post Reply
Roonyx
Posts: 10
Joined: Thu Sep 22, 2022 1:48 am

I want to fetch the images from open dental using API

Post by Roonyx » Mon Sep 26, 2022 9:21 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 -
{
"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: 168
Joined: Tue Dec 28, 2021 7:59 am

Re: I want to fetch the images from open dental using API

Post by justine » Mon Sep 26, 2022 10:25 am

Roonyx wrote:
Mon Sep 26, 2022 9:21 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 -
{
"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?
Replied here.

Post Reply