Aggregate

GET https://api.speakap.io/networks/:eid/aggregate/

Request

URI:/networks/{networkEID}/aggregate/
Method:GET
Accept:application/vnd.speakap.api-v1.8.2+json+hal
Authentication:OAuth 2.0

Response

200
Returns the aggregate resource

JSON

The aggregate resource is an empty resource as of API v1.0.18. In earlier versions the current network resource was embedded.

Example

{
    "_links": {
        "self": {
            "href": "https://api.speakap.io/networks/FEDCBA0987654321/aggregate/"
        },
        "newFeatures": {
            "href": "https://api.speakap.io/users/ABCDEF0123456789/newfeatures/"
        },
        "whoami": {
            "href": "https://api.speakap.io/whoami/"
        },
        "networkProfile": {
            "href": "https://api.speakap.io/networks/FEDCBA0987654321/users/1234567890ABCDEF/"
        },
        "settings": {
            "href": "https://api.speakap.io/users/ABCDEF0123456789/settings/"
        },
        "networkTimeline": {
            "href": "https://api.speakap.io/networks/FEDCBA0987654321/timeline/"
        },
        "unreadConversations": {
            "href": "https://api.speakap.io/networks/FEDCBA0987654321/conversations/?unread=true"
        },
        "myGroups": {
            "href": "https://api.speakap.io/networks/FEDCBA0987654321/groups/?user=1234567890ABCDEF"
        },
        "groupInvites": {
            "href": "https://api.speakap.io/networks/FEDCBA0987654321/groups/?invitee=1234567890ABCDEF"
        },
        "administeredGroups": {
            "href": "https://api.speakap.io/networks/FEDCBA0987654321/groups/?admin=1234567890ABCDEF"
        },
        "groupTypes": {
            "href": "https://api.speakap.io/networks/FEDCBA0987654321/groups/types/"
        },
        "apps": {
            "href": "https://api.speakap.io/networks/FEDCBA0987654321/apps/"
        },
        "widgets": {
            "href": "https://api.speakap.io/networks/FEDCBA0987654321/widgets/"
        }
    }
}