© 2026 Clarivate
GET /api/.../labelconfigurations/{labelTypeID}/contenttypes
Returns available content type options for a label configuration.
| Name | Description | Type |
|---|---|---|
| labelTypeID | The ID of the label configuration. | Integer |
[
{
"ContentTypeID": 1,
"ContentTypeName": "Bibliographic"
},
{
"ContentTypeID": 2,
"ContentTypeName": "Item"
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |