Retrieve positions for a member
Retrieves paginated set of positions for a member or company
| URL: | https://api.trademe.co.nz/v1/Jobs/Positions.{file_format} | 
|---|---|
| HTTP Method: | GET | 
| Requires Authentication? | Yes | 
| Permission Required: | MyTradeMeRead: Read your membership & listing data. | 
| Supported Formats: | XML, JSON | 
| Rate Limited? | Yes | 
URL parameters
| file_format | Enumeration (required) | The format of the response. | ||||
|---|---|---|---|---|---|---|
| 
 | ||||||
Query String parameters
| archived | Boolean (optional) | Filter to include or exclude archived positions. | 
|---|---|---|
| company_id | Integer (optional) | Filter to retrieve the positions for a company. | 
| current | Boolean (optional) | Filter to include or exclude current positions. | 
| page | Integer (optional) | The page of results to return, defaults to 1. | 
| rows | Integer (optional) | The number of results to return, defaults to 20 with a max of 500. | 
Returns
<PositionsCollection>
Positions accessible by the member
| TotalCount | Integer | The total number of results in the collection. Can be larger than the number of returned results. | |||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Page | Integer | The index of the current page of results (starts at 1). | |||||||||||||||||||||||||||||||||||||||||||||||||
| PageSize | Integer | The number of results in the current page. | |||||||||||||||||||||||||||||||||||||||||||||||||
| List | Collection of <PositionSummary> or null | A list of the results in the current page. | |||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||
| Counts | <PositionCounts> or null | Counts of positions | |||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||
