GET api/cms/1-0/configuracaosistema/getVersao
Get Versao do sistema
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
IEnumerable-ConfiguracaoSistema-
ConfiguracaoSistemaName | Description | Type | Additional information |
---|---|---|---|
IdConfiguracaoSistema | integer |
None. |
|
Descricao | string |
None. |
|
Chave | string |
None. |
|
Valor | string |
None. |
|
Executado | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "IdConfiguracaoSistema": 1, "Descricao": "sample string 2", "Chave": "sample string 3", "Valor": "sample string 4", "Executado": true }
application/xml, text/xml
Sample:
<ConfiguracaoSistema xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Cronos.Domain.Entities"> <Chave>sample string 3</Chave> <Descricao>sample string 2</Descricao> <Executado>true</Executado> <IdConfiguracaoSistema>1</IdConfiguracaoSistema> <Valor>sample string 4</Valor> </ConfiguracaoSistema>