Receiving Code Error 1000

Are you looking for help?

When attempting to add an API collection from Adalo, I’m receiving the following error when testing.
An error occurred when calling Get All

Request failed with status code 404
{
“code”: 1000,
“message”: “Entity with ID register not found”,
“errorData”: {}
}

Backendless Version (3.x / 6.x, Online / Managed / Pro )

Not sure

Client SDK (REST / Android / Objective-C / Swift / JS )

REST

I confirm the Application ID and REST API key are correct.

https://api.backendless.com/B25BE566-8840-4EBB-B1B0-8210D46A726F/76A7730D-7371-4F60-AADC-0740A503ABCA/users/register

Could I be missing a setting in Backendless or is there an issue with my ID?

Thanks.

Hello @Mosses_Akizian

Welcome to our community and thank you for trying out Backendless.

Please provide your applicationId.
It is also very difficult to say why you are getting an error when requesting without seeing this request. Please provide what request you want to execute.

Hi Mosses,

Could you please share the complete URL you’re using in Adalo for that operation?

Regards,
Mark

Hi @mark-piller and @Volodymyr_Ialovyi. Thank you for the checking in. I updated the description with the URL.

@Mosses_Akizian
Are you using the GET request type? If so, change to POST.

Documentation - User Registration