Consultar a categoria.
GET /api/v1/Categoria
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
---|---|---|---|
IdFamilia | identificador da família | array[integer] | não há |
IdCategoria | identificador da categoria | integer($int64) | não há |
NroDivisao | numero da divisão | integer($int64) | não há |
Tipo | tipo da categoria | string | não há |
DataHoraAlteracao | data/hora da alteração | string($date-time) | não há |
Expand | propriedade para expandir os campos | string | não há |
Fields | campos | string | não há |
Order | ordenação dos campos | string | não há |
Page | numero da página | integer($int32) | não há |
PageSize | tamanho da página | integer($int32) | não há |
Não há.
CODE 200 - SUCCESS
{ "hasNext": true, "items": [ { "expandables": [ "string" ], "idCategoria": 0, "nroDivisao": 0, "tipo": "string", "nivelHierarquia": 0, "descricao": "string", "aceitaFamilia": "string", "objetivoNoNegocio": "string", "idCategoriaPai": 0, "status": "string", "dataHoraAlteracao": "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 } ] } |