Skip to content

MngGetDealerRequest

Returns one request when the current session login belongs to its dealer pool. Available to SESSION_MANAGER, SESSION_ADMIN, and SESSION_DEALER sessions.

HTTP: GET /dealing/request/:id

Request

The id path parameter must be a positive integer.

{"command":"MngGetDealerRequest","id":42}

Response

{"request":{"id":42,"operation":0,"login":10001,"order":70001,"symbol":"EURUSD","cmd":0,"volume":100,"route_id":1,"route_step_position":0,"dealer_pool_id":3,"status":0,"assigned_dealer_login":0,"created_at":1785300000,"deadline_at":1785300030,"completed_at":0,"execution_result":0,"dealer_comment":""}}

Returns FORBIDDEN when the session login is not a member of the request's dealer pool.