GET api/Blocked/UnBlockMentionsUrl
Request Information
URI Parameters
None.
Body Parameters
blockPost| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | integer |
None. |
|
| CompId | integer |
None. |
|
| BrandId | integer |
None. |
|
| SourceId | integer |
None. |
|
| SourceName | string |
None. |
|
| BlockedAuthor | string |
None. |
|
| TimeStamping | date |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Id": 1,
"UserId": 2,
"CompId": 3,
"BrandId": 4,
"SourceId": 5,
"SourceName": "sample string 6",
"BlockedAuthor": "sample string 7",
"TimeStamping": "2025-12-06T09:32:39.8258791+05:30"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.