NOWCommunity Live Stream - API Adventures - Scripted REST APIs

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 36

  • @Aryanshaik
    @Aryanshaik 4 роки тому +4

    That's great Chuck!
    Difficult topic but explained in very simple way. You are star!!! Thank you. All the best for your future videos on Integrations and other topics.

    • @ChuckTomasi
      @ChuckTomasi 4 роки тому +3

      Thank you. I wish I had more time on this one. I may have to mark a "Part 2". I feel there is so much more to cover about scripted REST APIs.

    • @akashk961
      @akashk961 4 роки тому

      @@ChuckTomasi Interact with us for a couple of minutes in every live stream, will be fun!! Haha

    • @anubhavprakash1145
      @anubhavprakash1145 3 роки тому +1

      @@ChuckTomasi For some reason I used to be scared of the scripted REST API but after watching this video it seems manageable. Thanks a lot , you have always been a guiding force for so many of us working on ServiceNow development.

  • @ALBERTORAYGOSA
    @ALBERTORAYGOSA 3 роки тому +3

    I love your energy Chuck!

  • @cerberuzmachina3884
    @cerberuzmachina3884 4 роки тому +1

    The best in the game. Your videos are great, Chuck. Thank you.

    • @ChuckTomasi
      @ChuckTomasi 4 роки тому +1

      Thank you for your kind words.

  • @kurksen
    @kurksen Рік тому +1

    You awesome Chuck}
    I really love your tutorials..

    • @ChuckTomasi
      @ChuckTomasi Рік тому

      Thank you. I'm glad you find these useful.

  • @maciejzmudczynski4691
    @maciejzmudczynski4691 2 роки тому +5

    13:31 Begin

  • @mrdjpeacock
    @mrdjpeacock 2 роки тому +1

    Thanks for the video! Informative and engaging.

  • @kedarhatkar
    @kedarhatkar 3 роки тому +1

    Can to tell me how to pull data from servicenow to excel/powerBi

  • @BrazNow
    @BrazNow 3 роки тому

    I am trying to create an outbound call to a microsoft api.
    However, in the endpoint field, servicenow does not accept all my URL with parameters.
    When trying to add the query params he apparently failed to authenticate, but one of these params is just my token.
    Do you know the reason for this?

  • @JeffSchodde
    @JeffSchodde 3 роки тому

    Thanks Chuck! I needed this today!

  • @manfrombritain6816
    @manfrombritain6816 2 роки тому

    brilliant vid, give this man a raise

  • @anandvk9156
    @anandvk9156 2 роки тому

    Thanks Chunck..
    One query, what if we need to get all the data's which are all available in the Incident Table??
    Only max of 10 data i can able to get as a response.

    • @ChuckTomasi
      @ChuckTomasi 2 роки тому

      The REST API Explorer will limit you, but the scripted REST API will not. The concern about getting a lot of data (e.g. the entire incident table) becomes a matter of time to get the response and processing a very large payload. For that, you should consider pagination to get a page of content at a time. For example, 50 records, then another 50. With an incoming scripted REST API you can put parameters for the start/count and then use the GlideRecord method chooseWindow() to get just that page of content. For outbound REST services, consider using a data stream to get paginated data from another service.

  • @williamstorey5024
    @williamstorey5024 2 роки тому +1

    how do i create the developer account that you mentioned? so that i can get access to the api. its not showing up in my snow. sorry im new to snow and was given no proper training lol.

    • @ChuckTomasi
      @ChuckTomasi 2 роки тому +1

      Hi William, You can go to developer.servicenow.com and get your own personal developer instance to experiment and try things. Good luck!

    • @williamstorey5024
      @williamstorey5024 2 роки тому

      @@ChuckTomasi thank you sir! I will check it out.

  • @122004nilanjan
    @122004nilanjan 4 роки тому

    Hello ChucK . I am trying to dot walk the location field in the CMDB table somehow I am failing to get the report through to SPlunk.

    • @ChuckTomasi
      @ChuckTomasi 4 роки тому

      Sounds like a great question for the community. Have you posted you issue there? community.servicenow.com

  • @arskeliss6931
    @arskeliss6931 2 роки тому

    This recording still has actuality in 2022 as well.

  • @edwinfeliz9986
    @edwinfeliz9986 3 роки тому

    I don't see the rest api setting on myside would this be only for dev account?

    • @ChuckTomasi
      @ChuckTomasi 3 роки тому

      I'm not clear what you mean by not seeing the REST API setting on your side. Can you be a bit more specific?

    • @edwinfeliz9986
      @edwinfeliz9986 3 роки тому

      @@ChuckTomasi Yes, I am trying to connect to the rest API just like you when I search for rest API on the search bar. I am not getting anything?

    • @ChuckTomasi
      @ChuckTomasi 3 роки тому

      Ensure you have admin role. If it still doesn't show, check for any disabled modules.

    • @edwinfeliz9986
      @edwinfeliz9986 3 роки тому

      @@ChuckTomasi if I don’t have admin role, I can’t have access to the api am I understand this right?

    • @ChuckTomasi
      @ChuckTomasi 3 роки тому

      @@edwinfeliz9986 By default, you need either admin or web_service_admin to access the System Web Services menu. The REST API Explorer module additionally requires the rest_api_explorer menu. So technically, you do NOT need admin if you have both those other roles to access the REST API Explorer.

  • @akashk961
    @akashk961 4 роки тому +3

    This is cheating Chuck, it literally took me a month to master this stuff 4 years back!! Aaahhh

    • @ChuckTomasi
      @ChuckTomasi 4 роки тому +13

      Experience is the comb that life gives you after you lost all your hair

  • @maciejzmudczynski4691
    @maciejzmudczynski4691 2 роки тому

    24:10 practice