Available Endpoints
Import Job Endpoints
| Endpoint | Description |
|---|---|
| POST /job | Create a new Import Job |
| PUT /job/{jobID}/data | Submit data to an existing import job |
| GET /job/{jobID} | Get the status of a job |
| GET /jobs | Get a list of all submitted jobs |
Activity Management
| Endpoint | Description |
|---|---|
| POST /activity_type | Create a new activity Type |
| PUT /activity_type | Update an existing activity type |
| GET /activity_type | Get a list of activity types |
| GET /activity_type/{identifier} | Get details on an activity type |
| GET /{entityType}/sources | Get the available sources for an entity type |
Updated 1 day ago