Label Configurations

Get Available Content Types

GET /api/.../labelconfigurations/{labelTypeID}/contenttypes

Returns available content type options for a label configuration.

Request Information

Parameters
Name Description Type
labelTypeID The ID of the label configuration. Integer

Response Information

Example
application/json, text/json
[
  {
    "ContentTypeID": 1,
    "ContentTypeName": "Bibliographic"
  },
  {
    "ContentTypeID": 2,
    "ContentTypeName": "Item"
  }
]

HTTP Response Codes

Code Description
200 OK. Success