GET gerenciadoc/BuscaGrupoAcessoDualList?IdArquivo={IdArquivo}&Tipo={Tipo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IdArquivo

string

Required

Tipo

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GrupoAcessoDualList_Contract
NameDescriptionTypeAdditional information
IDGRUPO

integer

None.

NOME

string

None.

SEL

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IDGRUPO": 1,
    "NOME": "sample string 2",
    "SEL": true
  },
  {
    "IDGRUPO": 1,
    "NOME": "sample string 2",
    "SEL": true
  }
]