GET api/claimtags/{claimtagid}/claimtagitems
Gets a collection of Claim tag items for a claim tag
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| claimtagid |
claim tag id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of claim tag items
Collection of ClaimTagItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemText |
Gets or sets the item text of the claim tag item resource |
string |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
[
{
"url": "sample string 2",
"id": 3,
"itemText": "sample string 1"
},
{
"url": "sample string 2",
"id": 3,
"itemText": "sample string 1"
}
]