POST api/WhizTChatPostDetail/GetPostDetailsList
This is for get all post details. No auth required , In case of guest user send user id 0 else loginUserId In case of guest user only admin post list will be shown else all post, it can be categorized by column Role('ADMIN','OTHER')
Request Information
URI Parameters
None.
Body Parameters
EnvelopeOfPostDetailsParamName | Description | Type | Additional information |
---|---|---|---|
Data | PostDetailsParam |
None. |
|
Message | string |
None. |
|
MessageId | string |
None. |
|
MessageCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "data": { "loginUserId": 1 }, "message": "sample string 1", "messageId": "sample string 2", "messageCode": 3 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.