GET api/syllabus/limit/{start}/{limit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start | integer |
Required |
|
| limit | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of syllabu| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| description | string |
None. |
|
| isActive | boolean |
None. |
|
| dateUpdated | date |
None. |
|
| dateCreated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"isActive": true,
"dateUpdated": "2025-12-16T21:41:04.3312992+00:00",
"dateCreated": "2025-12-16T21:41:04.3312992+00:00"
},
{
"$ref": "1"
}
]