<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Remote API?</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8</link>
<description>DisplayFusion RSS: Remote API?</description>
<lastBuildDate>Sat, 23 May 2026 17:36:17 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8</generator>
<item>
<title>RE: Remote API?</title>
<link>https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#8</link>
<pubDate>Sat, 21 Apr 2018 07:11:30 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#8</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ahh I understand! As a student dev, this is definitely something I need to consider too when making APIs, thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ahh I understand! As a student dev, this is definitely something I need to consider too when making APIs, thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Remote API?</title>
<link>https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#7</link>
<pubDate>Thu, 19 Apr 2018 13:45:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[We use the ID's to be more accurate with the calls and avoid any encoding issues (like if someone had Chinese function names). Sorry, but we don't have plans to change the remote API for the next version.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
We use the ID's to be more accurate with the calls and avoid any encoding issues (like if someone had Chinese function names). Sorry, but we don't have plans to change the remote API for the next version.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Remote API?</title>
<link>https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#6</link>
<pubDate>Wed, 18 Apr 2018 01:32:42 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Yeah I've done it that exact way you've expected. But say to call the mouse pointer to the middle of screen, you'll have to have a value called XXXXXXXX=20f0384a-4582-4bea-a1b7-52b6070c9278 to do so. I XX'd the key to make it more private for you guys. But I mean, is there a way to just call func...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yeah I've done it that exact way you've expected. But say to call the mouse pointer to the middle of screen, you'll have to have a value called XXXXXXXX=20f0384a-4582-4bea-a1b7-52b6070c9278 to do so. I XX'd the key to make it more private for you guys. But I mean, is there a way to just call function=mouseMiddle instead?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Remote API?</title>
<link>https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#5</link>
<pubDate>Tue, 17 Apr 2018 18:25:16 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[If you've connected to a machine and pulled a list of functions, the only way to identify a function is to use the full ID. Can you explain what you're looking for when you want something more accurate?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
If you've connected to a machine and pulled a list of functions, the only way to identify a function is to use the full ID. Can you explain what you're looking for when you want something more accurate?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Remote API?</title>
<link>https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#4</link>
<pubDate>Sat, 14 Apr 2018 15:53:51 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Okay well I have the API now, but of course its all yucky get methods that I wont share here for reason that you wanted it not public.
But since I have figured it out, could I get a better clue as to whether I can shorten the 'id' field of the GET call to a more accurate string?
Thanks BFS, I'v...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Okay well I have the API now, but of course its all yucky get methods that I wont share here for reason that you wanted it not public.<br/>
<br/>
But since I have figured it out, could I get a better clue as to whether I can shorten the 'id' field of the GET call to a more accurate string?<br/>
<br/>
Thanks BFS, I've been with you guys for over 5 years now, love the work!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Remote API?</title>
<link>https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#3</link>
<pubDate>Sat, 14 Apr 2018 15:35:13 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Will they ever be public?
Or will I need to reverse engineer it]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Will they ever be public?<br/>
<br/>
Or will I need to reverse engineer it <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-frown.light.svg" alt=":(" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":(" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Remote API?</title>
<link>https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#2</link>
<pubDate>Wed, 29 Apr 2015 14:15:35 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Sorry for the delayed response on this, I was just checking into it here to make sure I had the correct info. Unfortunately the DisplayFusion Remote API isn't a public API. It's only accessible by using the official DisplayFusoin Remote applications.
However, if you have a way to execute command...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry for the delayed response on this, I was just checking into it here to make sure I had the correct info. Unfortunately the DisplayFusion Remote API isn't a public API. It's only accessible by using the official DisplayFusoin Remote applications.<br/>
<br/>
However, if you have a way to execute commands remotely, you could use DisplayFusionCommand, like so:<br/>
<br/>
C:\Program Files (x86)\DisplayFusion\DisplayFusionCommand.exe -monitorloadprofile "Profile Name"<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>Remote API?</title>
<link>https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8</link>
<pubDate>Fri, 24 Apr 2015 17:26:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/remote-api/?ID=101b82df-5d4c-49d3-a8a5-cd1d8f765ea8</guid>
<category>DisplayFusion</category>
<description><![CDATA[Is there any documentation on the actual remote API that the remote clients are connecting to? I'm writing an application that will control an HDMI matrix remotely on a linux machine (Raspberry Pi) and it would be great if I could trigger some display changes at the same time using DisplayFusion....]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Is there any documentation on the actual remote API that the remote clients are connecting to? I'm writing an application that will control an HDMI matrix remotely on a linux machine (Raspberry Pi) and it would be great if I could trigger some display changes at the same time using DisplayFusion.<br/>
<br/>
It seems like a simple HTTP server. I'm assuming it's REST with some kind of authentication scheme on it, but there's no way to really know for sure.  Would you be willing to give out some of that information? Really all I want to do is switch between some predefined monitor profiles.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
</channel>
</rss>