GET /api/models
Afficher tous les modèles de matériel

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

search
optionel

filtrer les résultats

Validations:

  • Must be a String

order
optionel

Champ et sens de tri, ex: 'id DESC'

Validations:

  • Must be a String

page
optionel

Numéro de la page, commençant par 1

Validations:

  • Must be a number.

per_page
optionel

Nombre de résultats par page à renvoyer

Validations:

  • Must be a number.

Rechercher les champs

Nom du champ Type Valeurs possibles
hardware_model
info
name
vendor_class

GET /api/models/:id
Afficher un modèle matériel

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /api/models
Créer un modèle de matériel

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

model
requis

Validations:

  • Must be a Hash

model[name]
requis

Validations:

  • Must be a String

model[info]
optionel , nil autorisé

Validations:

  • Must be a String

model[vendor_class]
optionel , nil autorisé

Validations:

  • Must be a String

model[hardware_model]
optionel , nil autorisé

Validations:

  • Must be a String


PUT /api/models/:id
Mise à jour d'un modèle de matériel

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be a String

model
requis

Validations:

  • Must be a Hash

model[name]
optionel

Validations:

  • Must be a String

model[info]
optionel , nil autorisé

Validations:

  • Must be a String

model[vendor_class]
optionel , nil autorisé

Validations:

  • Must be a String

model[hardware_model]
optionel , nil autorisé

Validations:

  • Must be a String


DELETE /api/models/:id
Supprimer un modèle de matériel

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be a String