Retrieve Dynamic Memory Details

Returns the details of a Dynamic Memory file for a provided Dynamic Memory ID.

Method Type URI
GET v90/ws/dynamicMemory/{dynamicMemoryId}.ws

URI Parameters

Parameter Description Type
dynamicMemoryId The dynamic memory file ID. Integer

Sample Response

Success

HTTP Status Code: 200

Response Body:

<dynamicMemory>
<memoryName>aa_dm1</memoryName>
<memoryId>1</memoryId>
<fileId>1</fileId>
<size>10</size>
<lifeCycleStage>DEPLOYED</lifeCycleStage>
<memoryDescription></memoryDescription>
<refId1></refId1>
<refId2></refId2>
<action>NONE</action>
<memories>
<memorySegment>
<name>aa_seg1</name>
<description></description>
<offset>0x0001</offset>
<size>3</size>
<content>000000</content>
<color>#ff83f2</color>
<saot>false</saot>
</memorySegment>
</memories>
<memoryType>2</memoryType>
</dynamicMemory>

Failure

HTTP Status Code: 404

Response Body: Unable to find dynamic memory.