The Socialcast connector will crawl content for following endpoints from any Socialcast Community through its REST API. You can find a list of fields supporting for each endpoint and Socialcast connector will add those fields as connector specific fields or non connector specific fields. Apart from the mentioned fields, id(nativeId) and type are common fields for all the endpoints.

The Aspire Socialcast connector was created and tested using a Socialcast Community version 2-95-3 with its REST API. For more information about Socialcast REST API please visit,

Messages

This is the main and important endpoint for Socialcast. Socialcast REST API for messages is,

http://developers.socialcast.com/api-documentation/api/messages/

For messages we support following fields.

  • title, body, created_at, updated_at, message_type, message_action, likes_count, comments_count, flag, poll, extensions, groups


Comments

Messages can have comments. Socialcast REST API for comments is,

http://developers.socialcast.com/api-documentation/api/comments/

For comments we support following fields.

  • text, created_at, likes_count, parent (message comments belongs to)


Attachments

Messages can have attachments as well. Socialcast REST API for attachments is,

http://developers.socialcast.com/api-documentation/api/attachments/

For attachments we support following fields.

  • file_extension, filename, content_type, public_filename, parent (message or comments this attachment belongs to)


Conversations

Conversations are private messages between two or more users. Socialcast REST API for conversations is,

http://developers.socialcast.com/api-documentation/api/conversations/

For conversations we support following fields.

  • name, private, title, latest_activity, unread, members


Polls

We treat as a message with poll specific information.


Users

Registered users in the Socialcast community. Socialcast REST API for users is,

http://developers.socialcast.com/api-documentation/api/users/

For users we support following fields.

  • name, username, contact_info, custom_fields, manager, following_count, followers_count, status_message, active, terminated, inactive, role, title, out_of_office, back_in_office_on


Groups

Groups in the Socialcast community. Socialcast REST API for groups is,

http://developers.socialcast.com/api-documentation/api/groups/

For groups we support following fields.

  • name, groupname, permission, private, username, avatars, admin_ids, description, state, group_type, member_count


Streams

Streams in the Socialcast community. Socialcast REST API for streams is,

http://developers.socialcast.com/api-documentation/api/stream/

For streams we support following fields.

  • name, new_updates, default, custom_stream, last_interacted_at, group


Likes

We add like information inside messages and comments.


Flags

We add flag information inside messages.


Badges

Badges in the Socialcast community. Socialcast REST API for badges is,

http://developers.socialcast.com/api-documentation/api/badges/

For badges we support following fields.

  • name, description, url, images


  • No labels