GET api/getTablaMaestraOrderBySaf
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of C05_vista_tabla_maestra| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Organismos | integer |
None. |
|
| SAF_de_Organimos | integer |
None. |
|
| Sujeto_Current_de_Informes | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id_Organismos": 1,
"SAF_de_Organimos": 2,
"Sujeto_Current_de_Informes": "sample string 3"
},
{
"Id_Organismos": 1,
"SAF_de_Organimos": 2,
"Sujeto_Current_de_Informes": "sample string 3"
}
]