public method IOpenPositionsManager.getOpenPosition

Overview

Gets a data of a particular open position by ID

Declaration

function getOpenPosition(positionId)
public OpenPosition getOpenPosition(String positionId);
public OpenPosition getOpenPosition(string positionId);

Parameters

Name Description
positionId A parameter that represents the unique identifier of the open position that the function should retrieve data for

Returns

The method returns a data of a particular open position by ID

Details

Declared in IOpenPositionsManager