...
Sl No | Entity | Method | Description | URL | Body | ||
---|---|---|---|---|---|---|---|
1 | Login | POST | Login to get the token | {{base_url}}/oauth_token.do | |||
2 | Epic | GET | Read epics from the ServiceNow | {{base_url}}/api/now/table/rm_epic | |||
3 | Epic | POST | Create Epic in ServiceNow | {{base_url}}/api/now/table/rm_epic |
short_description = Name of the epic description= Description of the epic Response Code: 201 JSON Response: details of created epic |