GET api/Values/GetPostingAsync?idOfPosting={idOfPosting}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idOfPosting | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PostingName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
DateCreated | date |
None. |
|
Content | string |
None. |
|
KeyWords | string |
None. |
|
PostingStatus | integer |
None. |
|
PostingType | integer |
None. |
|
Link | string |
None. |
|
Title | string |
None. |
|
NumberOfLikes | integer |
None. |
|
NumberOfDislikes | integer |
None. |
|
Notified | boolean |
None. |
|
TickerSymbol | string |
None. |
|
TickerType | integer |
None. |
|
NumberOfUploadedFiles | integer |
None. |
|
Parameters | string |
None. |
|
Url | string |
None. |
|
NumberOfComments | integer |
None. |
|
PostedTo | User |
None. |
|
PostedBy | User |
None. |
|
PostingComments | Collection of PostingComment |
None. |
|
PostingAttachments | Collection of PostingAttachment |
None. |
|
LatestComment | PostingComment |
None. |
|
PostingViewerships | Collection of PostingViewership |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.