POST api/tags/select
Request Information
URI Parameters
None.
Body Parameters
TagFilterCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ContentId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "f062b659-0e60-48f9-8dfd-43a1a4b84d90",
"ContentId": "8104cf48-2fb3-4c0e-8761-66ad048a98b1",
"Name": "sample string 1",
"UserId": "21348ebe-9a2d-4ca2-b28e-df16508a760a"
}
application/xml, text/xml
Sample:
<TagFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Content.Models.FilterCriteria"> <ContentId>8104cf48-2fb3-4c0e-8761-66ad048a98b1</ContentId> <Id>f062b659-0e60-48f9-8dfd-43a1a4b84d90</Id> <Name>sample string 1</Name> <UserId>21348ebe-9a2d-4ca2-b28e-df16508a760a</UserId> </TagFilterCriteriaDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.