latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Manufacturers

List models

Endpoint used to list model resources

get/models

Query parameters

cursorstring

Last pagination reference

limitinteger

max number of Models returned

Headers

x-organization-idinteger

Required if using a multi organizations token

x-organization-idsstring

Required if using a multi organizations token and doing an operation on resources from multiple organizations. This is mutually exclusive with the x-organization-id header (use one or the other).

Response

Successfully fetched Models list

nextCursorstring nullable required

The cursor to retrieve the next page of Models.

nextPageUrlstring nullable required

Path with query parameters that can be used to retrieve the next page of Models.

Example response

{
  "models": [
    {
      "id": 963,
      "name": "D10",
      "manufacturerId": 123,
      "organizationId": 1
    }
  ]
}