<?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:series="https://publishpress.com/"
	>

<channel>
	<title>Maximo REST API Archives - Maximo Times</title>
	<atom:link href="https://www.maximotimes.com/series/maximo-rest-api/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.maximotimes.com/series/maximo-rest-api/</link>
	<description>Building Excellence In Facilities Asset Management</description>
	<lastBuildDate>Wed, 04 Aug 2021 18:53:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>Initiate Workflow through Maximo REST API</title>
		<link>https://www.maximotimes.com/maximo/mif/initiate-workflow-through-maximo-rest-api-2/</link>
					<comments>https://www.maximotimes.com/maximo/mif/initiate-workflow-through-maximo-rest-api-2/#respond</comments>
		
		<dc:creator><![CDATA[Chon]]></dc:creator>
		<pubDate>Mon, 24 Nov 2014 13:05:29 +0000</pubDate>
				<category><![CDATA[Maximo]]></category>
		<category><![CDATA[MIF]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[IBM]]></category>
		<guid isPermaLink="false">https://interprosoft.dev-url.net/?p=8475</guid>

					<description><![CDATA[<p>Bruno has a great post about the many different ways to initiate a workflow and one of the examples is using the REST API. If you aren&#8217;t too familiar with HTTP requests then his example might not be clear enough. So here is how you can get it to work. NOTE: Error 400: BMXAA8250E &#8211; [&#8230;]</p>
<p>The post <a href="https://www.maximotimes.com/maximo/mif/initiate-workflow-through-maximo-rest-api-2/">Initiate Workflow through Maximo REST API</a> appeared first on <a href="https://www.maximotimes.com">Maximo Times</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.maximotimes.com/maximo/mif/initiate-workflow-through-maximo-rest-api-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Maximo REST API]]></series:name>
	</item>
		<item>
		<title>Add Work Log to SR through Maximo REST API</title>
		<link>https://www.maximotimes.com/maximo/mif/add-work-log-to-sr-through-maximo-rest-api-2/</link>
					<comments>https://www.maximotimes.com/maximo/mif/add-work-log-to-sr-through-maximo-rest-api-2/#respond</comments>
		
		<dc:creator><![CDATA[Chon]]></dc:creator>
		<pubDate>Wed, 12 Nov 2014 18:38:48 +0000</pubDate>
				<category><![CDATA[Maximo]]></category>
		<category><![CDATA[MIF]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[7.1]]></category>
		<category><![CDATA[7.5]]></category>
		<guid isPermaLink="false">https://interprosoft.dev-url.net/?p=8473</guid>

					<description><![CDATA[<p>Here is a common issue regarding how to add a work log to an SR record through the Maximo REST API. One of the biggest issue or error message is this: Error 400: commlog#ownerNull which is also noted here in our forum. This error comes from using this REST url: http://maximoserver/maxrest/rest/mbo/sr/1092/worklog This REST call attempts [&#8230;]</p>
<p>The post <a href="https://www.maximotimes.com/maximo/mif/add-work-log-to-sr-through-maximo-rest-api-2/">Add Work Log to SR through Maximo REST API</a> appeared first on <a href="https://www.maximotimes.com">Maximo Times</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.maximotimes.com/maximo/mif/add-work-log-to-sr-through-maximo-rest-api-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Maximo REST API]]></series:name>
	</item>
		<item>
		<title>Retrieving and Posting data to Maximo REST Web Services</title>
		<link>https://www.maximotimes.com/featured/retrieving-and-posting-data-to-maximo-rest-web-services-2/</link>
					<comments>https://www.maximotimes.com/featured/retrieving-and-posting-data-to-maximo-rest-web-services-2/#respond</comments>
		
		<dc:creator><![CDATA[Chon]]></dc:creator>
		<pubDate>Tue, 12 Nov 2013 17:02:25 +0000</pubDate>
				<category><![CDATA[Maximo]]></category>
		<category><![CDATA[MIF]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Integration Framework]]></category>
		<category><![CDATA[7.5]]></category>
		<guid isPermaLink="false">https://interprosoft.dev-url.net/?p=8471</guid>

					<description><![CDATA[<p>Maximo has always had web services that are available for use was limited to XML but now recently in Maximo 7.5, IBM has expanded it&#8217;s capabilities to work with JSON data. What is JSON? Just like XML, it is a universal human readable format that most applications can read. JSON is short for Javscript Object [&#8230;]</p>
<p>The post <a href="https://www.maximotimes.com/featured/retrieving-and-posting-data-to-maximo-rest-web-services-2/">Retrieving and Posting data to Maximo REST Web Services</a> appeared first on <a href="https://www.maximotimes.com">Maximo Times</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.maximotimes.com/featured/retrieving-and-posting-data-to-maximo-rest-web-services-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Maximo REST API]]></series:name>
	</item>
		<item>
		<title>Create a work order and add labor hours with Maximo REST</title>
		<link>https://www.maximotimes.com/maximo/mif/create-a-work-order-and-add-labor-hours-with-maximo-rest-2/</link>
					<comments>https://www.maximotimes.com/maximo/mif/create-a-work-order-and-add-labor-hours-with-maximo-rest-2/#respond</comments>
		
		<dc:creator><![CDATA[Chon]]></dc:creator>
		<pubDate>Thu, 01 Dec 2011 16:45:55 +0000</pubDate>
				<category><![CDATA[Maximo]]></category>
		<category><![CDATA[MIF]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Integration Framework]]></category>
		<category><![CDATA[7.5]]></category>
		<guid isPermaLink="false">https://interprosoft.dev-url.net/?p=8469</guid>

					<description><![CDATA[<p>You can already create a new work order with REST but it&#8217;s useless if you can&#8217;t add labor hours to it right? This tutorial will show you how to setup the MXWO object structure to be able to add LABTRANS records at the same time you create a work order. You can now create a [&#8230;]</p>
<p>The post <a href="https://www.maximotimes.com/maximo/mif/create-a-work-order-and-add-labor-hours-with-maximo-rest-2/">Create a work order and add labor hours with Maximo REST</a> appeared first on <a href="https://www.maximotimes.com">Maximo Times</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.maximotimes.com/maximo/mif/create-a-work-order-and-add-labor-hours-with-maximo-rest-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Maximo REST API]]></series:name>
	</item>
		<item>
		<title>Creating a work order with Maximo’s REST API framework</title>
		<link>https://www.maximotimes.com/maximo/mif/creating-a-work-order-with-maximos-rest-api-framework-2/</link>
					<comments>https://www.maximotimes.com/maximo/mif/creating-a-work-order-with-maximos-rest-api-framework-2/#respond</comments>
		
		<dc:creator><![CDATA[Chon]]></dc:creator>
		<pubDate>Tue, 15 Nov 2011 13:19:12 +0000</pubDate>
				<category><![CDATA[Maximo]]></category>
		<category><![CDATA[MIF]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Integration Framework]]></category>
		<guid isPermaLink="false">https://interprosoft.dev-url.net/?p=8467</guid>

					<description><![CDATA[<p>In a previous tutorial, querying data use the REST API framework is fairly straight forward and much easier to use than WSDL web services. Now the question is, how do we update or create new records using this API? This tutorial will show you how to create a new work order using Maximo&#8217;s REST API.</p>
<p>The post <a href="https://www.maximotimes.com/maximo/mif/creating-a-work-order-with-maximos-rest-api-framework-2/">Creating a work order with Maximo’s REST API framework</a> appeared first on <a href="https://www.maximotimes.com">Maximo Times</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.maximotimes.com/maximo/mif/creating-a-work-order-with-maximos-rest-api-framework-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Maximo REST API]]></series:name>
	</item>
		<item>
		<title>Query data with the Maximo REST API</title>
		<link>https://www.maximotimes.com/maximo/mif/query-data-with-the-maximo-rest-api/</link>
					<comments>https://www.maximotimes.com/maximo/mif/query-data-with-the-maximo-rest-api/#respond</comments>
		
		<dc:creator><![CDATA[Chon]]></dc:creator>
		<pubDate>Thu, 03 Nov 2011 12:05:03 +0000</pubDate>
				<category><![CDATA[MBO]]></category>
		<category><![CDATA[MEA]]></category>
		<category><![CDATA[MIF]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Maximo]]></category>
		<category><![CDATA[Integration Framework]]></category>
		<guid isPermaLink="false">https://interprosoft.dev-url.net/?p=8465</guid>

					<description><![CDATA[<p>The Maximo REST API is something really cool and really useful. I have spent a little time playing with it and it&#8217;s much easier to use than the MIF web services and SOAP. Although the integration framework is still useful in terms of importing data with interface tables, but the REST services are extremely useful [&#8230;]</p>
<p>The post <a href="https://www.maximotimes.com/maximo/mif/query-data-with-the-maximo-rest-api/">Query data with the Maximo REST API</a> appeared first on <a href="https://www.maximotimes.com">Maximo Times</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.maximotimes.com/maximo/mif/query-data-with-the-maximo-rest-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Maximo REST API]]></series:name>
	</item>
		<item>
		<title>Exclusive Look: Maximo REST web service API</title>
		<link>https://www.maximotimes.com/maximo/mif/exclusive-look-maximo-rest-web-service-api-2/</link>
					<comments>https://www.maximotimes.com/maximo/mif/exclusive-look-maximo-rest-web-service-api-2/#respond</comments>
		
		<dc:creator><![CDATA[Chon]]></dc:creator>
		<pubDate>Thu, 27 Oct 2011 19:09:17 +0000</pubDate>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Maximo]]></category>
		<category><![CDATA[MBO]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[MEA]]></category>
		<category><![CDATA[MIF]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Integration Framework]]></category>
		<category><![CDATA[7.5]]></category>
		<category><![CDATA[7.1]]></category>
		<guid isPermaLink="false">https://interprosoft.dev-url.net/?p=8463</guid>

					<description><![CDATA[<p>Here is an exclusive look at what I&#8217;ve found within Maximo&#8217;s integration framework. You won&#8217;t find this anywhere else on the web as this stuff is not documented by IBM for Maximo. The REST API can be found in Maximo versions 7.1.1.6 and up including Maximo 7.5. If you look in the directories where you [&#8230;]</p>
<p>The post <a href="https://www.maximotimes.com/maximo/mif/exclusive-look-maximo-rest-web-service-api-2/">Exclusive Look: Maximo REST web service API</a> appeared first on <a href="https://www.maximotimes.com">Maximo Times</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.maximotimes.com/maximo/mif/exclusive-look-maximo-rest-web-service-api-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Maximo REST API]]></series:name>
	</item>
	</channel>
</rss>
