get
https://gateway.remote.com/v1/employments/bulk
Lists full-detail employments for the company scope, page-by-page via an opaque cursor.
Each employment is the same shape returned by Show employment, except files are excluded
to avoid a per-employment file lookup; use the Show employment endpoint to fetch files for
a specific employment. The files field is always null on this endpoint.
Pass the next_cursor value from a page's response as the cursor query parameter to fetch
the next page. next_cursor is null once the last page has been reached.
Authentication
This endpoint accepts any one of the following token types:
- Company-scoped access token (
OAuth2AuthorizationCode) — obtained through the Authorization Code flow or the Refresh Token flow. See Authentication for partners. - Client credentials access token (
OAuth2ClientCredentials) — obtained through the Client Credentials flow or the Refresh Token flow. See Authentication for partners. - Customer API token (
CustomerAPIToken) — generated by the customer on their Integration Settings page. See Authorization for customers.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
Manage employments (employments) | View employments (employment:read) | Manage employments (employment:write) |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Callback