GET restapi/administration/customlabels/v1
Get custom labels
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Itsolutions.Itslearning.Web.Areas.Administration.CustomLabels.Models.BaseCustomLabelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Color | string |
None. |
|
| LabelsSummary | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"color": "sample string 4",
"labelsSummary": "sample string 5"
},
{
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"color": "sample string 4",
"labelsSummary": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfBaseCustomLabelModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Itsolutions.Itslearning.Web.Areas.Administration.CustomLabels.Models">
<BaseCustomLabelModel>
<Color>sample string 4</Color>
<Description>sample string 3</Description>
<Id>1</Id>
<LabelsSummary>sample string 5</LabelsSummary>
<Name>sample string 2</Name>
</BaseCustomLabelModel>
<BaseCustomLabelModel>
<Color>sample string 4</Color>
<Description>sample string 3</Description>
<Id>1</Id>
<LabelsSummary>sample string 5</LabelsSummary>
<Name>sample string 2</Name>
</BaseCustomLabelModel>
</ArrayOfBaseCustomLabelModel>