---
title: "Get multiple ID4n properties"
method: GET
path: "/api/v1/multiple/id4ns/properties"
tags: ["Collections", "Guids"]
---

# Get multiple ID4n properties

`GET /api/v1/multiple/id4ns/properties`

Get a list of ID4n properties for the specified ID4ns.

## Query parameters

- `id4ns` string[], required
- `organizationId` string

## Response `200`

OK

- ListOfId4nProperties — A list of id4n properties
  - `list` Id4nProperties[] — A list containing the id4n with its properties.
    - `id4n` string — The ID4n
    - `properties` object — The properties of the ID4n

## Other responses

- `202` — Accepted
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method not allowed
- `406` — Not Acceptable
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

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