Examples

GET /api/architectures
200
{
  "total": 21,
  "subtotal": 21,
  "page": 1,
  "per_page": 21,
  "search": null,
  "sort": {
    "by": null,
    "order": null
  },
  "results": [
    {
      "created_at": "2022-09-06 14:57:32 UTC",
      "updated_at": "2022-09-06 14:57:32 UTC",
      "name": "x86_64",
      "id": 501905019
    },
    {
      "created_at": "2022-09-06 14:57:32 UTC",
      "updated_at": "2022-09-06 14:57:32 UTC",
      "name": "sparc",
      "id": 331892513
    },
    {
      "created_at": "2022-09-06 14:57:32 UTC",
      "updated_at": "2022-09-06 14:57:32 UTC",
      "name": "s390",
      "id": 381564594
    },
    {
      "created_at": "2022-09-06 14:57:32 UTC",
      "updated_at": "2022-09-06 14:57:32 UTC",
      "name": "s390x",
      "id": 820784047
    },
    {
      "created_at": "2022-09-06 14:57:32 UTC",
      "updated_at": "2022-09-06 14:57:32 UTC",
      "name": "ASIC",
      "id": 578327757
    },
    {
      "created_at": "2022-09-06 14:57:32 UTC",
      "updated_at": "2022-09-06 14:57:32 UTC",
      "name": "ppc64",
      "id": 922134521
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-464",
      "id": 922134522
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-465",
      "id": 922134523
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-466",
      "id": 922134524
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-467",
      "id": 922134525
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-468",
      "id": 922134526
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-469",
      "id": 922134527
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-470",
      "id": 922134528
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-471",
      "id": 922134529
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-472",
      "id": 922134530
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-473",
      "id": 922134531
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-474",
      "id": 922134532
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-475",
      "id": 922134533
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-476",
      "id": 922134534
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-477",
      "id": 922134535
    },
    {
      "created_at": "2022-09-06 14:57:35 UTC",
      "updated_at": "2022-09-06 14:57:35 UTC",
      "name": "x86_64-478",
      "id": 922134536
    }
  ]
}

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 and order by a searchable field, e.g. '<field> 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 number.

Search fields

Field name Type Possible values
id integer
name string