GET FollowedLogs/Delete
Request Information
URI Parameters
None.
Body Parameters
FollowedLogsName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
TargetPK | integer |
None. |
|
PK | integer |
None. |
|
Followed | date |
None. |
|
Unfollowed | date |
None. |
|
LastCheck | date |
None. |
|
IsFollowedBack | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "TargetPK": 1, "PK": 1, "Followed": "2021-04-23T10:33:04.3658645+03:00", "Unfollowed": "2021-04-23T10:33:04.3658645+03:00", "LastCheck": "2021-04-23T10:33:04.3658645+03:00", "IsFollowedBack": 1 }
text/html
Sample:
{"id":1,"TargetPK":1,"PK":1,"Followed":"2021-04-23T10:33:04.3658645+03:00","Unfollowed":"2021-04-23T10:33:04.3658645+03:00","LastCheck":"2021-04-23T10:33:04.3658645+03:00","IsFollowedBack":1}
application/xml, text/xml
Sample:
<FollowedLogs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NivendWebApi"> <Followed>2021-04-23T10:33:04.3658645+03:00</Followed> <IsFollowedBack>1</IsFollowedBack> <LastCheck>2021-04-23T10:33:04.3658645+03:00</LastCheck> <PK>1</PK> <TargetPK>1</TargetPK> <Unfollowed>2021-04-23T10:33:04.3658645+03:00</Unfollowed> <id>1</id> </FollowedLogs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MResultName | Description | Type | Additional information |
---|---|---|---|
Result | boolean |
None. |
|
Data | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Result": true, "Data": {}, "Message": "sample string 3" }
text/html
Sample:
{"Result":true,"Data":{},"Message":"sample string 3"}
application/xml, text/xml
Sample:
<MResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NivendWebApi.Models"> <Data /> <Message>sample string 3</Message> <Result>true</Result> </MResult>