---
title: "Find opportunities"
method: GET
path: "/opportunities"
tags: ["Opportunity API:Opportunities"]
---

# Find opportunities

`GET /opportunities`

## Query parameters

- `Active` boolean
- `OwnerId` integer[]
- `CompanyId` integer[]
- `WorkTypeId` integer[]
- `UserGroupId` integer[]
- `EstimatedClose` string[]
- `CreatedAt` string[]
- `UpdatedAt` string[]
- `Offset` integer
- `Limit` integer

## Response `200`

List of opportunity matching the specified criteria

- OpportunityListRepresentation
  - `items` OpportunitySummaryModel[], nullable
    - `opportunityId` string, uuid
    - `opportunityTitle` string, nullable
    - `company` integer
    - `contact` integer, nullable
    - `workType` integer, nullable
    - `currentStage` OpportunityStageModel
      - `stageId` string, uuid, nullable
      - `name` string, nullable
      - `active` boolean
    - `value` OpportunityValueModel
      - `value` number, double, nullable
    - `estimatedClose` string, date-time, nullable
    - `owners` integer[], nullable
    - `additionalInformation` string, nullable
    - `createdBy` integer
    - `createdAt` string, date-time, nullable
    - `updatedBy` integer
    - `updatedAt` string, date-time, nullable
  - `totalCount` integer, required
  - `links` PageLinks
    - `first` string, uri, nullable
    - `prev` string, uri, nullable
    - `next` string, uri, nullable
    - `last` string, uri, nullable

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
