VTENEXT restapi
These Web services allow you to do HTTP requests to the specified endpoint. These REST webservice are aviable on VTE 18.12 endpoint and further.
Overview
Initial release provides ALL request in POST
Authentication
The requests need Basic authentication. In Postman, you must set Username and Webservice Access Key under "Authorization" tab after setted "Basic Auth" in "TYPE" dropdown field for each request or define this directly in the Collection.
Error Codes
403 , 500
Rate limit
None
AUTHORIZATIONBasic Auth
Username
Password
POSTcreate
http://my.vtenext.url/restapi/v1/vtews/create
Create a record of the specified module
AUTHORIZATIONBasic Auth
This request is using Basic Auth from collectionVTENEXT restapi
HEADERS
Content-Type
Bodyraw
Example Request
upload document attach
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
POSTdelete
http://my.vtenext.url/restapi/v1/vtews/delete
Delete the specified record.
AUTHORIZATIONBasic Auth
This request is using Basic Auth from collectionVTENEXT restapi
HEADERS
Content-Type
Bodyraw
Example Request
delete
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
POSTdescribe
http://my.vtenext.url/restapi/v1/vtews/describe
Describe the specified module and their relative fields.
AUTHORIZATIONBasic Auth
This request is using Basic Auth from collectionVTENEXT restapi
HEADERS
Content-Type
Bodyraw
Example Request
describe
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers