You can pass a list of fields you want returned in your call. For example, to get just the status of a union: https://www.geni.com/api/union-12276689?fields=status.
false
ids
Array of Strings
You can select a group of unions on specific urls. For example: https://www.geni.com/api/union?ids=101,31534,145 returns union data for all three ids.
false
only_ids
Boolean
The returned data structures will contain urls to other objects in our system unless the request includes 'only_ids=true.' Passing only_ids will force the system to return ids only.
false
Returned Fields
Name
Type
Description
adopted_children
Array of Strings
Subset of the children array, indicating which children are adopted
children
Array of Strings
Array of children in the union (urls or ids, if requested)