You can pass a list of fields you want returned in your call. For example, to get just the name of a project: https://www.geni.com/api/project-6?fields=name.
false
ids
Array of Strings
You can select a group of profiles on specific urls. For example: https://www.geni.com/api/profile?ids=101,31534,145 returns profile data for all three ids.
false
Returned Fields
Name
Type
Description
created_at
String
Timestamp of when the project was created
description
String
The project's description
id
String
The project's id
name
String
The project's name
updated_at
String
Timestamp of when the project was last updated
url
String
The api url of the project
Note: Blank fields will not be returned to save bandwidth.