function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
admin dudeadmin dude 

Available sobjects

Hi,
Trying to call queryAll endpoint and look for an object TenantSecurityLogin i get the status code 404 with 
{"errorCode": "NOT_FOUND", "message": "The requested resource does not exist"}
The request:
GET /services/data/v57.0/queryAll/?q=select fields(standard) from TenantSecurityLogin HTTP/1.1
Host: <domain>.my.salesforce.com
Authorization: <Bearer Access Token>

1. Why does this error occured? If this error is related to licensing, where can I find for each object what license is required in order to query for it via rest api
2. Are there any other errors that results in 404 status code?
3. Does this call retrieve available objects only (as it happens in a few sobjects)? 
GET /services/data/v56.0/sobjects HTTP/1.1
Host: <domain>.my.salesforce.com
Authorization: <Bearer Access Token>