Examples

GET /api/architectures
200
{
  "total": 4,
  "subtotal": 4,
  "page": 1,
  "per_page": 20,
  "search": null,
  "sort": {
    "by": null,
    "order": null
  },
  "results": [
    {
      "created_at": "2019-09-11 14:40:18 UTC",
      "updated_at": "2019-09-11 14:40:18 UTC",
      "name": "x86_64",
      "id": 501905019
    },
    {
      "created_at": "2019-09-11 14:40:18 UTC",
      "updated_at": "2019-09-11 14:40:18 UTC",
      "name": "sparc",
      "id": 331892513
    },
    {
      "created_at": "2019-09-11 14:40:18 UTC",
      "updated_at": "2019-09-11 14:40:18 UTC",
      "name": "s390",
      "id": 381564594
    },
    {
      "created_at": "2019-09-11 14:40:18 UTC",
      "updated_at": "2019-09-11 14:40:18 UTC",
      "name": "ASIC",
      "id": 578327757
    }
  ]
}

Params

Param name Description
location_id
optional

Scope by locations

Validations:

  • Must be a Integer

organization_id
optional

Scope by organizations

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

Validations:

  • Must be a number.

operatingsystem_id
optional

ID of operating system

Validations:

  • Must be a String

Search fields

Field name Type Possible values
name string