"Postponed by User" is not returned

Hi folks,

if I start an action with a message for the user and the user is postponing the action then the action always returns the status “Waiting for user to respond to message.”

https://localhost:52311/api/action/60910/status

<?xml version="1.0" encoding="UTF-8"?>
<BESAPI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="BESAPI.xsd">
	<ActionResults Resource="https://localhost:52311/api/action/60910/status">
		<ActionID>60910</ActionID>
		<Status>Open</Status>
		<DateIssued>Tue, 02 May 2017 11:51:53 +0000</DateIssued>
		<Computer ID="2547196" Name="myClient">
			<Status>Waiting for user to respond to message.</Status>
			<State IsError="0">8</State>
			<ApplyCount>0</ApplyCount>
			<RetryCount>0</RetryCount>
			<LineNumber>0</LineNumber>
		</Computer>
	</ActionResults>
</BESAPI>

Why do I not get the “Postponed by User” status (22)?

I want to know if the user has postponed the action, so how can I get this information if not with the action status?

Thanks
Daniel