GET v1/Article/BySlug/{year}/{month}/{slug}

Finds the article matching the specified slug.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
year

Year of the Issue

integer

Required

month

Month of the Issue

integer

Required

slug

Slug of the Article

string

Required

Body Parameters

None.

Response Information

Resource Description

HTTP 200 with the article if it is found, HTTP 404 if article is not found

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.