Get Modified Information of Resources by CSQ

HTTPS Method

GET

URI

https://<server>/adminapi/resource?csqid={Id}&lastReSkillDetails

Example URI

https://<server>/adminapi/resource?csqid=2&lastReSkillDetails

Content Type

Application/XML, Application/JSON

HTTPS Success Code

200

HTTPS Failure Codes

400, 401, 403, 404, 405, 500

Error Codes

Success Response

https://<server fqdn>:/adminapi/resource?csqid=&lastReSkillDetails

Sample output XML—GET

Invoked by Supervisor
	<resource>
		 ..
		 ..
		 <lastReSkillDetails>
		        <timestamp>1516593630</timestamp>
		        <reskiller>Rick Barrows</reskiller>
		        <reskillerType>Supervisor</reskillerType>
	        </lastReSkillDetails>
	</resource>

Invoked by Admin
	<resource>
		 ..
		 ..
		  <lastReSkillDetails>
		        <timestamp>1516593630</timestamp>
		        <reskiller>Admin</reskiller>
		        <reskillerType>Administrator</reskillerType>
	        </lastReSkillDetails>
	</resource>
Note

PUT, POST, and DELETE methods are not supported. Corresponding error response will be returned.