other
Item Types
Returns the list of Item Types of the requested group. If no user is authenticated, returns the item types available for Figshare.
get/item_types
Query parameters
group_idinteger
Identifier of the group for which the item types are requested
Response
OK. An array of item types
Example response
[
{
"name": "journal contribution",
"string_id": "journal_contribution",
"icon": "paper",
"public_description": "This is the description of an item type",
"is_selectable": true,
"url_name": "journal_contribution"
}
]