Comment on page
Group works
You can group works with the
group_by
parameter:Or you can group using one the attributes below.
It's best to read about group by before trying these out. It will show you how results are formatted, the number of results returned, and how to sort results.
The
host_venue
and alternate_host_venues
properties have been deprecated in favor of primary_location
and locations
. The attributes host_venue
and alternate_host_venues
are no longer available in the Work object, and trying to access them in filters or group-bys will return an error.-
authorships.is_corresponding
(alias:is_corresponding
): this marks whether or not we have corresponding author information for a given work
Last modified 3d ago