NOWCommunity Live Stream - API Adventures - Scripted REST APIs

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 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.

  • @maciejzmudczynski4691
    @maciejzmudczynski4691 2 ปีที่แล้ว +5

    13:31 Begin

  • @cerberuzmachina3884
    @cerberuzmachina3884 3 ปีที่แล้ว +1

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

    • @ChuckTomasi
      @ChuckTomasi 3 ปีที่แล้ว +1

      Thank you for your kind words.

  • @ALBERTORAYGOSA
    @ALBERTORAYGOSA 3 ปีที่แล้ว +3

    I love your energy Chuck!

  • @kurksen
    @kurksen ปีที่แล้ว +1

    You awesome Chuck}
    I really love your tutorials..

    • @ChuckTomasi
      @ChuckTomasi ปีที่แล้ว

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

  • @mrdjpeacock
    @mrdjpeacock 2 ปีที่แล้ว +1

    Thanks for the video! Informative and engaging.

  • @arskeliss6931
    @arskeliss6931 2 ปีที่แล้ว

    This recording still has actuality in 2022 as well.

  • @manfrombritain6816
    @manfrombritain6816 2 ปีที่แล้ว

    brilliant vid, give this man a raise

  • @JeffSchodde
    @JeffSchodde 3 ปีที่แล้ว

    Thanks Chuck! I needed this today!

  • @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.

  • @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?

  • @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

  • @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

  • @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.