1. References
Networked API Documentation
  • Getting Started
  • User Authentication
    • Add New Users to Community
      POST
    • Send email invites
      POST
  • User Profile
    • User Profile
      GET
    • Profile Visits
      GET
  • Community
    • Features
      • Feature List
    • Directory
      • Users List
      • Roles List
    • Monetization
      • Plans
        • Plans List
    • Feed
      • Polls
        • Create Polls
      • Surveys
        • Create Surveys
      • Post
        • Ask and offer help
          • Post Intro
          • Post Advice
          • Post Recommendation
          • Post Kudos
          • Post Help
        • Feed Post List
        • Post to Feed
        • Get Post Comments
        • Add Comments to Post
      • upload Media
    • Opportunities
      • Company and Services
        • Company and Services List
      • Fundaising Initiatives
        • Fundraising Initiatives List
      • Career Opportunities
        • Career Opportunities
    • Events
      • Event Post
      • Edit Events
      • Delete Event
      • Event List
    • Media Center
      • Get Resources
    • Analytics
      • Community Analytics
    • Newsletter
      • Lists
        • Get newsletter subscriber lists
      • Add newsletter subscribers
      • Get newsletter subscribers
    • Community Details
      GET
    • Spaces List
      GET
  • Webhooks
    • User Webhooks
      • user.joined
      • user.profile.updated
      • user.joined.space
    • Feed Webhooks
      • post.created
      • post.liked
      • post.unliked
      • comment.added
      • post.reported
  • References
    • Response Codes
      GET
    • Model Status
      GET
    • Post Types
      GET
  1. References

Post Types

GET
https://backend.networked.co/

๐Ÿงพ Post Types#

These enums define the type of content (post) that can be created or fetched within the Networked feed.
CodePost TypeDescription
2PostA generic text post.
6PollA poll-based post allowing users to vote on options.
7SurveyA post with survey-style questions for feedback.
8IntroA post type used to introduce oneself or another user.
9AdviceA post asking for or sharing advice.
10RecommendationA post offering or requesting recommendations.
11HelpA post seeking assistance or support.
12KudosA congratulatory or appreciation-based post.

๐Ÿ“Œ Notes#

You can expand this table as more PostType enums are added.

Request

None

Responses

๐ŸŸข200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://backend.networked.co/'
Response Response Example
{}
Modified atย 2026-05-11 08:27:04
Previous
Model Status
Built with