Skip to main content

List all relations

List all relations

Query Parameters
    subject string

    The subject to filter by.

    object string

    The object to filter by.

Responses

A successful response.


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

    The time the relation was created.

    updated_at date-time

    The time the relation was last updated.

    subject_sub_relation 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
subject — query
object — query
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/admin/relations' \
-H 'Accept: application/json'