Skip to main content

Activities Controller

The Activities controller manages activity and comment resources in the License.Exposed API.

Endpoints

GET
https://app.license.exposed/api/v1/activities

List activities

List activity items (with optional filters)

Activities

Parameters

limitnumber
Maximum number of items to return
offsetnumber
Offset for pagination
typestring
Filter by activity type
idstring
Filter by specific activity ID
POST
https://app.license.exposed/api/v1/activities

Add a private comment

Add a private comment to a resource

Activities