<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://sdk.wialon.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://sdk.wialon.com/wiki/feed.php">
        <title>Wialon development portal: unlock the potential of API and SDK en:local:remoteapi1604:apiref:item</title>
        <description></description>
        <link>https://sdk.wialon.com/wiki/</link>
        <image rdf:resource="https://sdk.wialon.com/wiki/lib/tpl/arctic/images/favicon.ico" />
       <dc:date>2026-04-06T04:12:27+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/add_log_record?rev=1385731860&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/delete_item?rev=1385731860&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/item?rev=1385731860&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_admin_field?rev=1458835099&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_custom_field?rev=1452000722&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_custom_property?rev=1385731860&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_measure_units?rev=1447083563&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_name?rev=1385731860&amp;do=diff"/>
                <rdf:li rdf:resource="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_profile_field?rev=1600149846&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://sdk.wialon.com/wiki/lib/tpl/arctic/images/favicon.ico">
        <title>Wialon development portal: unlock the potential of API and SDK</title>
        <link>https://sdk.wialon.com/wiki/</link>
        <url>https://sdk.wialon.com/wiki/lib/tpl/arctic/images/favicon.ico</url>
    </image>
    <item rdf:about="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/add_log_record?rev=1385731860&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T13:31:00+00:00</dc:date>
        <title>Logging</title>
        <link>https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/add_log_record?rev=1385731860&amp;do=diff</link>
        <description>Logging

To add a log record, use the command item/add_log_record: 


svc=item/add_log_record&amp;params={&quot;itemId&quot;:&lt;long&gt;,
				&quot;action&quot;:&lt;text&gt;,
				&quot;newValue&quot;:&lt;text&gt;,
				&quot;oldValue&quot;:&lt;text&gt;}


Parameters
 Name  Description  itemId  item ID  action  action (see the list below)</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/delete_item?rev=1385731860&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T13:31:00+00:00</dc:date>
        <title>Delete</title>
        <link>https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/delete_item?rev=1385731860&amp;do=diff</link>
        <description>Delete

To delete an item, use the command item/delete_item: 


svc=item/delete_item&amp;params={&quot;itemId&quot;:&lt;long&gt;}


:!: You can find an example of this request in the sample Creating, editing and deleting items.

Parameters
 Name  Description  itemId  item ID 
Response


{}	/* empty object if execution successful, if not - error code */</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/item?rev=1385731860&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T13:31:00+00:00</dc:date>
        <title>Items</title>
        <link>https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/item?rev=1385731860&amp;do=diff</link>
        <description>Items

Items in Wialon can be Units, Unit groups, Users, Retranslators, Resources (Accounts), and Routes. This chapter describes general commands which can be applied to any of these items. Creating items was described in the chapter Core.
. index</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_admin_field?rev=1458835099&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-24T15:58:19+00:00</dc:date>
        <title>Administrative fields</title>
        <link>https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_admin_field?rev=1458835099&amp;do=diff</link>
        <description>Administrative fields

To crreate, update or delete administrative fields, use the command item/update_admin_field: 


svc=item/update_admin_field&amp;params={&quot;itemId&quot;:&lt;long&gt;,
				    &quot;id&quot;:&lt;long&gt;,		
				    &quot;callMode&quot;:&lt;text&gt;,
				    &quot;n&quot;:&lt;text&gt;,
				    &quot;v&quot;:&lt;text&gt;}</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_custom_field?rev=1452000722&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-05T13:32:02+00:00</dc:date>
        <title>Custom fields</title>
        <link>https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_custom_field?rev=1452000722&amp;do=diff</link>
        <description>Custom fields

To update custom fields, use the command item/update_custom_field: 


svc=item/update_custom_field&amp;params={&quot;itemId&quot;:&lt;long&gt;,
				     &quot;id&quot;:&lt;long&gt;,		
				     &quot;callMode&quot;:&lt;text&gt;
				     &quot;n&quot;:&lt;text&gt;,
				     &quot;v&quot;:&lt;text&gt;}


Parameters
 Name</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_custom_property?rev=1385731860&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T13:31:00+00:00</dc:date>
        <title>Custom properties</title>
        <link>https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_custom_property?rev=1385731860&amp;do=diff</link>
        <description>Custom properties

Create/update property

To create a new custom property for an item or update an existed one, use the command item/update_custom_property: 


svc=item/update_custom_property&amp;params={&quot;itemId&quot;:&lt;long&gt;,
					&quot;name&quot;:&lt;text&gt;,
				 	&quot;value&quot;:&lt;text&gt;}</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_measure_units?rev=1447083563&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-11-09T15:39:23+00:00</dc:date>
        <title>Conversion</title>
        <link>https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_measure_units?rev=1447083563&amp;do=diff</link>
        <description>Conversion

To convert an item to another measurement, use the command item/update_measure_units:


svc=item/update_measure_units&amp;params={&quot;itemId&quot;:&lt;long&gt;,
				      &quot;type&quot;:&lt;uint&gt;,
				      &quot;flags&quot;:&lt;uint&gt;}


Parameters
 Name  Description  itemId  item ID</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_name?rev=1385731860&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T13:31:00+00:00</dc:date>
        <title>Rename</title>
        <link>https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_name?rev=1385731860&amp;do=diff</link>
        <description>Rename

To rename an item, use the command item/update_name: 


svc=item/update_name&amp;params={&quot;itemId&quot;:&lt;long&gt;,
			     &quot;name&quot;:&lt;text&gt;}


Parameters
 Name  Description  itemId  item ID  name  new name (at least 4 characters) 
Response


{
	&quot;nm&quot;:&lt;text&gt;	/* item new name */
}</description>
    </item>
    <item rdf:about="https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_profile_field?rev=1600149846&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-15T06:04:06+00:00</dc:date>
        <title>Profile fields</title>
        <link>https://sdk.wialon.com/wiki/en/local/remoteapi1604/apiref/item/update_profile_field?rev=1600149846&amp;do=diff</link>
        <description>Profile fields

To update profile fields, use the command item/update_profile_field: 


svc=item/update_profile_field&amp;params={&quot;itemId&quot;:&lt;long&gt;,
				     &quot;n&quot;:&lt;text&gt;,
				     &quot;v&quot;:&lt;text&gt;}


Parameters
 Name  Description  itemId  item ID  n  custom field name</description>
    </item>
</rdf:RDF>
