v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
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

idinteger required

The ID of the item type.

namestring required

The name of the item type

string_idstring required

The string identifier of the item type.

iconstring required

The string identifying the icon of the item type.

public_descriptionstring required

The description of the item type.

is_selectableboolean required

The selectable status

url_namestring required

The URL name of the item type.

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"
  }
]