credentials for Rest step

Raji9
Tera Expert

Hi All,

I am not sure where to give userid and password for REST step in Flow designer. I configured oauth and getting tokens successfully.I am trying post operation using MID server . I am getting status 404.

I also configured connection &credential alias . But here also i am not finding userid and password.

Thanks

Raji

 

4 REPLIES 4

Community Alums
Not applicable

Hi Raji,

Follow this thread :https://community.servicenow.com/community?id=community_question&sys_id=d0e3aeeadb4e6090fb4ae15b8a96...

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

Community Alums
Not applicable

Hi Raji,

Any update to this ?Any follow-up required? if not

Kindly mark the answer as Correct & Helpful both such that others can get help.

Thanks,
Sandeep

Aman Kumar S
Kilo Patron

Hi @Raji 

Follow below link for more details:

REST in IntegrationHub

Creating a REST Action with an Inline Connection

Use the REST step in an action to interact with a REST API. Configure the REST configuration details directly in the REST step to set up an inline connection.

A REST API is accessed with an endpoint URL. The endpoint URL consists of a base URL, a resource path, and query parameters. The base URL is the internet hostname for the REST API. The resource path is the address to the API resource. Query parameters are name/value pairs passed to the REST API after a ? in the endpoint URL. Query parameters pass inputs to a REST API and are often used to filter, sort, or specify the output format.

Users with the action_designer role or the admin role can create and save custom actions. To create a REST action with an inline connection, create an action then add and configure a REST step. The example maps the components of an endpoint URL to the configuration fields of a REST step.

An example request from the Rebrickable API shows the HTTP Method of GET and the endpoint URL created from the Base URL, Resource Path, and Query Parameters.

 

Best Regards
Aman Kumar

Hi @Raji 

Is your issue resolved?

If yes,

Feel free to mark correct, if your issue has been resolved, so it ends up in solved queue.

Will be helpful for others looking for the similar query.

Best Regards
Aman Kumar