GET api/Contenido/OrdenDeClases?id_empre={id_empre}&id_curso={id_curso}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_empre | integer |
Required |
|
| id_curso | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ClassOrdenDeClases| Name | Description | Type | Additional information |
|---|---|---|---|
| id_empre | integer |
None. |
|
| id_curso | integer |
None. |
|
| id_sec | integer |
None. |
|
| nu_orden | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_empre": 1,
"id_curso": 2,
"id_sec": 3,
"nu_orden": 4
},
{
"$ref": "1"
}
]