Skip to main content

List all relations

List all relations

Responses

A successful response.


Schema
    relations object[]
  • Array [
  • id string
    createdAt date-time

    The time the relation was created.

    updatedAt date-time

    The time the relation was last updated.

    subjectSubRelation string
    relation string
    object objectnamespace:id
    subject subjectnamespace:id
  • ]
GET /v1beta1/admin/relations

Authorization

name: Basic type: httpdescription: use Client ID as username and Client Secret as passwordin: headerscheme: basic

Request

Base URL
http://127.0.0.1:7400
Security Scheme
Username
Password
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/admin/relations' \
-H 'Accept: application/json'