Actions (36)
Blog Posts · 7
- Count blog postsGET /xn/rest/{network}/1.0/BlogPost/count
Retrieve the number of blog posts created after a given date.
documented - Create blog postPOST /xn/rest/{network}/1.0/BlogPost
Create a new blog post.
documented - Delete blog postDELETE /xn/rest/{network}/1.0/BlogPost
Delete a blog post by ID.
documented - Get blog postGET /xn/rest/{network}/1.0/BlogPost
Retrieve a blog post by ID or a set of posts by IDs (up to 100).
documented - List featured blog postsGET /xn/rest/{network}/1.0/BlogPost/featured
Retrieve blog posts sorted by featuredDate.
documented - List recent blog postsGET /xn/rest/{network}/1.0/BlogPost/recent
Retrieve blog posts sorted by creation date with optional filters.
documented - Update blog postPUT /xn/rest/{network}/1.0/BlogPost
Update an existing blog post by ID.
documented
Photos · 7
- Count photosGET /xn/rest/{network}/1.0/Photo/count
Retrieve the number of photos created after a given date.
documented - Create photoPOST /xn/rest/{network}/1.0/Photo
Upload a new photo (multipart/form-data).
documented - Delete photoDELETE /xn/rest/{network}/1.0/Photo
Delete a photo by ID.
documented - Get photoGET /xn/rest/{network}/1.0/Photo
Retrieve a photo by ID (supports multiple IDs).
documented - List featured photosGET /xn/rest/{network}/1.0/Photo/featured
Retrieve photos sorted by featuredDate.
documented - List recent photosGET /xn/rest/{network}/1.0/Photo/recent
Retrieve photos sorted by creation date.
documented - Update photoPUT /xn/rest/{network}/1.0/Photo
Update a photo by ID; supports uploading a new image.
documented
Users · 7
- Count membersGET /xn/rest/{network}/1.0/User/count
Retrieve the number of members joined after a date.
documented - Get usersGET /xn/rest/{network}/1.0/User
Retrieve one or more members; if no IDs provided, returns the caller's user.
documented - List featured membersGET /xn/rest/{network}/1.0/User/featured
Retrieve featured members.
documented - List members alphabeticallyGET /xn/rest/{network}/1.0/User/alpha
Retrieve members sorted by full name.
documented - List recent membersGET /xn/rest/{network}/1.0/User/recent
Retrieve members sorted by creation date.
documented - Reject pending userDELETE /xn/rest/{network}/1.0/User
Reject a pending member (not a ban).
documented - Update userPUT /xn/rest/{network}/1.0/User
Update a member’s profile/status.
documented
Comments · 4
- Create commentPOST /xn/rest/{network}/1.0/Comment
Create a new comment on a content item.
documented - Delete commentDELETE /xn/rest/{network}/1.0/Comment
Delete a comment by its ID.
documented - List featured commentsGET /xn/rest/{network}/1.0/Comment/featured
Retrieve comments ordered by featuredDate for a content item.
documented - List recent commentsGET /xn/rest/{network}/1.0/Comment/recent
Retrieve recent comments for a content item.
documented
Activity Items · 3
- Count activity items since dateGET /xn/rest/{network}/1.0/Activity/count
Return the number of activity items created after a given date.
documented - Delete activity itemDELETE /xn/rest/{network}/1.0/Activity
Delete a specific activity item by its ID.
documented - List recent activity itemsGET /xn/rest/{network}/1.0/Activity/recent
Retrieve the latest activity items from the Ning Network.
documented
Friend · 3
- Add friendPOST /xn/rest/{network}/1.0/Friend
Send a friend request to another member.
documented - List friendsGET /xn/rest/{network}/1.0/Friend/recent
Retrieve your friend list, or the friends of another member.
documented - Remove friendDELETE /xn/rest/{network}/1.0/Friend
Remove a friend from your list.
documented