Examples

GET /api/architectures
403
{
  "error": {
    "message": "Access denied",
    "details": "Missing one of the required permissions: view_architectures",
    "missing_permissions": [
      "view_architectures"
    ]
  }
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

search
optional

filter results

Validations:

  • Must be a String

order
optional

Sort field and order, eg. ‘id DESC’

Validations:

  • Must be a String

page
optional

Page number, starting at 1

Validations:

  • Must be a number.

per_page
optional

Number of results per page to return, ‘all’ to return all results

Validations:

  • Must match regular expression /\A([1-9]\d|all)\Z$/.

operatingsystem_id
optional

ID of operating system

Validations:

  • Must be a String

Search fields

Field name Type Possible values
name string