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": "67d5ef8f-d203-43a7-ab96-2f5213e709d0",
"ContentId": "0d1e71be-a267-4284-b499-f51747f9fb7f",
"Name": "sample string 1",
"UserId": "86d2e640-2fe3-4927-a6b4-6a32d82326b1"
}
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>0d1e71be-a267-4284-b499-f51747f9fb7f</ContentId> <Id>67d5ef8f-d203-43a7-ab96-2f5213e709d0</Id> <Name>sample string 1</Name> <UserId>86d2e640-2fe3-4927-a6b4-6a32d82326b1</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.