POST api/tag/items/get
Request Information
URI Parameters
None.
Body Parameters
Collection of TagItemVersion| Name | Description | Type | Additional information |
|---|---|---|---|
| TagId | globally unique identifier |
None. |
|
| TagItemId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"TagId": "eb65b3cf-fc0e-42fb-add7-252e01740c56",
"TagItemId": 2
},
{
"TagId": "eb65b3cf-fc0e-42fb-add7-252e01740c56",
"TagItemId": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfTagItemVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppsAPI_DotNETFramework.Controllers">
<TagItemVersion>
<TagId>eb65b3cf-fc0e-42fb-add7-252e01740c56</TagId>
<TagItemId>2</TagItemId>
</TagItemVersion>
<TagItemVersion>
<TagId>eb65b3cf-fc0e-42fb-add7-252e01740c56</TagId>
<TagItemId>2</TagItemId>
</TagItemVersion>
</ArrayOfTagItemVersion>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.