Download OpenAPI specification:Download
Welcome to the HumHub activity module API reference.
page | string >= 0 The number of page of the result set. |
limit | string [ 1 .. 50 ] Default: 20 The numbers of items to return per page. |
{- "total": 76,
- "page": 1,
- "pages": 8,
- "links": {
- "self": "{endpoint_path}?page=1&per-page=10",
- "next": "{endpoint_path}?page=2&per-page=10",
- "last": "{endpoint_path}?page=8&per-page=10"
}, - "results": [
- {
- "id": 32,
- "class": "humhub\\modules\\space\\activities\\MemberAdded",
- "content": {
- "id": 12,
- "guid": "3c66dc40-6157-4b9e-a3cd-b2bdba69614d",
- "pinned": false,
- "archived": false,
- "output": "<strong>John Smith</strong> joined the space <strong>Welcome Space</strong>"
}, - "originator": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "source": {
- "id": 1,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "name": "Welcome Space",
- "description": "Your first sample space to discover the platform.",
}, - "createdAt": "2019-03-05 15:35:02"
}
]
}
{- "id": 32,
- "class": "humhub\\modules\\space\\activities\\MemberAdded",
- "content": {
- "id": 12,
- "guid": "3c66dc40-6157-4b9e-a3cd-b2bdba69614d",
- "pinned": false,
- "archived": false,
- "output": "<strong>John Smith</strong> joined the space <strong>Welcome Space</strong>"
}, - "originator": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "source": {
- "id": 1,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "name": "Welcome Space",
- "description": "Your first sample space to discover the platform.",
}, - "createdAt": "2019-03-05 15:35:02"
}
containerId required | integer The id of container |
page | string >= 0 The number of page of the result set. |
limit | string [ 1 .. 50 ] Default: 20 The numbers of items to return per page. |
{- "total": 76,
- "page": 1,
- "pages": 8,
- "links": {
- "self": "{endpoint_path}?page=1&per-page=10",
- "next": "{endpoint_path}?page=2&per-page=10",
- "last": "{endpoint_path}?page=8&per-page=10"
}, - "results": [
- {
- "id": 32,
- "class": "humhub\\modules\\space\\activities\\MemberAdded",
- "content": {
- "id": 12,
- "guid": "3c66dc40-6157-4b9e-a3cd-b2bdba69614d",
- "pinned": false,
- "archived": false,
- "output": "<strong>John Smith</strong> joined the space <strong>Welcome Space</strong>"
}, - "originator": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "source": {
- "id": 1,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "name": "Welcome Space",
- "description": "Your first sample space to discover the platform.",
}, - "createdAt": "2019-03-05 15:35:02"
}
]
}