Skip to main content
GET
/
api
/
v1
/
:team_slug
/
:app_slug
/
omnichannels
/
{parent_id}
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "created_at": "<string>",
      "field_type": "<string>",
      "id": "<string>",
      "market_id": "<string>",
      "parent_id": "<string>",
      "parent_type": "<string>",
      "preview": [
        "<string>"
      ],
      "relationships": [
        "<string>"
      ],
      "store_group_id": "<string>",
      "updated_at": "<string>",
      "value": "<string>"
    }
  ],
  "success": true,
  "total": 123,
  "total_pages": 123
}

Path Parameters

team_slug
string
required

Team slug

app_slug
string
required

App slug

parent_id
string
required

Parent ID

Query Parameters

page
integer

Page number

per_page
integer

Items per page

Response

OK

data
object[]
success
boolean
total
integer
total_pages
integer