---
title: "GET /v1/profile"
method: GET
path: "/v1/profile"
tags: ["RFP"]
---

# GET /v1/profile

`GET /v1/profile`

## Query parameters

- `entity_id` string
- `search_term` string
- `subject_area` string[]
- `population_served` string[]
- `geographic_area` string[]
- `page_number` integer
- `size` integer
- `sort_order` 'asc' | 'desc'
- `sort_type` string

## Response `200`

OK

- OpportunityProfileListResponse
  - `results_count` integer
  - `total_page_count` integer
  - `current_page` integer
  - `row_count` integer
  - `opportunities` OpportunityProfile[], nullable
    - `id` string, nullable
    - `title` string, nullable
    - `description` string, nullable
    - `amount` string, nullable
    - `currency` string, nullable
    - `deadline` string, nullable
    - `deadline_text` string, nullable
    - `email` string, nullable
    - `url` string, nullable
    - `taxonomy_codes` string[], nullable
    - `taxonomy_hierarchy` string[], nullable
    - `opportunity_date_added` string, nullable
    - `type` string[], nullable
    - `applicant_type` string[], nullable
    - `funder_admin1` string, nullable
    - `funder_city` string, nullable
    - `funder_country_code` string, nullable
    - `funder_country_name` string, nullable
    - `funder_name` string, nullable
    - `funder_id` string, nullable
    - `funder_location` integer[], nullable
    - `funder_seal` SealModel
      - `seal` string, nullable
      - `year` string, nullable
      - `image` string, nullable
      - `description` string, nullable
    - `geo` integer[], nullable
    - `geo_names` string[], nullable
    - `geo_location_name` string[], nullable
    - `limitations_text` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/candid/apis/rfpapi.md) · [All operations](https://skmtc.dev/candid/apis/rfpapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/candid/rfpapi/revisions/bb9133e46de6/schema)
