Skip to main content
GET
/
view-specific
/
{customerId}
/
relations
{
  "data": [
    {
      "id": "<string>",
      "userId": "<string>",
      "resourceId": "<string>",
      "relationType": "<string>",
      "email": "<string>"
    }
  ],
  "pageInfo": {
    "first": true,
    "last": true
  },
  "totalCount": 123,
  "currentPage": 123,
  "totalPages": 123
}

Path Parameters

customerId
string
required

Query Parameters

pageInfo
object

the page info

order
object

the sort options

userId
string
types
string[]

Response

200 - application/json
data
object[]
required

the list of items in the page

pageInfo
object
required

the page info

totalCount
number
required

the total number of items

currentPage
number
required

the current page

totalPages
number
required

the total number of pages