selected and expired as their own fields, so the name is the name./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/{{domain}}/timeframes/list' \
--header 'Authorization: Bearer <token>'[
{
"timeframe": "string",
"domain": "string",
"user": "string",
"selected": "string",
"expired": "string"
}
]