Page 1 of 1

I want to fetch the images from open dental using API

Posted: Mon Sep 26, 2022 9:21 am
by Roonyx
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?

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

Posted: Mon Sep 26, 2022 10:25 am
by justine
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.