Skip to content

Latest commit

 

History

History
executable file
·
51 lines (51 loc) · 2.3 KB

get-tickets-by-creation-identity-uuid.md

File metadata and controls

executable file
·
51 lines (51 loc) · 2.3 KB

Get Tickets by Creation Identity UUID

  • Add "Integration Flow" and go into it
    • Name: Get Tickets by Creation Identity UUID
    • ID: (auto filled) Add Integration Flow List
  • Click "Edit" on the top menu Edit
  • Connect "HTTPS" from "Sender" to "Start"
    • "Connection" tab
      • Address: /TicketsByCreationIdentityUuid
      • CSRF Protected: unchecked HTTP Connector HTTP Connector HTTP Connector
  • Add "JSON to XML Converter" between "Start" and "End" JSON to XML Converter JSON to XML Converter JSON to XML Converter JSON to XML Converter
  • Add "Content Modifier" between "JSON to XML Converter" and "End"
    • "Message Header" tab
      • Create, X-CSRF-Token, Constant, Fetch
      • Create, Authorization, XPath, //authBasic, java.lang.String
      • Create, filter, XPath, //filter, java.lang.String Content Modifier Content Modifier Content Modifier
  • Add "Request Reply" between "Content Modifier" and "End"
  • Connect "HTTP" from "Request Reply" to "Receiver"
    • "Connection" tab
      • Address: https://<TENANT_ID>.crm.ondemand.com/sap/c4c/odata/uid/v1/c4codataapi/ServiceRequestCollection
      • Query: $format=json&$filter=${header.filter}
      • Method: GET
      • Authentication: None
      • Request Headers: *
      • Response Headers: * Request Reply Request Reply Request Reply Request Reply Request Reply Request Reply
  • Click "Save"
  • Click "Deploy" Save and Deploy
  • Go to "Monitor"
  • Go to "Manage Integration Content" > "All"
  • Check that the artifact is started successfully Monitor Monitor