List handle service handles
Returns the list of Ids of all handles registered by handle service.
This operation requires handle_service_list_handles privilege
or oz_handle_services_list_relationships admin privilege.
Example cURL requests
Get handle services handles
curl -u username:password -X GET \
https://$HOST/api/v3/handle_services/13c6bf68ed88dd01f396571f976b148d/handles
{
"handles": [
"0fe7c8a20ffdf07480c46f084bc3b8d5",
"302da048de67e2ea05f0af1d0fe7c8a2"
]
}
Path parameters
| Parameter | Type & Description |
|---|---|
| id required | string Handle service Id. |
Request Examples
onezone-rest-cli getHandleServicesHandles id=33f5e5925f6ec7ddf8f68516b2980fdbResponses
The list of handle identifiers (Onedata internal GUIDs).
| Property | Type & Description |
|---|---|
handles array of strings The list of handle Ids. | |
Example
{
"handles": [
"1d24c36707d99197c6cd995810a43aca",
"6825604b0eb6a47b8b7a04b6369eb24d"
]
}Invalid request.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Authentication error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Authorization error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Resource not found.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Internal server Error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}