List all employments
GET {{baseUrl}}/api/br/employments/?page=1&link=uuid
Get a paginated list of all existing employments in your Belvo account. By default, we return up to 100 results per page.
Request Params
| Key | Datatype | Required | Description |
| page
| number | | |
| link
| string | | (Required) The link.id
you want to filter by. |
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"count":130,"next":"http://oyTkVKiZirCSAkXZFoSfsGEfrlxK.bpHYKA2gOi","previous":null,"results":[{"id":"fb7f01eb-99ca-409f-8fcd-3cf0d0452e1d","link":"2ccd5e15-194a-4a19-a45a-e7223c7e6717","created_at":"2020-04-23T21:32:55.336854+00:00","collected_at":"2020-04-23T21:32:55.336854+00:00","start_date":"2022-01-01","end_date":"2023-01-01","employer_data":{"name":"Wayne Industries","code":"49430669","economic_activity":"6421-2 - BANCOS COMERCIAIS"},"occupations":[{"start_date":"2022-01-01","end_date":"2023-01-01","description":"ANALISTA DE PRODUTOS BANCARIOS","name":"ANALISTA DE PRODUTOS BANCARIOS - 2525-40","locale":"Urbana"},{"start_date":"2022-01-01","end_date":"2023-01-01","description":"ANALISTA DE PRODUTOS BANCARIOS","name":"ANALISTA DE PRODUTOS BANCARIOS - 2525-40","locale":"Urbana"}],"salaries":[{"base_amount":1033.09,"retained_amount":53193448.83509326,"month":"2022-01","currency":"BRL"},{"base_amount":1033.09,"retained_amount":79635062.2566044,"month":"2022-01","currency":"BRL"}]},{"id":"2ccd5e15-194a-4a19-a45a-e7223c7e6717","link":"2ccd5e15-194a-4a19-a45a-e7223c7e6717","created_at":"2020-04-23T21:32:55.336854+00:00","collected_at":"2020-04-23T21:32:55.336854+00:00","start_date":"2022-01-01","end_date":"2023-01-01","employer_data":{"name":"Wayne Industries","code":"49430669","economic_activity":"6421-2 - BANCOS COMERCIAIS"},"occupations":[{"start_date":"2022-01-01","end_date":"2023-01-01","description":"ANALISTA DE PRODUTOS BANCARIOS","name":"ANALISTA DE PRODUTOS BANCARIOS - 2525-40","locale":"Urbana"},{"start_date":"2022-01-01","end_date":"2023-01-01","description":"ANALISTA DE PRODUTOS BANCARIOS","name":"ANALISTA DE PRODUTOS BANCARIOS - 2525-40","locale":"Urbana"}],"salaries":[{"base_amount":1033.09,"retained_amount":-40601766.124057725,"month":"2022-01","currency":"BRL"},{"base_amount":1033.09,"retained_amount":-22697097.980100796,"month":"2022-01","currency":"BRL"}]}]}