Organisations
List Activity
Path Parameters
organisationSlugstring
Match
^[a-z0-9-_]+$
Query Parameters
pageinteger
Format
int32
pageableobject
Optional. When omitted: pageSize=50, pageNumber=0, sortDirection=DESC, sort=createdAt
Response Body
curl -X GET "https://api.avisi.cloud/api/v1/organisations/string/activity?page=0&size=1&sort=string"
{
"totalElements": 0,
"totalPages": 0,
"first": true,
"last": true,
"size": 0,
"content": [
{
"actor": {
"username": "string",
"email": "string",
"id": 0
},
"message": "string",
"type": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
],
"number": 0,
"sort": {
"empty": true,
"unsorted": true,
"sorted": true
},
"numberOfElements": 0,
"pageable": {
"offset": 0,
"sort": {
"empty": true,
"unsorted": true,
"sorted": true
},
"unpaged": true,
"pageSize": 0,
"paged": true,
"pageNumber": 0
},
"empty": true
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}