DD.WellWorkover.Cloud/AsbCloudWebApi/Rest/ProcessMap.http

20 lines
815 B
Plaintext
Raw Permalink Normal View History

2023-03-31 16:40:34 +05:00
@baseUrl = http://127.0.0.1:5000
@contentType = application/json
@auth = Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImN0eSI6IkpXVCJ9.eyJpZCI6IjEiLCJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1lIjoiZGV2IiwiaWRDb21wYW55IjoiMSIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvcm9sZSI6InJvb3QiLCJuYmYiOjE2NjI1NDgxNjIsImV4cCI6MTY5NDEwNTc2MiwiaXNzIjoiYSIsImF1ZCI6ImEifQ.OEAlNzxi7Jat6pzDBTAjTbChskc-tdJthJexyWwwUKE
@wellId = 1
2023-03-31 16:40:34 +05:00
# https://marketplace.visualstudio.com/items?itemName=humao.rest-client
2023-03-31 16:40:34 +05:00
###
GET {{baseUrl}}/api/processMap/getDrillProcessMap/{{wellId}}
2023-03-31 16:40:34 +05:00
Content-Type: {{contentType}}
accept: */*
Authorization: {{auth}}
2023-04-06 16:20:21 +05:00
###
GET {{baseUrl}}/api/processMap/getReportFile/{{wellId}}
Content-Type: {{contentType}}
accept: */*
Authorization: {{auth}}