Método que consulta os usuários de alteração do histórico do CGO.
GET [URLAPI]/CadastrosEstruturaisAPI/api/v1/CGO/{cgo}/historico/usuarios
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
cgo | Código geral operação. | integer($int32) | Não há. |
Não há.
CODE 200 - SUCCESS
{ "hasNext": true, "items": [ "string" ] }
application/json, text/json
CODE 400 - BAD
{ "code": "string", "message": "string", "detailedMessage": "string", "helpUrl": "string", "details": [ { "guid": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "notificationType": 0, "code": "string", "message": "string", "detailedMessage": "string", "status": 0 } ] }