'how to get publications from medium account where user is either editor or writer

Currently the API GET https://api.medium.com/v1/users/{{userId}}/publications will return the publications where user has a role of "editor" or "writer" along with a maximum of 200 other publications the user follows or has other relationships with.

How to get only those publications user has a role of "editor" or "writer" ??



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source