Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sl No

Entity

Method

Description

URL

Body

Response

1

Story

GET

Get the list of Stories

{{base_url}}/api/now/table/rm_story

Example: https://dev67343.service-now.com/api/now/table/rm_story

Response Code: 200

JSON Response: json response with list of stories

2

Story

POST

Create Story in ServiceNow

{{base_url}}/api/now/table/rm_story

Example: https://dev67343.service-now.com/api/now/table/rm_story

Image Added

Response Code: 201

JSON Response: details of created epic

3

Story

PUT

Update Story in ServiceNow

Code Block
{
    "short_description":"postman-story-10001",
    "description":"postman-story-desc-10001"
}

Image Added

Response Code: 200

JSON Response: details of created story