GET api/comments?entryID={entryID}&commentID={commentID}&offset={offset}&limit={limit}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entryID

integer

None.

commentID

string

None.

offset

integer

Default value is 0

limit

integer

Default value is 20

Body Parameters

None.

Response Information

Resource Description

StarAPIPaginatedResponseOfIEnumerableOfCommentDTO
NameDescriptionTypeAdditional information
TotalCount

integer

None.

TotalPofileVideosCount

integer

None.

Status

string

None.

Result

Collection of CommentDTO

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.