Movedigital.mobiles.getListUser

From MoveDigital Docs

Table of contents

Arguments

Calls are POSTed to http://www.movedigital.com/services/rest/ and should include the following arguments

  • method (required) - Must be set to: movedigital.mobiles.getListUser
  • userid (required) - The userid of the MoveDigital account.
  • sessionid (required) - The sessionid for the current session.
  • session (required) - The current session value for the sessionid.

Example Responses

  • Success
<?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
	<method>movedigital.mobiles.getListUser</method>
	<format>rest</format>
	<mobiles>
		<mobile mobileid="84" fileid="3423" mobileurl="rtsp://mobile.movedigital.com/foo/123/foo.mov.3gp" 
			 mobilesize="734234" mobilestatus="active" /> 
	</torrents>
	<messages>
	</messages>
</rsp>
  • Error
<?xml version="1.0" encoding="utf-8" ?>
<rsp stat="fail">
	<method>movedigital.mobiles.getListUser</method>
	<errors>
		<error code="99" msg="User is not signed in." />
	</errors>
</rsp>

Error Codes

  • 99 - User not signed in.
  • 109 - Service is currently unavailable.

Live REST Demo

Navigation