GET api/organizations/{username}/articles

dev.to

Summary: Organization's Articles
Operation ID: getOrgArticles
Auth: unknown
Description

This endpoint allows the client to retrieve a list of Articles belonging to the organization It supports pagination, each page will contain `30` users by default.

Parameters (3)

page (integer, query, optional, default: 1)

Pagination page

Constraints: {'minimum': 1}

per_page (integer, query, optional, default: 30)

Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.

Constraints: {'minimum': 1, 'maximum': 1000}

username (string, path, required)

No probe data for this endpoint yet.