Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Informações
iconfalse
title1.1.4 Paginacao
Expandir
Informações
iconfalse
titleConfiguração

Máscara de Url: http://{domínio}:{porta}/api/rm/glb/v1/users?page=1&pageSize=1

Informações
iconfalse
titleExemplo de Configuração

Domínio: localhost

Porta: 8099

Page: 1

PageSize: 1

Url Utilizada: http://localhost:8099/api/rm/glb/v1/users?page=1&pageSize=1

Informações
iconfalse
titleExemplo Postman

Informações
iconfalse
titleExemplo de Resultado
Bloco de código
languagejs
firstline1
titleResultado (JSON)
linenumberstrue
collapsetrue
{
    
{
"hasNext": true,


    "items":
[
{
 [
        {
            "id": "00001",


            "meta":
{
 {
                "resourceType": "User",


                "created": "2014-07-07T15:32:15",


                "lastModified": "2018-10-05T09:34:53"

},

            },
            "externalId": "00001",


            "name":
{
 {
                "formatted": "ITAMAR MENDES DA SILVEIRA"

},

            },
            "userName": "00001",


            "emails":
[
{
 [
                {
                    "value": "
masterkeyweb@totvs
masterkeyweb@totvs.com.br",


                    "primary":
true
}
],
 true
                }
            ],
            "active":
false
}
]
 false
        }
    ]
}