RE: Unable to get employee information through suiteTalk or suiteQl
I have been making a request to /record/v1/employee and receive
{
“type”:”https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1″,
“title”:”Bad Request”,
“status”:400,
“o:errorDetails”:[
{
“detail”:”Invalid search query. Detailed unprocessed description follows. Search error occurred: Record ’employee’ was not found.”,
“o:errorQueryParam”:”q”,
“o:errorCode”:”INVALID_PARAMETER”
}
]
}
Similarly when requesting to /query/v1/suiteql?limit=5 with body
{
“q”:”SELECT * FROM employee “
}
I get the same error as above I have the List -> Employee and List -> Employee record permissions on my role. Am I missing something? How am i supposed to get a list of employees
Minimal permissions/features requires are those listed in REST Web Services Prerequisites and Setup and the Employee Record
and the Employees
List permissions
I have both of these permissions set to Full for the role associated with my Access Token. Despite this I still get the error
You need more than simply the 2 permission i listed. Documentation lists 4 features that must be enabled and 3 permissions.