Person
Endpoints within Activities.Person Category
All activities that a person goes through are managed through the endpoints available within this category.
Endpoint | Type | Description | Status |
---|---|---|---|
Browse Activities | GET | This endpoints retrieves complete details of activities without any filter. | LIVE |
Add Activity | POST | Any ongoing activity performed by any customer is logged into the Samdock data through this endpoint. | LIVE |
Browse Activities by Person ID | GET | This provides developer to browse detailed activities for the provided person id. | LIVE |
Browse Activities by Organization ID | GET | Activities of all persons falling under an organization can be retrieved using this method. | LIVE |
Read Activity | GET | Retrieves a single activity based on provided activity id. | LIVE |
Edit Activity | PATCH | This endpoint is used to alter any existing activity details. | LIVE |
Delete Activity | DELETE | Activity can be deleted using this endpoint. | LIVE |
Updated about 2 years ago