GET api/actualizaciones-app/check?platform={platform}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| platform | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ActualizacionApp| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Plataforma | string |
None. |
|
| Build | integer |
None. |
|
| Habilitada | boolean |
None. |
|
| Obligatoria | boolean |
None. |
|
| Archivo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Plataforma": "sample string 2",
"Build": 3,
"Habilitada": true,
"Obligatoria": true,
"Archivo": "sample string 6"
}