Skip to content

Get Articles

This endpoint will retrieve a list of article resources

Request

GET /resources/articles

Authorization

N/A

Headers

N/A

Query Parameters

N/A for now, but that will chance once this endpoint supports continuation tokens

Response

Response Status Code More Information
Success 200 Resources will be provided in body of result
Internal Server Error 500 Unknown error

Headers

N/A

Body

Will contain a list of resources that follow this format

[
    {
        "title": "<title-of-resource>",
        "description": "<description-of-resource>",
        "url": "<url-of-resource>"
    }
]