
Below is outlined the export URL for a single Matillion ETL job. The below example exports a Matillion ETL project's job. There are often multiple ways of achieving the same task within the API as resources and methods branch out and overlap.
#Get postman how to#
Base URL How to make a DELTE requqest in the Postman Workspace We will be using the DELETE method to remove the project within the list. In the example below, we will delete an existing project in the group, named "Example-project".

Existence of a new Matillion ETL project named "APIImported" in the JSON body indicates that the POST has run successfully.Users can save their API request to the library. Click the Send button, which is located to the right of the API request field.You can also change other details, such as the the id, variables, and more. Change the project name "APIImported" to any desired name to avoid any conflict with pre-existing projects.
#Get postman code#

When importing, there is no "merge" option. In this example, we use the Matillion API v1 to import the above project into a Matillion ETL instance.

How to Make a POST Import Request in Postman For instructional guidance, follow the same steps as mentioned in the GET example above. This is another example of a GET API request. This request is a GET API request to export the selected resource's details and all associated information such as variables, environments, schedules, versions, jobs, and more details alligned with the project. To export the project, provide the project's name and use the /export endpoint. In the example below, we will export a project named "Example-project" from a Matillion ETL project. How to Make a GET Export Request in Postman Summary The presence of this retrieved information indicates that the test has run successfully. In this example, there should be a list of "projects" available in the Body tab.Upon success, users will receive a "Status: 200 OK" message, which means that the API request was successful. Next, users will see a server response with the code status.Click the Send button to execute this API request.Click the Authorization tab and provide authorization credentials.Input the API endpoint URL in the "Enter request URL" field.Select the method (the action type) from the dropdown.To make a GET request in Postman, follow these steps: Base URL How to Make a GET Request in Postman The example below retrieves a list of resources within a Matillion ETL group via a GET request for a resource endpoint. The GET request is the default method when making HTTP calls using Postman. No changes are performed on the endpoint. GET requests are used to retrieve information from the passed URL.

įor more information on authentication, we recommend the Postman documentation.
#Get postman password#
Postman supports different methods of authentication, including: No Authentication, Basic Authentication (provide username and password only), Digest Authentication, OAuth 1.0, OAuth 2.0, Hawk Authentication, AWS Signature, and NTML Authentication.
