---
title: "listOrganizationDesignations"
method: GET
path: "/organizations/{organization}/designations"
tags: ["Designation"]
---

# listOrganizationDesignations

`GET /organizations/{organization}/designations`

Retrieves a list of all Designations related to the specified Organization

## Path parameters

- `organization` integer, required

## Query parameters

- `fields` 'city' | 'created_at' | 'description' | 'end_time' | 'external_reference_id' | 'goal' | 'id' | 'is_active' | 'is_complete' | 'is_default' | 'name' | 'organization_id' | 'postal_code' | 'start_time' | 'state' | 'updated_at'
- `page` integer
- `per_page` integer

## Response `200`

Success

- object
  - `current_page` integer — Index of current page
  - `data` object[] — Collection of Designations
    - `city` string, nullable — The name of the city associated with the Designation
    - `created_at` string, date-time — Date/time of initial record creation
    - `description` string, nullable — A brief description of the Designation
    - `end_time` string, nullable — Date/time that record ends
    - `external_reference_id` string, nullable — Primary identifier of associated Member
    - `goal` string, float, nullable — The fundraising goal for the Designation
    - `id` integer — Primary identifier of record
    - `is_active` boolean — Indicates whether Designation is active
    - `is_complete` boolean — Indicates whether Designation is complete
    - `is_default` boolean — Indicates whether this is the default Designation for the organization. Only one Designation per Organization can have this be true
    - `name` string, nullable — Name of the Designation, unique to this Organization
    - `organization_id` integer — Primary identifier of associated Organization
    - `postal_code` string, nullable — Postal code associated with the Designation
    - `start_time` string, nullable — Date/time that record starts
    - `state` string, nullable — Two-letter abbreviation of the state associated with the Designation
    - `updated_at` string, date-time — Date/time of last record update
  - `first_page_url` string, nullable — URL of first page of results
  - `from` integer, nullable — Index of first displayed result within total result set
  - `last_page` integer — Index of last page in result set
  - `last_page_url` string, nullable — URL of last page of results
  - `next_page_url` string, nullable — URL of next page of results
  - `path` string, nullable — URL of current page of results
  - `per_page` integer — Maximum number of records returned per page of results
  - `prev_page_url` string, nullable — URL of previous page of results
  - `links` PaginationLink[] — Collection of objects representing pages {label, URL, active} that can be used to request the associated page of records.
    - `label` string — Identifier of the page.
    - `url` string, nullable — URL that can be used to fetch associated page of records.
    - `active` boolean — Identifies whether the previously requested page matches the page this link object references.
  - `to` integer, nullable — Index of last displayed result within total result set
  - `total` integer — Total count of records in result set

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Organization not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/versions/d22bb925eeed/schema)
