GET api/SkillsLabel
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SkillsLabelsAPIName | Description | Type | Additional information |
---|---|---|---|
LabelID | string |
None. |
|
Title | string |
None. |
|
SVG | string |
None. |
|
Time | string |
None. |
|
id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "LabelID": "sample string 1", "Title": "sample string 2", "SVG": "sample string 3", "Time": "sample string 4", "id": 5 }, { "LabelID": "sample string 1", "Title": "sample string 2", "SVG": "sample string 3", "Time": "sample string 4", "id": 5 } ]
application/xml, text/xml
Sample:
<ArrayOfSkillsLabelsAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkillsLabel.Api.Models"> <SkillsLabelsAPI> <LabelID>sample string 1</LabelID> <SVG>sample string 3</SVG> <Time>sample string 4</Time> <Title>sample string 2</Title> <id>5</id> </SkillsLabelsAPI> <SkillsLabelsAPI> <LabelID>sample string 1</LabelID> <SVG>sample string 3</SVG> <Time>sample string 4</Time> <Title>sample string 2</Title> <id>5</id> </SkillsLabelsAPI> </ArrayOfSkillsLabelsAPI>