get https://gss-dev.aylanetworks.com/groupsceneservice/v1/collections/shares/received.json
This API is used to retrieve the list of shared collections received by the current user.
[
{
"share": {
"user_email": "[email protected]"
"owner_profile": {
"email": "[email protected]"
"firstname": "Tom"
"lastname": "Daniel"
}
"owner_id": "4231a19e-7120-11eb-874c-acde48001122"
"created_at": "2021-02-18T16:25:44Z"
"accepted": true
"user_profile": {
"email": "[email protected]"
"firstname": "Jon"
"lastname": "Y"
}
"accepted_at": null,
"updated_at": "2021-02-18T16:42:11Z"
"user_id": "230a1f12-7120-11eb-874c-acde48001122"
"start_date_at": null
"grant_id": -1
"resource_id": "9055a3b8-4a5e-43e4-989a-cae97015c501"
"end_date_at": "2022-03-17T18:00:00Z"
"id": "3f5befe1-04e5-415c-94d0-79f7d90352b8"
"resource_name": "collection"
"operation": "read"
}
}
]