Overview
Error Handling

Methods

API Documentation (API Version v1)

Utilities/Info/

DESCRIPTION

This section contains some basic methods for getting the version and state of the api.

apiPathDetails

URL:

https://api.liquidweb.com/v1/Utilities/Info/apiPathDetails

Description:

Given an API URI path, provide details on the input and output args for the specified method (if there is one) as well as details on what methods and namespaces lie further down the path.

Parameters:

ParameterType
pathA string of text, containing no newlines or other control characters.
versionOne of: 'bleed', 'v1', 'v2', 'v3'

Returns:

FieldTypeNotes
inputAn associative array of arbitrary keys and values.* Optional
method_descriptionA string permitting tabs, carriage returns and newlines* Optional
methodsAn array of arbitrary values.
namespace_descriptionA string permitting tabs, carriage returns and newlines* Optional
namespacesAn array of arbitrary values.
outputAn associative array of arbitrary keys and values.* Optional

Possible Errors:

Refer to the Error Handling documentation for the list of exception types

ping

URL:

https://api.liquidweb.com/v1/Utilities/Info/ping

Description:

This method can be used as a basic check to see if communication with the api is possible.

Parameters:

No Values Defined

Returns:

FieldType
pingA single word, consisting of only letters and digits.

Possible Errors:

Refer to the Error Handling documentation for the list of exception types

version

URL:

https://api.liquidweb.com/v1/Utilities/Info/version

Description:

Returns the version of the of the api your are using.

Parameters:

No Values Defined

Returns:

FieldType
versionA string of text, containing no newlines or other control characters.

Possible Errors:

Refer to the Error Handling documentation for the list of exception types