GET api/Story?category={category}&subCategory={subCategory}&storyID={storyID}&pageSize={pageSize}

스토리 목록

Request Information

URI Parameters

NameDescriptionTypeAdditional information
category

integer

Required

subCategory

integer

Default value is 0

storyID

integer

None.

pageSize

integer

Default value is 20

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.