Returns a list of organizations that has access to the file
Query parameters
Field Name | Type | Description |
---|---|---|
q | Mavryx/Types/String | Query |
a[] | Mavryx/Types/Array | Arguments |
sort[] | Mavryx/Types/Array | Sort |
start | Mavryx/Types/Integer | Start from |
limit | Mavryx/Types/Integer | How many items to return (default: 50) |
Example response
{
"header": {
"version": 20240101,
"endpoint": "/api/file/02202aff-8e06-4be4-b928-13b45f5587a9/share/organisation/list",
"referer": "https://swagger-dev.mavryx.software",
"raycast": "5d06f2af11af3b71ddae73a827fbc32d",
"request_id": "0bffb5478ea1f203e1ec75b1a138e905",
"response_id": "b474beeb6f8d8226fd487a71d362ebef",
"status": 200,
"message": "OK"
},
"response": {
"response_type": "list",
"type": "Mavryx/Share",
"items_count": 1,
"filtered_count": 1,
"total_count": 123,
"list": [
{
"uuid": "01102aff-8e06-4be4-b928-13b45f5587a9",
"type": "Mavryx/Share",
"created_time": 1712585913,
"updated_time": null,
"deleted_time": null,
"owner_account_uuid": "f5a033f9-3ba2-4a48-9db2-5bc91e1d58c5",
"file_uuid": "02202aff-8e06-4be4-b928-13b45f5587a9",
"shared_with_uuid": "f5a033f9-3ba2-4a48-9db2-5bc91e1d58c5",
"shared_type" : "ORGANISATION",
"shared_mode" : "READ"
},
]
}
}