| Parameter | Value | Example value | 
|---|---|---|
| success | command executed successfully | 0 = fout 1 = command executed successfully | 
| command_response_message | Error Only sent when value parameter success = 0 | incorrect password | 
| total_count | Totaal amount push requests. Only sent when value parameter success = 1 | 20 | 
| id_X | push ID. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | 32338 | 
| cloudbox_X | Cloudbox ID. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | 35 | 
| from_client_X | From client id. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | 1 | 
| to_client_X | To client id. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | 2 | 
| status_X | Push request status. "pending", "approved", "refused" en "cancelled" are possible values. De X loopt van 1 tot en met de waarde van total_count Only sent when value parameter success = 1 | pending | 
| echo $versio['id_'.$teller]; ?> | echo $versio['cloudbox_'.$teller]; ?> | echo $versio['from_client_'.$teller]; ?> | echo $versio['to_client_'.$teller]; ?> | echo $versio['to_client_'.$teller]; ?> | echo $versio['status_'.$teller]; ?> |