Reference
Checkin API
Endpoints under /api/checkin, from the com_checkin API controllers. Authenticate with an OAuth bearer token or a session cookie; see the developers book for the API basics.
| Method | Endpoint | Purpose |
|---|---|---|
DELETE |
/checkin/checkin |
Checkin entries on a table |
GET |
/checkin/list |
Display a list of entries |
DELETE /checkin/checkin
Checkin entries on a table
API version 1.0, task checkin in checkinv1_0.php.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
table |
string|array | yes | — | Table(s) to checkin |
GET /checkin/list
Display a list of entries
API version 1.0, task list in checkinv1_0.php.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit |
integer | no | 25 | Number of result to return. |
start |
integer | no | 0 | Number of where to start returning results. |
sort |
string | no | created | Field to sort results by. |
sort_Dir |
string | no | desc | Direction to sort results by. |
Generated from the source tree.