Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

what are all the roles needed for the users to access the API Tables?

aswink
Tera Contributor

what are all the roles needed for the users to access the API Table?

 

We are trying to get the Application type of assets through below url.

 

https://{our instance url}/api/now/table/cmdb_ci_appl?sysparm_limit=10&sysparm_fields=name, ip_address, sys_class_name, type, category, version, sys_updated_on, sys_created_on, sys_id&sysparm_offset=10

 

On click of this url, it will ask for credentials to return the xml response.

but there is no xml response returning after providing credentials.

5 REPLIES 5

Indumathi3
Tera Contributor

Hi,

 

These two roles are mandatory for working on REST API.

 

rest_api_explorer and web_service_admin

 

Thanks,

Indu