---
title: "Search Sync Groups by ID"
method: GET
path: "/syncgroup/{syncGroupId}"
tags: ["syncGroup"]
---

# Search Sync Groups by ID

`GET /syncgroup/{syncGroupId}`

Get the Sync Group object specified by the provided syncGroupId

## Path parameters

- `syncGroupId` integer, required

## Response `200`

successful operation

- SyncGroup — Class SyncGroup
  - `syncGroupId` integer — The ID of this Entity
  - `name` string — The name of this Entity
  - `createdDt` string — The datetime this entity was created
  - `modifiedDt` string, nullable — The datetime this entity was last modified
  - `modifiedBy` integer — The ID of the user that last modified this sync group
  - `modifiedByName` string — The name of the user that last modified this sync group
  - `ownerId` integer — The ID of the owner of this sync group
  - `owner` string — The name of the owner of this sync group
  - `syncPublisherPort` integer — The publisher port number
  - `syncSwitchDelay` integer — The delay (in ms) when displaying the changes in content
  - `syncVideoPauseDelay` integer — The delay (in ms) before unpausing the video on start.
  - `leadDisplayId` integer — The ID of the lead Display for this sync group
  - `leadDisplay` string — The name of the lead Display for this sync group
  - `folderId` integer — The id of the Folder this Sync Group belongs to
  - `permissionsFolderId` integer — The id of the Folder responsible for providing permissions for this Sync Group

---

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