Questions and Answers

422

I am getting this one why

How to create new user?

How to create new user using json body format

What is payload for create post

I want to create post using POST /public/v2/users/100/posts this API - what should be the payload?

Pesquisa por id

o user criado por mim nao retorna em nenhuma pesquisa que faco, pelo site, ele aprece normalmente, mas nao em minha api

how to generate a access token

gh

PHP

Hi, can I use your REST API with PHP? In case, how must the PHP look like for creating a user? Regards and thanks in advance.

Get posted user in the list?

Is it possible to get posted user in GET user list ( https://gorest.co.in/public/v2/users ) ? If i`m using GET https://gorest.co.in/public/v2/users , i get only 20 users, is there possibility to get all user list ?

requests number restriction

thank you for fast reply on my previous question, it does work well with bearer token in GET One more thing I would like to clarify, is there a limitation for number of requests from a single account or ip? not going to spam requests but I already experienced unpleasant "too many request" errors after 10-20 requests in other services

Pagination Concepts

How to get the default metadata of api

422 Unprocessable Entity

The status code returned was not expected: 422 Unprocessable Entity for below APEX code Http http = new Http(); HttpRequest request = new HttpRequest(); request.setEndpoint('https://gorest.co.in/public/v2/users'); request.setMethod('POST'); system.debug('testbody'+json.serialize(postwrap)); request.setBod...