The issue was that the example request body was incorrect. You need to specify name="content" (instead of name="text"). Also need to specify filename="name_of_file". Something like...
The endpoints that you mention do not return a "moreResult" property. Rather, they return "nextPageToken" in the case where the result set exceeds the batchSize (which defaults to ...
The documentation is incorrect, we will correct it. Until then, two things:1. The "type" parameter is required2. The payload is application/x-www-form-urlencoded (not JSON)
Yes, here is an example of using a custom field as lookup field:REQUESTPOST /rest/v1/leads.json{ "input": [ { "oxConId": "2", "company":"Oxfam Australia", "title":"Project Co-ordin...