No description available.
Parameters
Output
Encoding
application/jsonrelationships
array
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"relationships": {
"type": "array",
"items": {
"ref": "at.ducs.relationships.defs#relationship",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 20
},
"beforeDid": {
"type": "string",
"format": "did"
}
}
}
}