GET modelo_arquivo/BuscaCampos?attIDMODELO={attIDMODELO}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
attIDMODELO | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ListCAMPO_ARQUIVOContractName | Description | Type | Additional information |
---|---|---|---|
totalPages | integer |
None. |
|
page | integer |
None. |
|
totalRecords | integer |
None. |
|
rows | Collection of CAMPO_ARQUIVOContract |
None. |
Response Formats
application/json, text/json
Sample:
{ "totalPages": 1, "page": 2, "totalRecords": 3, "rows": [ { "IDCAMPO": "sample string 1", "IDACAO_MULTPAG": 1, "TP_CAMPO": "sample string 2", "TAMANHO": 1, "CAMPO_TABELA": "sample string 3", "CONTEUDO": "sample string 4", "COMPLETA_COM": "sample string 5", "DE": "sample string 6", "ORDEM_CAMPO": 7, "OBSERVACAO": "sample string 8" }, { "IDCAMPO": "sample string 1", "IDACAO_MULTPAG": 1, "TP_CAMPO": "sample string 2", "TAMANHO": 1, "CAMPO_TABELA": "sample string 3", "CONTEUDO": "sample string 4", "COMPLETA_COM": "sample string 5", "DE": "sample string 6", "ORDEM_CAMPO": 7, "OBSERVACAO": "sample string 8" } ] }