<?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/"
	>

<channel>
	<title>Author Archives : Binary Bits</title>
	<atom:link href="https://blog.binarybits.net/tag/author/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.binarybits.net/tag/author/</link>
	<description>Bits &#38; Pieces - A blog by Kannan Balasubramanian</description>
	<lastBuildDate>Fri, 05 May 2017 06:22:52 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Get SharePoint Item&#8217;s Author Details using REST</title>
		<link>https://blog.binarybits.net/get-sharepoint-items-author-details-using-rest/</link>
					<comments>https://blog.binarybits.net/get-sharepoint-items-author-details-using-rest/#respond</comments>
		
		<dc:creator><![CDATA[Kannan]]></dc:creator>
		<pubDate>Fri, 05 May 2017 04:49:49 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[Author Fields]]></category>
		<guid isPermaLink="false">https://blog.binarybits.net/?p=825</guid>

					<description><![CDATA[<p>When we fetch document details from the SharePoint, sometimes we may need to get the Author details as well. By default when we do ODATA REST query, we will get only Authorid with a number as a result. To get Author&#8217;s additional details we may need to expand the selected item as show below. https://server/sites/sitecollection/_api/web/Lists/GetByTitle('Documents')/Items?$select=Author/Title,Author/Name,Author/EMail,Author/MobilePhone,Author/SipAddress,Author/Department,Author/JobTitle,Author/FirstName,Author/LastName,Author/WorkPhone,Author/UserName,Author/Office,Author/ID,Author/Modified,Author/Created,*&#38;amp;$expand=Author [&#8230;]</p>
<p>The post <a href="https://blog.binarybits.net/get-sharepoint-items-author-details-using-rest/">Get SharePoint Item&#8217;s Author Details using REST</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When we fetch document details from the SharePoint, sometimes we may need to get the Author details as well. By default when we do ODATA REST query, we will get only <em>Authorid</em> with a number as a result.</p>
<p>To get Author&#8217;s additional details we may need to expand the selected item as show below.</p>
<pre class="wrap:true lang:xhtml decode:true " title="REST Call to fetch Document items with author details">https://server/sites/sitecollection/_api/web/Lists/GetByTitle('Documents')/Items?$select=Author/Title,Author/Name,Author/EMail,Author/MobilePhone,Author/SipAddress,Author/Department,Author/JobTitle,Author/FirstName,Author/LastName,Author/WorkPhone,Author/UserName,Author/Office,Author/ID,Author/Modified,Author/Created,*&amp;amp;$expand=Author</pre>
<p>Following list show all the valid Author fields</p>
<ol>
<li>Title</li>
<li>Name</li>
<li>EMail</li>
<li>MobilePhone</li>
<li>SipAddress</li>
<li>Department</li>
<li>JobTitle</li>
<li>FirstName</li>
<li>LastName</li>
<li>WorkPhone</li>
<li>UserName</li>
<li>Office</li>
<li>ID</li>
<li>Modified</li>
<li>Created</li>
</ol>
<p>Source: <a href="https://social.technet.microsoft.com/wiki/contents/articles/31210.sharepoint-2013-get-user-details-from-person-or-group-field-using-rest-api.aspx" target="_blank" rel="noopener noreferrer">https://social.technet.microsoft.com/wiki/contents/articles/31210.sharepoint-2013-get-user-details-from-person-or-group-field-using-rest-api.aspx</a></p>
<p>The post <a href="https://blog.binarybits.net/get-sharepoint-items-author-details-using-rest/">Get SharePoint Item&#8217;s Author Details using REST</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.binarybits.net/get-sharepoint-items-author-details-using-rest/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: blog.binarybits.net @ 2026-04-23 06:41:11 by W3 Total Cache
-->