GET api/EstadoChecklist?EstadoChecklist={EstadoChecklist}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EstadoChecklist | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EstadoChecklist| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Descricao | string |
None. |
|
| EstadoID | string |
None. |
|
| Ativo | boolean |
None. |
|
| Obrigatorio | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Descricao": "sample string 2",
"EstadoID": "sample string 3",
"Ativo": true,
"Obrigatorio": true
}