organizations
articles
Organization's Articles
Retrieve a list of articles published by the organization.
Path Parameter Options:
- organization_id_or_username: Supports either the organization's unique numerical ID OR its string username (slug).
- Returns articles in reverse chronological publication order.
- Ideal for populating an organization's custom blog feed or publication listing.
get/api/organizations/{organization_id_or_username}/articles
Path parameters
organization_id_or_usernamestring required
The organization's numerical ID or string username.
Query parameters
pageinteger
Pagination page
per_pageinteger
Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.
Response
An Organization's Articles (with ID)