UNI-Cloud API 1.1

Homepage Integration

Overviewchevron_right
Endpointschevron_right

API Changelog

Please beware that the documentation is still in Alpha!

linkHTTP-Methods

The API allows developers to use the following HTTP methods to interact with resources:

HTTP-Methods
chevron_right
  • GET

    Retrieve a resource or list of resources.
  • POST

    Create a new resource.
  • PUT

    Updates an existing resource.
  • DELETE

    Deletes an existing resource.

The marXact API doesn't support bulk updates. You can only work on only one object per request.

Here are some examples of how these methods can be used:

Error(s)
chevron_right
  • https://api.marxact.com/projectsGET

    Retrieve a list of projects.
  • https://api.marxact.com/projects/<GUID>GET

    Retrieves a project with GUID <GUID>.
  • https://api.marxact.com/projectsPOST

    Create a new project.
  • https://api.marxact.com/projects/<GUID>PUT

    Update project with GUID <GUID>.
  • https://api.marxact.com/projects/<GUID>DELETE

    Delete project with GUID <GUID>.

Please refer to the documentation for specific endpoint details on which HTTP methods are supported.