---
title: "Retrieve a list of organization source systems"
method: GET
path: "/organizations-source-systems"
tags: ["organizations-source-systems"]
---

# Retrieve a list of organization source systems

`GET /organizations-source-systems`

Returns a list of organization source system mappings

## Query parameters

- `$limit` integer
- `$skip` integer
- `$sort` object
- `filter` OrganizationsSourceSystems
  - `id` string, required — Unique identifier for the organization source system mapping
  - `organization_id` string, required — The ID of the DDM organization
  - `source_system` 'sp', required — The name of the source system
  - `source_system_id` string, required — The ID of the organization in the source system
  - `created_at` string, date-time — Creation date of the mapping
  - `updated_at` string, date-time — Last update date of the mapping

## Response `200`

A list of OrganizationSourceSystem objects

- OrganizationsSourceSystemsList
  - `total` number — Total number of items
  - `limit` number — Number of items per page
  - `skip` number — Number of items skipped
  - `data` OrganizationsSourceSystems[]
    - `id` string, required — Unique identifier for the organization source system mapping
    - `organization_id` string, required — The ID of the DDM organization
    - `source_system` 'sp', required — The name of the source system
    - `source_system_id` string, required — The ID of the organization in the source system
    - `created_at` string, date-time — Creation date of the mapping
    - `updated_at` string, date-time — Last update date of the mapping

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

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