AM/FA/Inv - Get Position Details

Details

/external/v1/position

Synopsis

Get Position Details

get

This route is used to retrieve the details of positions, given a set of search filters. This endpoint is paginated, up to 100 records can be retrieved per call. This endpoint can be called by applications with access to scope "readPosition".

Required scopes
This endpoint requires the following scopes:
  • : readPosition
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
pageSizenumberOptional

The number of rows being retrieved. Must be a positive integer.

offsetnumberOptional

The offset (i.e. row start index). Must be a positive integer (or 0).

positionIdsFilterstringOptional

The comma delimited list of position ids to filter the position records. Up to 100 records can be provided. Each record should not exceed 12 characters.

Example: USCCWSF01I00,USCCWSF01I01
Responses
200

Successfully retrieved the position details

application/json
get
/external/v1/position

Last updated

Was this helpful?