/list is a suffix that can be appended to a collection path. It differs from the ordinary read in two ways:/list is authorised by the list privilege rather than read, so a scope that may not read the full record can still enumerate the collection. /list and /count share that one privilege./list to the keyed path returns the same reduced shape for a single record — which is how a scope holding list but not read retrieves one.Authorization: Bearer ********************curl --location --globoff 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{}/users/{}/meetings/list' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"meeting-name": "string",
"domain": "string",
"user": "string",
"meeting-schedule-start-datetime": "string"
}
]