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": "9d9a1e98-81f9-4ef4-9848-1dfeead162b4",
"ContentId": "35525a1f-2cfb-4163-a134-b5add196c469",
"Name": "sample string 1",
"UserId": "d397d748-501a-4dcd-af58-47da1c5b5520"
}
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>35525a1f-2cfb-4163-a134-b5add196c469</ContentId> <Id>9d9a1e98-81f9-4ef4-9848-1dfeead162b4</Id> <Name>sample string 1</Name> <UserId>d397d748-501a-4dcd-af58-47da1c5b5520</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.