GET Rutas/GetFormatosAtencionPorAgenda/{yIdAgenda}
Consulta todos los formatos disponibles de la Atención por Agenda
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| yIdAgenda | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Lista de Formatos disponibles por cita| Null en caso de Error.
Collection of GrupoFormatosDisponiblesViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| yIdAgenda | integer |
None. |
|
| Grupo | string |
None. |
|
| Formatos | Collection of FormatosDisponiblesViewModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"yIdAgenda": 1,
"Grupo": "sample string 2",
"Formatos": [
{
"$id": "2",
"yIdAtencion": 1,
"iIdFormato": 2,
"Formato": "sample string 3",
"dFecha": "2025-12-15T07:27:58.2632062-05:00"
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]
multipart/form-data
Sample:
[{"$id":"1","yIdAgenda":1,"Grupo":"sample string 2","Formatos":[{"$id":"2","yIdAtencion":1,"iIdFormato":2,"Formato":"sample string 3","dFecha":"2025-12-15T07:27:58.2632062-05:00"},{"$ref":"2"}]},{"$ref":"1"}]